| Line 21... |
Line 21... |
| 21 |
<PropertyGroup Label="Globals">
|
21 |
<PropertyGroup Label="Globals">
|
| 22 |
<ProjectGuid>{565494C4-FBFD-49AC-8862-802C05777755}</ProjectGuid>
|
22 |
<ProjectGuid>{565494C4-FBFD-49AC-8862-802C05777755}</ProjectGuid>
|
| 23 |
<RootNamespace>ModDiff</RootNamespace>
|
23 |
<RootNamespace>ModDiff</RootNamespace>
|
| 24 |
<Keyword>Win32Proj</Keyword>
|
24 |
<Keyword>Win32Proj</Keyword>
|
| 25 |
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
25 |
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
| - |
|
26 |
<ProjectName>XModDiff</ProjectName>
|
| 26 |
</PropertyGroup>
|
27 |
</PropertyGroup>
|
| 27 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
28 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
29 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 29 |
<ConfigurationType>Application</ConfigurationType>
|
30 |
<ConfigurationType>Application</ConfigurationType>
|
| 30 |
<PlatformToolset>v143</PlatformToolset>
|
31 |
<PlatformToolset>v143</PlatformToolset>
|
| Line 76... |
Line 77... |
| 76 |
<IntDir>$(SolutionDir)$(Configuration)\ModDiff\</IntDir>
|
77 |
<IntDir>$(SolutionDir)$(Configuration)\ModDiff\</IntDir>
|
| 77 |
<LinkIncremental>false</LinkIncremental>
|
78 |
<LinkIncremental>false</LinkIncremental>
|
| 78 |
</PropertyGroup>
|
79 |
</PropertyGroup>
|
| 79 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
80 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 80 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
81 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
| 81 |
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
82 |
<IntDir>$(SolutionDir)$(Configuration)\ModDiff\</IntDir>
|
| 82 |
<LinkIncremental>true</LinkIncremental>
|
83 |
<LinkIncremental>true</LinkIncremental>
|
| 83 |
</PropertyGroup>
|
84 |
</PropertyGroup>
|
| 84 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
85 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 85 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
86 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
| 86 |
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
87 |
<IntDir>$(SolutionDir)$(Configuration)\ModDiff\</IntDir>
|
| 87 |
<LinkIncremental>false</LinkIncremental>
|
88 |
<LinkIncremental>false</LinkIncremental>
|
| 88 |
</PropertyGroup>
|
89 |
</PropertyGroup>
|
| 89 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
90 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 90 |
<ClCompile>
|
91 |
<ClCompile>
|
| 91 |
<Optimization>Disabled</Optimization>
|
92 |
<Optimization>Disabled</Optimization>
|