|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
20 | 20 | </ItemGroup>
|
21 |
| - <ItemGroup> |
22 |
| - <ClCompile Include="main.c" /> |
23 |
| - </ItemGroup> |
24 |
| - <ItemGroup> |
25 |
| - <ClInclude Include="resource.h" /> |
26 |
| - </ItemGroup> |
27 |
| - <ItemGroup> |
28 |
| - <ResourceCompile Include="resource.rc" /> |
29 |
| - </ItemGroup> |
30 | 21 | <PropertyGroup Label="Globals">
|
31 | 22 | <VCProjectVersion>16.0</VCProjectVersion>
|
32 |
| - <Keyword>Win32Proj</Keyword> |
33 |
| - <ProjectGuid>{ded2a41b-0ea8-4d8e-8a02-31a29ef9f91c}</ProjectGuid> |
34 |
| - <RootNamespace>ExplorerPatcher</RootNamespace> |
| 23 | + <ProjectGuid>{05EB9B16-4C34-47A2-97F5-E65E4955F71B}</ProjectGuid> |
| 24 | + <RootNamespace>CenterTitlebarText</RootNamespace> |
35 | 25 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
| 26 | + <ProjectName>ExplorerPatcher</ProjectName> |
36 | 27 | </PropertyGroup>
|
37 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
38 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
82 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
83 | 74 | <LinkIncremental>true</LinkIncremental>
|
84 | 75 | </PropertyGroup>
|
85 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
86 |
| - <LinkIncremental>false</LinkIncremental> |
87 |
| - </PropertyGroup> |
88 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
89 | 77 | <LinkIncremental>true</LinkIncremental>
|
90 | 78 | </PropertyGroup>
|
| 79 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 80 | + <LinkIncremental>false</LinkIncremental> |
| 81 | + </PropertyGroup> |
91 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
92 | 83 | <LinkIncremental>false</LinkIncremental>
|
| 84 | + <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
93 | 85 | </PropertyGroup>
|
94 | 86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
95 | 87 | <ClCompile>
|
96 | 88 | <WarningLevel>Level3</WarningLevel>
|
97 | 89 | <SDLCheck>true</SDLCheck>
|
98 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 90 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
99 | 91 | <ConformanceMode>true</ConformanceMode>
|
100 |
| - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
101 | 92 | </ClCompile>
|
102 | 93 | <Link>
|
103 |
| - <SubSystem>Windows</SubSystem> |
| 94 | + <SubSystem>Console</SubSystem> |
104 | 95 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
105 | 96 | </Link>
|
106 | 97 | </ItemDefinitionGroup>
|
107 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 98 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
108 | 99 | <ClCompile>
|
109 | 100 | <WarningLevel>Level3</WarningLevel>
|
110 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
111 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
112 | 101 | <SDLCheck>true</SDLCheck>
|
113 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 102 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
114 | 103 | <ConformanceMode>true</ConformanceMode>
|
115 |
| - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 104 | + <AdditionalIncludeDirectories>$(SolutionDir)libs\libvalinet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
116 | 105 | </ClCompile>
|
117 | 106 | <Link>
|
118 | 107 | <SubSystem>Windows</SubSystem>
|
119 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
120 |
| - <OptimizeReferences>true</OptimizeReferences> |
121 | 108 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
122 | 109 | </Link>
|
123 | 110 | </ItemDefinitionGroup>
|
124 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 111 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
125 | 112 | <ClCompile>
|
126 | 113 | <WarningLevel>Level3</WarningLevel>
|
| 114 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 115 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
127 | 116 | <SDLCheck>true</SDLCheck>
|
128 |
| - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 117 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
129 | 118 | <ConformanceMode>true</ConformanceMode>
|
130 |
| - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
131 | 119 | </ClCompile>
|
132 | 120 | <Link>
|
133 |
| - <SubSystem>Windows</SubSystem> |
| 121 | + <SubSystem>Console</SubSystem> |
| 122 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 123 | + <OptimizeReferences>true</OptimizeReferences> |
134 | 124 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
135 | 125 | </Link>
|
136 | 126 | </ItemDefinitionGroup>
|
|
142 | 132 | <SDLCheck>true</SDLCheck>
|
143 | 133 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
144 | 134 | <ConformanceMode>true</ConformanceMode>
|
145 |
| - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 135 | + <AdditionalIncludeDirectories>$(SolutionDir)libs\libvalinet;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
146 | 136 | </ClCompile>
|
147 | 137 | <Link>
|
148 | 138 | <SubSystem>Windows</SubSystem>
|
|
151 | 141 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
152 | 142 | </Link>
|
153 | 143 | </ItemDefinitionGroup>
|
| 144 | + <ItemGroup> |
| 145 | + <ClCompile Include="main.c" /> |
| 146 | + </ItemGroup> |
| 147 | + <ItemGroup> |
| 148 | + <ClInclude Include="resource.h" /> |
| 149 | + </ItemGroup> |
| 150 | + <ItemGroup> |
| 151 | + <ResourceCompile Include="ExplorerPatcher.rc" /> |
| 152 | + </ItemGroup> |
154 | 153 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
155 | 154 | <ImportGroup Label="ExtensionTargets">
|
156 | 155 | </ImportGroup>
|
|
0 commit comments