]> Shamusworld >> Repos - rmac/blob - Vs2015/kwgen/kwgen.vcxproj
7c07b0f4591d5cd0afb2dd7888090d1713d60cf9
[rmac] / Vs2015 / kwgen / kwgen.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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>
12     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <ItemGroup>
22     <ClCompile Include="..\..\kwgen.c" />
23   </ItemGroup>
24   <PropertyGroup Label="Globals">
25     <ProjectGuid>{AAEB066A-F264-4AEC-A606-EDE5DE47FDDF}</ProjectGuid>
26     <Keyword>Win32Proj</Keyword>
27     <RootNamespace>kwgen</RootNamespace>
28     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32     <ConfigurationType>Application</ConfigurationType>
33     <UseDebugLibraries>true</UseDebugLibraries>
34     <PlatformToolset>v140</PlatformToolset>
35     <CharacterSet>Unicode</CharacterSet>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38     <ConfigurationType>Application</ConfigurationType>
39     <UseDebugLibraries>false</UseDebugLibraries>
40     <PlatformToolset>v140</PlatformToolset>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>Application</ConfigurationType>
46     <UseDebugLibraries>true</UseDebugLibraries>
47     <PlatformToolset>v140</PlatformToolset>
48     <CharacterSet>Unicode</CharacterSet>
49   </PropertyGroup>
50   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51     <ConfigurationType>Application</ConfigurationType>
52     <UseDebugLibraries>false</UseDebugLibraries>
53     <PlatformToolset>v140</PlatformToolset>
54     <WholeProgramOptimization>true</WholeProgramOptimization>
55     <CharacterSet>Unicode</CharacterSet>
56   </PropertyGroup>
57   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58   <ImportGroup Label="ExtensionSettings">
59   </ImportGroup>
60   <ImportGroup Label="Shared">
61   </ImportGroup>
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64   </ImportGroup>
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67   </ImportGroup>
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70   </ImportGroup>
71   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73   </ImportGroup>
74   <PropertyGroup Label="UserMacros" />
75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <LinkIncremental>true</LinkIncremental>
77     <OutDir>$(SolutionDir)\..</OutDir>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80     <LinkIncremental>true</LinkIncremental>
81     <OutDir>$(SolutionDir)\..</OutDir>
82   </PropertyGroup>
83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84     <LinkIncremental>false</LinkIncremental>
85     <OutDir>$(SolutionDir)\..</OutDir>
86   </PropertyGroup>
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88     <LinkIncremental>false</LinkIncremental>
89     <OutDir>$(SolutionDir)\..</OutDir>
90   </PropertyGroup>
91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92     <ClCompile>
93       <PrecompiledHeader>
94       </PrecompiledHeader>
95       <WarningLevel>Level3</WarningLevel>
96       <Optimization>Disabled</Optimization>
97       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98     </ClCompile>
99     <Link>
100       <SubSystem>Console</SubSystem>
101       <GenerateDebugInformation>true</GenerateDebugInformation>
102     </Link>
103   </ItemDefinitionGroup>
104   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105     <ClCompile>
106       <PrecompiledHeader>
107       </PrecompiledHeader>
108       <WarningLevel>Level3</WarningLevel>
109       <Optimization>Disabled</Optimization>
110       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111     </ClCompile>
112     <Link>
113       <SubSystem>Console</SubSystem>
114       <GenerateDebugInformation>true</GenerateDebugInformation>
115     </Link>
116   </ItemDefinitionGroup>
117   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118     <ClCompile>
119       <WarningLevel>Level3</WarningLevel>
120       <PrecompiledHeader>
121       </PrecompiledHeader>
122       <Optimization>MaxSpeed</Optimization>
123       <FunctionLevelLinking>true</FunctionLevelLinking>
124       <IntrinsicFunctions>true</IntrinsicFunctions>
125       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126     </ClCompile>
127     <Link>
128       <SubSystem>Console</SubSystem>
129       <GenerateDebugInformation>true</GenerateDebugInformation>
130       <EnableCOMDATFolding>true</EnableCOMDATFolding>
131       <OptimizeReferences>true</OptimizeReferences>
132     </Link>
133   </ItemDefinitionGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135     <ClCompile>
136       <WarningLevel>Level3</WarningLevel>
137       <PrecompiledHeader>
138       </PrecompiledHeader>
139       <Optimization>MaxSpeed</Optimization>
140       <FunctionLevelLinking>true</FunctionLevelLinking>
141       <IntrinsicFunctions>true</IntrinsicFunctions>
142       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143     </ClCompile>
144     <Link>
145       <SubSystem>Console</SubSystem>
146       <GenerateDebugInformation>true</GenerateDebugInformation>
147       <EnableCOMDATFolding>true</EnableCOMDATFolding>
148       <OptimizeReferences>true</OptimizeReferences>
149     </Link>
150   </ItemDefinitionGroup>
151   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
152   <ImportGroup Label="ExtensionTargets">
153   </ImportGroup>
154 </Project>