Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
128 | pmbaty | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <ItemGroup Label="ProjectConfigurations"> |
||
4 | <ProjectConfiguration Include="Release|Win32"> |
||
5 | <Configuration>Release</Configuration> |
||
6 | <Platform>Win32</Platform> |
||
7 | </ProjectConfiguration> |
||
8 | </ItemGroup> |
||
9 | <PropertyGroup Label="Globals"> |
||
10 | <RootNamespace>chess-giants-keygen</RootNamespace> |
||
11 | </PropertyGroup> |
||
12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
13 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||
14 | <CharacterSet>MultiByte</CharacterSet> |
||
15 | </PropertyGroup> |
||
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
17 | <ImportGroup Label="ExtensionSettings"> |
||
18 | </ImportGroup> |
||
19 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
||
20 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
21 | </ImportGroup> |
||
22 | <PropertyGroup Label="UserMacros" /> |
||
23 | <PropertyGroup> |
||
24 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
25 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
26 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
27 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
28 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir> |
||
29 | </PropertyGroup> |
||
30 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||
31 | <ClCompile> |
||
32 | <WarningLevel>Level3</WarningLevel> |
||
33 | <TreatWarningAsError>true</TreatWarningAsError> |
||
34 | <Optimization>MaxSpeed</Optimization> |
||
35 | </ClCompile> |
||
36 | <Link /> |
||
37 | <PostBuildEvent /> |
||
38 | <Manifest> |
||
39 | <AdditionalManifestFiles>manifest.xml</AdditionalManifestFiles> |
||
40 | </Manifest> |
||
41 | <Link> |
||
42 | <AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||
43 | </Link> |
||
44 | </ItemDefinitionGroup> |
||
45 | <ItemGroup> |
||
46 | <ClCompile Include="chess-giants-keygen.c"> |
||
47 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
48 | </ClCompile> |
||
49 | </ItemGroup> |
||
50 | <ItemGroup> |
||
51 | <ClInclude Include="rsrc.h" /> |
||
52 | </ItemGroup> |
||
53 | <ItemGroup> |
||
54 | <None Include="manifest.xml" /> |
||
55 | <None Include="chess-giants-keygen.ico" /> |
||
56 | </ItemGroup> |
||
57 | <ItemGroup> |
||
58 | <ResourceCompile Include="chess-giants-keygen.rc"> |
||
59 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
60 | </ResourceCompile> |
||
61 | </ItemGroup> |
||
62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
63 | <ImportGroup Label="ExtensionTargets"> |
||
64 | </ImportGroup> |
||
65 | </Project> |