/mordor/examples/simpleclient.vcxproj
Unknown | 100 lines | 100 code | 0 blank | 0 comment | 0 complexity | fe84d4d4c54988f01964e4999e600c6d MD5 | raw file
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="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</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>{EAD0A645-D849-44FA-82B5-74A1055AE3AA}</ProjectGuid> 23 <RootNamespace>simpleclient</RootNamespace> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 </PropertyGroup> 29 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> 30 <WholeProgramOptimization>true</WholeProgramOptimization> 31 </PropertyGroup> 32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 33 <ImportGroup Label="ExtensionSettings"> 34 </ImportGroup> 35 <ImportGroup Label="PropertySheets"> 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 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 41 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 42 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 43 </PropertyGroup> 44 <ItemDefinitionGroup> 45 <ClCompile> 46 <AdditionalIncludeDirectories>../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 47 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 48 <WarningLevel>Level3</WarningLevel> 49 <TreatWarningAsError>true</TreatWarningAsError> 50 <DisableSpecificWarnings>4345</DisableSpecificWarnings> 51 </ClCompile> 52 <Link> 53 <GenerateDebugInformation>true</GenerateDebugInformation> 54 <SubSystem>Console</SubSystem> 55 </Link> 56 </ItemDefinitionGroup> 57 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> 58 <ClCompile> 59 <Optimization>Disabled</Optimization> 60 <MinimalRebuild>true</MinimalRebuild> 61 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 62 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 63 <DebugInformationFormat Condition="'$(Platform)'=='Win32'">EditAndContinue</DebugInformationFormat> 64 </ClCompile> 65 </ItemDefinitionGroup> 66 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> 67 <ClCompile> 68 <Optimization>MaxSpeed</Optimization> 69 <IntrinsicFunctions>true</IntrinsicFunctions> 70 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 71 <FunctionLevelLinking>true</FunctionLevelLinking> 72 </ClCompile> 73 <Link> 74 <OptimizeReferences>true</OptimizeReferences> 75 <EnableCOMDATFolding>true</EnableCOMDATFolding> 76 </Link> 77 </ItemDefinitionGroup> 78 <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> 79 <Link> 80 <TargetMachine>MachineX86</TargetMachine> 81 </Link> 82 </ItemDefinitionGroup> 83 <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> 84 <Link> 85 <TargetMachine>MachineX64</TargetMachine> 86 </Link> 87 </ItemDefinitionGroup> 88 <ItemGroup> 89 <ClCompile Include="simpleclient.cpp" /> 90 </ItemGroup> 91 <ItemGroup> 92 <ProjectReference Include="..\mordor.vcxproj"> 93 <Project>{feac089a-cc93-49c3-8f22-a9ab96f6273a}</Project> 94 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 95 </ProjectReference> 96 </ItemGroup> 97 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 98 <ImportGroup Label="ExtensionTargets"> 99 </ImportGroup> 100</Project>