|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
<Configuration>Debug</Configuration>
|
|
<Configuration>Debug</Configuration>
|
|
@@ -12,17 +12,20 @@
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{5478A397-2EE5-45CE-BE46-665C630518F4}</ProjectGuid>
|
|
<ProjectGuid>{5478A397-2EE5-45CE-BE46-665C630518F4}</ProjectGuid>
|
|
|
|
|
+ <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
+ <PlatformToolset>v141</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
+ <PlatformToolset>v141</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<ImportGroup Label="ExtensionSettings">
|
|
@@ -38,11 +41,11 @@
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
|
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
|
|
|
|
|
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
|
|
|
|
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\$(Configuration)\</IntDir>
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
|
|
|
|
|
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
|
|
|
|
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\$(Configuration)\</OutDir>
|
|
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\$(Configuration)\</IntDir>
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
@@ -51,6 +54,12 @@
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
+ <TargetName>$(ProjectName).$(Configuration)</TargetName>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
+ <TargetName>$(ProjectName).$(Configuration)</TargetName>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<Midl>
|
|
<Midl>
|
|
|
<TypeLibraryName>.\Release/gml.tlb</TypeLibraryName>
|
|
<TypeLibraryName>.\Release/gml.tlb</TypeLibraryName>
|
|
@@ -77,7 +86,7 @@
|
|
|
<Culture>0x0409</Culture>
|
|
<Culture>0x0409</Culture>
|
|
|
</ResourceCompile>
|
|
</ResourceCompile>
|
|
|
<Link>
|
|
<Link>
|
|
|
- <OutputFile>..\..\bin\gml.exe</OutputFile>
|
|
|
|
|
|
|
+ <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<ProgramDatabaseFile>.\Release/gml.pdb</ProgramDatabaseFile>
|
|
<ProgramDatabaseFile>.\Release/gml.pdb</ProgramDatabaseFile>
|
|
|
<SubSystem>Console</SubSystem>
|
|
<SubSystem>Console</SubSystem>
|
|
@@ -87,6 +96,9 @@
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<OutputFile>.\Release/gml.bsc</OutputFile>
|
|
<OutputFile>.\Release/gml.bsc</OutputFile>
|
|
|
</Bscmake>
|
|
</Bscmake>
|
|
|
|
|
+ <PostBuildEvent>
|
|
|
|
|
+ <Command>copy $(OutDir)$(TargetName)$(TargetExt) ..\..\bin</Command>
|
|
|
|
|
+ </PostBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<Midl>
|
|
<Midl>
|
|
@@ -114,7 +126,7 @@
|
|
|
<Culture>0x0409</Culture>
|
|
<Culture>0x0409</Culture>
|
|
|
</ResourceCompile>
|
|
</ResourceCompile>
|
|
|
<Link>
|
|
<Link>
|
|
|
- <OutputFile>..\..\bin\gml.debug.exe</OutputFile>
|
|
|
|
|
|
|
+ <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
<ProgramDatabaseFile>.\Debug/gml.debug.pdb</ProgramDatabaseFile>
|
|
<ProgramDatabaseFile>.\Debug/gml.debug.pdb</ProgramDatabaseFile>
|
|
@@ -125,6 +137,9 @@
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<OutputFile>.\Debug/gml.bsc</OutputFile>
|
|
<OutputFile>.\Debug/gml.bsc</OutputFile>
|
|
|
</Bscmake>
|
|
</Bscmake>
|
|
|
|
|
+ <PostBuildEvent>
|
|
|
|
|
+ <Command>copy $(OutDir)$(TargetName)$(TargetExt) ..\..\bin</Command>
|
|
|
|
|
+ </PostBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<ClCompile Include="main.cpp">
|
|
<ClCompile Include="main.cpp">
|