|
@@ -14,6 +14,7 @@
|
|
|
<ProjectGuid>{69DDDE72-42F8-4F78-BF71-D70E22CE0675}</ProjectGuid>
|
|
|
<RootNamespace>Demo</RootNamespace>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
@@ -43,13 +44,13 @@
|
|
|
<_ProjectFileVersion>16.0.31025.104</_ProjectFileVersion>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
+ <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
|
|
|
+ <IntDir>$(OutDir)$(Configuration)</IntDir>
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
+ <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
|
|
|
+ <IntDir>$(OutDir)$(Configuration)</IntDir>
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|