|
@@ -15,6 +15,7 @@
|
|
|
<ProjectGuid>{0B8CE487-8311-4878-902B-15813A89DB90}</ProjectGuid>
|
|
|
<RootNamespace>OGCAssistTool</RootNamespace>
|
|
|
<Keyword>MFCProj</Keyword>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
@@ -46,12 +47,12 @@
|
|
|
<_ProjectFileVersion>17.0.32203.90</_ProjectFileVersion>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
|
|
|
+ <OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
|
|
|
<IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
|
|
|
+ <OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
|
|
|
<IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
</PropertyGroup>
|