]> jfr.im git - irc/gameservirc.git/blob - gameserv-2.0/testdriver/testdriver.vcxproj
a37ac06ef4dfa2e7f9fcef2c4ce9201dcd74f533
[irc/gameservirc.git] / gameserv-2.0 / testdriver / testdriver.vcxproj
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>{9DAAD910-02AF-431F-88F2-08434ECB5102}</ProjectGuid>
15 <RootNamespace>testdriver</RootNamespace>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <CharacterSet>MultiByte</CharacterSet>
21 <WholeProgramOptimization>true</WholeProgramOptimization>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <CharacterSet>MultiByte</CharacterSet>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label="ExtensionSettings">
29 </ImportGroup>
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
43 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
44 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
45 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
46 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
47 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
48 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
49 </PropertyGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <ClCompile>
52 <Optimization>Disabled</Optimization>
53 <AdditionalIncludeDirectories>$(SolutionDir)/libgameservgldl/include;$(SolutionDir)/libgameservcore/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
54 <MinimalRebuild>true</MinimalRebuild>
55 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
56 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
57 <WarningLevel>Level3</WarningLevel>
58 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59 </ClCompile>
60 <Link>
61 <GenerateDebugInformation>true</GenerateDebugInformation>
62 <TargetMachine>MachineX86</TargetMachine>
63 </Link>
64 </ItemDefinitionGroup>
65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <ClCompile>
67 <Optimization>MaxSpeed</Optimization>
68 <IntrinsicFunctions>true</IntrinsicFunctions>
69 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
70 <FunctionLevelLinking>true</FunctionLevelLinking>
71 <WarningLevel>Level3</WarningLevel>
72 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
73 </ClCompile>
74 <Link>
75 <GenerateDebugInformation>true</GenerateDebugInformation>
76 <OptimizeReferences>true</OptimizeReferences>
77 <EnableCOMDATFolding>true</EnableCOMDATFolding>
78 <TargetMachine>MachineX86</TargetMachine>
79 </Link>
80 </ItemDefinitionGroup>
81 <ItemGroup>
82 <ClCompile Include="main.cpp" />
83 </ItemGroup>
84 <ItemGroup>
85 <ProjectReference Include="..\libgameservcore\libgameservcore.vcxproj">
86 <Project>{279aa91c-8638-45e5-aaa3-988f74764a97}</Project>
87 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
88 </ProjectReference>
89 <ProjectReference Include="..\libgameservgldl\libgameservgldl.vcxproj">
90 <Project>{3ced9bd5-beaa-4c36-a735-aff2b3f2cf42}</Project>
91 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
92 </ProjectReference>
93 </ItemGroup>
94 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
95 <ImportGroup Label="ExtensionTargets">
96 </ImportGroup>
97 </Project>