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