1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>grc65</RootNamespace>
17 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <PlatformToolset>v141</PlatformToolset>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25 <UseDebugLibraries>false</UseDebugLibraries>
26 <WholeProgramOptimization>true</WholeProgramOptimization>
27 <PlatformToolset>v141</PlatformToolset>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
32 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <PropertyGroup Label="UserMacros" />
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40 <LinkIncremental>true</LinkIncremental>
41 <OutDir>$(SolutionDir)..\bin\</OutDir>
42 <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45 <OutDir>$(SolutionDir)..\bin\</OutDir>
46 <IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <WarningLevel>Level3</WarningLevel>
53 <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
54 <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
55 <TreatWarningAsError>true</TreatWarningAsError>
58 <SubSystem>Console</SubSystem>
59 <GenerateDebugInformation>true</GenerateDebugInformation>
60 <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
62 </ItemDefinitionGroup>
63 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <WarningLevel>Level3</WarningLevel>
68 <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG</PreprocessorDefinitions>
69 <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
70 <TreatWarningAsError>true</TreatWarningAsError>
73 <SubSystem>Console</SubSystem>
74 <GenerateDebugInformation>false</GenerateDebugInformation>
75 <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
77 </ItemDefinitionGroup>
79 <ClCompile Include="grc65\main.c" />
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
82 <ImportGroup Label="ExtensionTargets">