Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3061bae

Browse filesBrowse files
authored
Add files via upload
1 parent 19f1766 commit 3061bae
Copy full SHA for 3061bae

File tree

Expand file treeCollapse file tree

1 file changed

+0
-65
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-65
lines changed

‎SingleFile/SingleFile.vcxproj

Copy file name to clipboardExpand all lines: SingleFile/SingleFile.vcxproj
-65Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
<Configuration>Release</Configuration>
1010
<Platform>Win32</Platform>
1111
</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>
2012
</ItemGroup>
2113
<PropertyGroup Label="Globals">
2214
<VCProjectVersion>16.0</VCProjectVersion>
@@ -39,19 +31,6 @@
3931
<WholeProgramOptimization>true</WholeProgramOptimization>
4032
<CharacterSet>Unicode</CharacterSet>
4133
</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>
5534
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5635
<ImportGroup Label="ExtensionSettings">
5736
</ImportGroup>
@@ -63,12 +42,6 @@
6342
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6443
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6544
</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>
7245
<PropertyGroup Label="UserMacros" />
7346
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7447
<LinkIncremental>true</LinkIncremental>
@@ -78,12 +51,6 @@
7851
<LinkIncremental>false</LinkIncremental>
7952
<GenerateManifest>false</GenerateManifest>
8053
</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>
8754
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8855
<ClCompile>
8956
<WarningLevel>Level3</WarningLevel>
@@ -132,38 +99,6 @@
13299
<SectionAlignment>64</SectionAlignment>
133100
</Link>
134101
</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>
167102
<ItemGroup>
168103
<ClCompile Include="sf.c" />
169104
</ItemGroup>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.