|
9 | 9 | <Configuration>Release</Configuration>
|
10 | 10 | <Platform>Win32</Platform>
|
11 | 11 | </ProjectConfiguration>
|
12 |
| - <ProjectConfiguration Include="Debug|x64"> |
13 |
| - <Configuration>Debug</Configuration> |
14 |
| - <Platform>x64</Platform> |
15 |
| - </ProjectConfiguration> |
16 |
| - <ProjectConfiguration Include="Release|x64"> |
17 |
| - <Configuration>Release</Configuration> |
18 |
| - <Platform>x64</Platform> |
19 |
| - </ProjectConfiguration> |
20 | 12 | </ItemGroup>
|
21 | 13 | <PropertyGroup Label="Globals">
|
22 | 14 | <VCProjectVersion>16.0</VCProjectVersion>
|
|
39 | 31 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
40 | 32 | <CharacterSet>Unicode</CharacterSet>
|
41 | 33 | </PropertyGroup>
|
42 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
45 |
| - <PlatformToolset>v142</PlatformToolset> |
46 |
| - <CharacterSet>Unicode</CharacterSet> |
47 |
| - </PropertyGroup> |
48 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
51 |
| - <PlatformToolset>v142</PlatformToolset> |
52 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
53 |
| - <CharacterSet>Unicode</CharacterSet> |
54 |
| - </PropertyGroup> |
55 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
56 | 35 | <ImportGroup Label="ExtensionSettings">
|
57 | 36 | </ImportGroup>
|
|
63 | 42 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
64 | 43 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65 | 44 | </ImportGroup>
|
66 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 |
| - </ImportGroup> |
69 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 |
| - </ImportGroup> |
72 | 45 | <PropertyGroup Label="UserMacros" />
|
73 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74 | 47 | <LinkIncremental>true</LinkIncremental>
|
|
78 | 51 | <LinkIncremental>false</LinkIncremental>
|
79 | 52 | <GenerateManifest>false</GenerateManifest>
|
80 | 53 | </PropertyGroup>
|
81 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
82 |
| - <LinkIncremental>true</LinkIncremental> |
83 |
| - </PropertyGroup> |
84 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
85 |
| - <LinkIncremental>false</LinkIncremental> |
86 |
| - </PropertyGroup> |
87 | 54 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
88 | 55 | <ClCompile>
|
89 | 56 | <WarningLevel>Level3</WarningLevel>
|
|
132 | 99 | <SectionAlignment>64</SectionAlignment>
|
133 | 100 | </Link>
|
134 | 101 | </ItemDefinitionGroup>
|
135 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
136 |
| - <ClCompile> |
137 |
| - <WarningLevel>Level3</WarningLevel> |
138 |
| - <SDLCheck>true</SDLCheck> |
139 |
| - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
140 |
| - <ConformanceMode>true</ConformanceMode> |
141 |
| - <LanguageStandard_C>stdc17</LanguageStandard_C> |
142 |
| - </ClCompile> |
143 |
| - <Link> |
144 |
| - <SubSystem>Windows</SubSystem> |
145 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
146 |
| - <AdditionalDependencies>minhook.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)</AdditionalDependencies> |
147 |
| - </Link> |
148 |
| - </ItemDefinitionGroup> |
149 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
150 |
| - <ClCompile> |
151 |
| - <WarningLevel>Level3</WarningLevel> |
152 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
153 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
154 |
| - <SDLCheck>true</SDLCheck> |
155 |
| - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
156 |
| - <ConformanceMode>true</ConformanceMode> |
157 |
| - <LanguageStandard_C>stdc17</LanguageStandard_C> |
158 |
| - </ClCompile> |
159 |
| - <Link> |
160 |
| - <SubSystem>Windows</SubSystem> |
161 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
162 |
| - <OptimizeReferences>true</OptimizeReferences> |
163 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
164 |
| - <AdditionalDependencies>minhook.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)</AdditionalDependencies> |
165 |
| - </Link> |
166 |
| - </ItemDefinitionGroup> |
167 | 102 | <ItemGroup>
|
168 | 103 | <ClCompile Include="sf.c" />
|
169 | 104 | </ItemGroup>
|
|
0 commit comments