|
43 | 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
44 | 44 | <ImportGroup Label="ExtensionSettings"> |
45 | 45 | </ImportGroup> |
46 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
47 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
48 | | - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> |
49 | | - </ImportGroup> |
50 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
51 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
52 | | - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> |
53 | | - </ImportGroup> |
54 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
55 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
56 | | - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> |
57 | | - </ImportGroup> |
58 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
59 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
60 | | - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> |
61 | | - </ImportGroup> |
62 | 46 | <PropertyGroup Label="UserMacros" /> |
63 | 47 | <PropertyGroup> |
64 | 48 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
|
112 | 96 | <ClCompile> |
113 | 97 | <Optimization>Disabled</Optimization> |
114 | 98 | <PreprocessorDefinitions>DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
115 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 99 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
116 | 100 | <WarningLevel>Level3</WarningLevel> |
117 | 101 | <DebugInformationFormat>OldStyle</DebugInformationFormat> |
118 | 102 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
|
139 | 123 | <ClCompile> |
140 | 124 | <Optimization>Disabled</Optimization> |
141 | 125 | <PreprocessorDefinitions>DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
142 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 126 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
143 | 127 | <WarningLevel>Level3</WarningLevel> |
144 | 128 | <DebugInformationFormat>OldStyle</DebugInformationFormat> |
145 | 129 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
|
165 | 149 | </Midl> |
166 | 150 | <ClCompile> |
167 | 151 | <PreprocessorDefinitions>DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
168 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 152 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
169 | 153 | <WarningLevel>Level3</WarningLevel> |
170 | 154 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
171 | 155 | </ClCompile> |
|
190 | 174 | </Midl> |
191 | 175 | <ClCompile> |
192 | 176 | <PreprocessorDefinitions>DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
193 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 177 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
194 | 178 | <WarningLevel>Level3</WarningLevel> |
195 | 179 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
196 | 180 | </ClCompile> |
|
203 | 187 | </Link> |
204 | 188 | </ItemDefinitionGroup> |
205 | 189 | <ItemGroup> |
206 | | - <ClCompile Include="..\src\SDL_net.c"> |
207 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
208 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
209 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
210 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
211 | | - </ClCompile> |
| 190 | + <ClCompile Include="..\src\SDL_net.c" /> |
212 | 191 | </ItemGroup> |
213 | 192 | <ItemGroup> |
214 | 193 | <ClInclude Include="..\include\SDL3_net/SDL_net.h" /> |
|
0 commit comments