|
72 | 72 | <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion> |
73 | 73 | </PropertyGroup> |
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
75 | | - <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir> |
| 75 | + <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir> |
76 | 76 | <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
79 | | - <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir> |
| 79 | + <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir> |
80 | 80 | <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
81 | 81 | </PropertyGroup> |
82 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
83 | | - <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir> |
| 83 | + <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir> |
84 | 84 | <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
85 | 85 | </PropertyGroup> |
86 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
87 | | - <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir> |
| 87 | + <OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir> |
88 | 88 | <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
89 | 89 | </PropertyGroup> |
90 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
117 | 117 | </Midl> |
118 | 118 | <ClCompile> |
119 | 119 | <Optimization>Disabled</Optimization> |
120 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 120 | + <PreprocessorDefinitions>WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
121 | 121 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
122 | 122 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
123 | 123 | <PrecompiledHeader /> |
|
0 commit comments