source: network-game/client/Client/Client.vcxproj@ a845faf

Last change on this file since a845faf was a845faf, checked in by dportnoy <dmp1488@…>, 12 years ago

Added a compiler header to determine whether a windows or linux compiler is being used

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[1912323]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="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 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{979248E5-8633-4ABF-B72E-797DB00F9A96}</ProjectGuid>
15 <RootNamespace>Client</RootNamespace>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseDebugLibraries>true</UseDebugLibraries>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <UseDebugLibraries>false</UseDebugLibraries>
26 <WholeProgramOptimization>true</WholeProgramOptimization>
27 <CharacterSet>MultiByte</CharacterSet>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
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" />
34 </ImportGroup>
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" />
37 </ImportGroup>
38 <PropertyGroup Label="UserMacros" />
39 <PropertyGroup />
40 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41 <ClCompile>
42 <WarningLevel>Level3</WarningLevel>
43 <Optimization>Disabled</Optimization>
[7d7df47]44 <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_51;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
[1912323]45 </ClCompile>
46 <Link>
47 <GenerateDebugInformation>true</GenerateDebugInformation>
48 </Link>
49 </ItemDefinitionGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
51 <ClCompile>
52 <WarningLevel>Level3</WarningLevel>
53 <Optimization>MaxSpeed</Optimization>
54 <FunctionLevelLinking>true</FunctionLevelLinking>
55 <IntrinsicFunctions>true</IntrinsicFunctions>
56 </ClCompile>
57 <Link>
58 <GenerateDebugInformation>true</GenerateDebugInformation>
59 <EnableCOMDATFolding>true</EnableCOMDATFolding>
60 <OptimizeReferences>true</OptimizeReferences>
61 </Link>
62 </ItemDefinitionGroup>
63 <ItemGroup>
[a845faf]64 <ClCompile Include="..\..\common\message.cpp" />
[1912323]65 <ClCompile Include="main.cpp" />
66 </ItemGroup>
[7d7df47]67 <ItemGroup>
[a845faf]68 <ClInclude Include="..\..\common\compiler.h" />
[7d7df47]69 <ClInclude Include="..\..\common\message.h" />
70 </ItemGroup>
[1912323]71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
72 <ImportGroup Label="ExtensionTargets">
73 </ImportGroup>
74</Project>
Note: See TracBrowser for help on using the repository browser.