|
20 | 20 | </ItemGroup>
|
21 | 21 | <ItemGroup>
|
22 | 22 | <ClCompile Include="..\expat\xmlparse.c">
|
23 |
| - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
24 | 23 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
25 |
| - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
26 | 24 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">-DXML_STATIC;-DCOMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
27 | 25 | </ClCompile>
|
28 | 26 | <ClCompile Include="..\libautoupdater.cpp" />
|
|
105 | 103 | <ResourceCompile Include="..\src\AutoUpdater.rc" />
|
106 | 104 | </ItemGroup>
|
107 | 105 | <PropertyGroup Label="Globals">
|
108 |
| - <ProjectGuid>{D2998A79-52C1-4CF1-A166-9AC6C0AA7E3B}</ProjectGuid> |
| 106 | + <ProjectGuid>{EBA010B5-F14F-4AED-9E6B-D519BACD1615}</ProjectGuid> |
109 | 107 | <RootNamespace>AutoUpdater</RootNamespace>
|
110 | 108 | <Keyword>Win32Proj</Keyword>
|
111 |
| - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 109 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
112 | 110 | <ProjectName>libappupdater</ProjectName>
|
113 | 111 | </PropertyGroup>
|
114 | 112 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
158 | 156 | <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
|
159 | 157 | </PropertyGroup>
|
160 | 158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
161 |
| - <OutDir>$(SolutionDir)$(Configuration).vs160\$(Platform)\</OutDir> |
162 |
| - <IntDir>$(Configuration).vs160\$(Platform)\libappupdater\</IntDir> |
163 |
| - <TargetName>libappupdater.vs160.1.0.1</TargetName> |
| 159 | + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 160 | + <IntDir>$(Configuration)\</IntDir> |
| 161 | + <TargetName>$(ProjectName)</TargetName> |
164 | 162 | </PropertyGroup>
|
165 | 163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
166 | 164 | <TargetName>libappupdater.vs160.1.0.1</TargetName>
|
167 | 165 | <OutDir>$(SolutionDir)$(Configuration).vs160\$(Platform)\</OutDir>
|
168 | 166 | <IntDir>$(Configuration).vs160\$(Platform)\libappupdater\</IntDir>
|
169 | 167 | </PropertyGroup>
|
170 | 168 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
171 |
| - <OutDir>$(SolutionDir)$(Configuration).vs160\$(Platform)\</OutDir> |
172 |
| - <IntDir>$(Configuration).vs160\$(Platform)\libappupdater\</IntDir> |
| 169 | + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
| 170 | + <IntDir>$(Configuration)\</IntDir> |
173 | 171 | <LinkIncremental>false</LinkIncremental>
|
174 |
| - <TargetName>libappupdater.vs160.1.0.1</TargetName> |
| 172 | + <TargetName>$(ProjectName)</TargetName> |
175 | 173 | </PropertyGroup>
|
176 | 174 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
177 | 175 | <LinkIncremental>false</LinkIncremental>
|
|
182 | 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
183 | 181 | <ClCompile>
|
184 | 182 | <Optimization>Disabled</Optimization>
|
185 |
| - <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 183 | + <AdditionalIncludeDirectories>$(ProjectDir)..\src;$(ProjectDir)..\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
186 | 184 | <PreprocessorDefinitions>BUILDING_LIBAUTOUPDATER;WIN32;_DEBUG;XML_STATIC;COMPILED_FROM_DSP;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;_AFXDLL</PreprocessorDefinitions>
|
187 | 185 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
188 | 186 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
242 | 240 | <ClCompile>
|
243 | 241 | <Optimization>MaxSpeed</Optimization>
|
244 | 242 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
245 |
| - <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 243 | + <AdditionalIncludeDirectories>$(ProjectDir)..\src;$(ProjectDir)..\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
246 | 244 | <PreprocessorDefinitions>BUILDING_LIBAUTOUPDATER;WIN32;NDEBUG;XML_STATIC;COMPILED_FROM_DSP;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;_AFXDLL</PreprocessorDefinitions>
|
247 | 245 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
248 | 246 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
0 commit comments