|
22 | 22 | <ClCompile Include="..\cjson\cJSON.c" />
|
23 | 23 | <ClCompile Include="..\cjson\cJSON_Utils.c" />
|
24 | 24 | <ClCompile Include="..\expat\xmlparse.c">
|
25 |
| - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
26 | 25 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
27 |
| - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
28 | 26 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
29 | 27 | </ClCompile>
|
30 | 28 | <ClCompile Include="..\libautoupdater.cpp" />
|
|
111 | 109 | <ResourceCompile Include="..\src\AutoUpdater.rc" />
|
112 | 110 | </ItemGroup>
|
113 | 111 | <PropertyGroup Label="Globals">
|
114 |
| - <ProjectGuid>{D2998A79-52C1-4CF1-A166-9AC6C0AA7E3B}</ProjectGuid> |
| 112 | + <ProjectGuid>{EBA010B5-F14F-4AED-9E6B-D519BACD1615}</ProjectGuid> |
115 | 113 | <RootNamespace>AutoUpdater</RootNamespace>
|
116 | 114 | <Keyword>Win32Proj</Keyword>
|
117 |
| - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 115 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
118 | 116 | <ProjectName>libappupdater</ProjectName>
|
119 | 117 | </PropertyGroup>
|
120 | 118 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
164 | 162 | <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
|
165 | 163 | </PropertyGroup>
|
166 | 164 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
167 |
| - <OutDir>$(SolutionDir)$(Configuration).vs160\$(Platform)\</OutDir> |
168 |
| - <IntDir>$(Configuration).vs160\$(Platform)\libappupdater\</IntDir> |
169 |
| - <TargetName>libappupdater.vs160.1.0.1</TargetName> |
| 165 | + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 166 | + <IntDir>$(Configuration)\</IntDir> |
| 167 | + <TargetName>$(ProjectName)</TargetName> |
170 | 168 | </PropertyGroup>
|
171 | 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
172 | 170 | <TargetName>libappupdater.vs160.1.0.1</TargetName>
|
173 | 171 | <OutDir>$(SolutionDir)$(Configuration).vs160\$(Platform)\</OutDir>
|
174 | 172 | <IntDir>$(Configuration).vs160\$(Platform)\libappupdater\</IntDir>
|
175 | 173 | </PropertyGroup>
|
176 | 174 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
177 |
| - <OutDir>$(SolutionDir)$(Configuration).vs160\$(Platform)\</OutDir> |
178 |
| - <IntDir>$(Configuration).vs160\$(Platform)\libappupdater\</IntDir> |
| 175 | + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 176 | + <IntDir>$(Configuration)\</IntDir> |
179 | 177 | <LinkIncremental>false</LinkIncremental>
|
180 |
| - <TargetName>libappupdater.vs160.1.0.1</TargetName> |
| 178 | + <TargetName>$(ProjectName)</TargetName> |
181 | 179 | </PropertyGroup>
|
182 | 180 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
183 | 181 | <LinkIncremental>false</LinkIncremental>
|
|
188 | 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
189 | 187 | <ClCompile>
|
190 | 188 | <Optimization>Disabled</Optimization>
|
191 |
| - <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 189 | + <AdditionalIncludeDirectories>$(ProjectDir)..\src;$(ProjectDir)..\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
192 | 190 | <PreprocessorDefinitions>BUILDING_LIBAUTOUPDATER;WIN32;_DEBUG;XML_STATIC;COMPILED_FROM_DSP;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;_AFXDLL</PreprocessorDefinitions>
|
193 | 191 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
194 | 192 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
248 | 246 | <ClCompile>
|
249 | 247 | <Optimization>MaxSpeed</Optimization>
|
250 | 248 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
251 |
| - <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 249 | + <AdditionalIncludeDirectories>$(ProjectDir)..\src;$(ProjectDir)..\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
252 | 250 | <PreprocessorDefinitions>BUILDING_LIBAUTOUPDATER;WIN32;NDEBUG;XML_STATIC;COMPILED_FROM_DSP;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;_AFXDLL</PreprocessorDefinitions>
|
253 | 251 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
254 | 252 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
0 commit comments