diff --git a/.gitignore b/.gitignore index 1539f3d..19ebddc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,8 @@ /src/x64/Release (dynamic) /src/x64/Release (static) *.TMP +/src/Debug_LIB +/src/x64/Debug_LIB +/x64/Debug_LIB +/Debug_LIB +*.aps diff --git a/ViGEmClient.sln b/ViGEmClient.sln index f46c223..44670ff 100644 --- a/ViGEmClient.sln +++ b/ViGEmClient.sln @@ -19,22 +19,22 @@ Global Release_LIB|x86 = Release_LIB|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x64.ActiveCfg = Debug (dynamic)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x64.Build.0 = Debug (dynamic)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x86.ActiveCfg = Debug (dynamic)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x86.Build.0 = Debug (dynamic)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x64.ActiveCfg = Debug (static)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x64.Build.0 = Debug (static)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x86.ActiveCfg = Debug (static)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x86.Build.0 = Debug (static)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x64.ActiveCfg = Release (dynamic)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x64.Build.0 = Release (dynamic)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x86.ActiveCfg = Release (dynamic)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x86.Build.0 = Release (dynamic)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x64.ActiveCfg = Release (static)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x64.Build.0 = Release (static)|x64 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x86.ActiveCfg = Release (static)|Win32 - {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x86.Build.0 = Release (static)|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x64.ActiveCfg = Debug_DLL|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x64.Build.0 = Debug_DLL|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x86.ActiveCfg = Debug_DLL|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_DLL|x86.Build.0 = Debug_DLL|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x64.ActiveCfg = Debug_LIB|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x64.Build.0 = Debug_LIB|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x86.ActiveCfg = Debug_LIB|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Debug_LIB|x86.Build.0 = Debug_LIB|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x64.ActiveCfg = Release_DLL|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x64.Build.0 = Release_DLL|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x86.ActiveCfg = Release_DLL|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_DLL|x86.Build.0 = Release_DLL|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x64.ActiveCfg = Release_LIB|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x64.Build.0 = Release_LIB|x64 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x86.ActiveCfg = Release_LIB|Win32 + {7DB06674-1F4F-464B-8E1C-172E9587F9DC}.Release_LIB|x86.Build.0 = Release_LIB|Win32 {A11CD588-F74A-41B5-9E5B-E60937052009}.Debug_DLL|x64.ActiveCfg = Debug|Any CPU {A11CD588-F74A-41B5-9E5B-E60937052009}.Debug_DLL|x64.Build.0 = Debug|Any CPU {A11CD588-F74A-41B5-9E5B-E60937052009}.Debug_DLL|x86.ActiveCfg = Debug|Any CPU diff --git a/src/ViGEmClient.vcxproj b/src/ViGEmClient.vcxproj index 54035fd..543fb2b 100644 --- a/src/ViGEmClient.vcxproj +++ b/src/ViGEmClient.vcxproj @@ -1,36 +1,36 @@  - - Debug (dynamic) + + Debug_DLL Win32 - - Debug (dynamic) + + Debug_DLL x64 - - Debug (static) + + Debug_LIB Win32 - - Release (dynamic) + + Release_DLL Win32 - - Release (dynamic) + + Release_DLL x64 - - Release (static) + + Release_LIB Win32 - - Debug (static) + + Debug_LIB x64 - - Release (static) + + Release_LIB x64 @@ -46,52 +46,52 @@ $(WindowsTargetPlatformVersion) - + StaticLibrary true v141 Unicode - + DynamicLibrary true v141 Unicode - + StaticLibrary false v141 true Unicode - + DynamicLibrary false v141 true Unicode - + StaticLibrary true v141 Unicode - + DynamicLibrary true v141 Unicode - + StaticLibrary false v141 true Unicode - + DynamicLibrary false v141 @@ -103,60 +103,60 @@ - + - + - + - + - + - + - + - + - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); $(SolutionDir)bin\$(Platform)\ - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); $(SolutionDir)bin\$(Platform)\ - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); $(SolutionDir)bin\$(Platform)\ - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); - + $(ProjectDir)../include;$(VC_IncludePath);$(WindowsSDK_IncludePath); $(SolutionDir)bin\$(Platform)\ - + @@ -169,7 +169,7 @@ Windows - + @@ -183,7 +183,7 @@ setupapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + @@ -196,7 +196,7 @@ Windows - + @@ -210,7 +210,7 @@ setupapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level3 @@ -227,7 +227,7 @@ true - + Level3 @@ -245,7 +245,7 @@ setupapi.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level3 @@ -262,7 +262,7 @@ true - + Level3