2013-05-05 18:18:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "4.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {467C54AE-676B-4D1A-AB8E-60B930F09FB1}</ProjectGuid>
<RootNamespace > libXFXGame</RootNamespace>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<CharacterSet > MultiByte</CharacterSet>
<WholeProgramOptimization > true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Makefile</ConfigurationType>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<_ProjectFileVersion > 10.0.40219.1</_ProjectFileVersion>
<OutDir Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(Configuration)\</IntDir>
<NMakeBuildCommandLine Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > make -f makefile all 2> & 1 | sed -e %27s/\(\w\+\):\([0-9]\+\):/\1(\2):/%27</NMakeBuildCommandLine>
<NMakeReBuildCommandLine Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > make -f makefile rebuild 2> & 1 | sed -e %27s/\(\w\+\):\([0-9]\+\):/\1(\2):/%27</NMakeReBuildCommandLine>
<NMakeCleanCommandLine Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > make -f makefile clean 2> & 1 | sed -e %27s/\(\w\+\):\([0-9]\+\):/\1(\2):/%27</NMakeCleanCommandLine>
2013-08-20 11:14:55 +02:00
<NMakeOutput Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > libXFX.Game.a</NMakeOutput>
2013-05-05 18:18:41 +02:00
<NMakePreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > ENABLE_XBOX; DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > C:\cygwin\usr\local\openxdk\include;C:\cygwin\usr\local\openxdk\i386-pc-xbox\include;C:\cygwin\usr\local\openxdk\include\SDL;..\..\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
<NMakeForcedIncludes Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(NMakeForcedIncludes)</NMakeForcedIncludes>
<NMakeAssemblySearchPath Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
<NMakeForcedUsingAssemblies Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > $(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
<OutDir Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > $(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > $(Configuration)\</IntDir>
<CodeAnalysisRuleSet Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" />
</PropertyGroup>
2013-08-20 11:14:55 +02:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<IncludePath > $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);$(SolutionDir)include</IncludePath>
</PropertyGroup>
2013-05-05 18:18:41 +02:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<BuildLog >
<Path > BuildLog.htm</Path>
</BuildLog>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link >
<GenerateDebugInformation > true</GenerateDebugInformation>
<OptimizeReferences > true</OptimizeReferences>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<TargetMachine > MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "DrawableGameComponent.cpp" />
<ClCompile Include= "Game.cpp" />
<ClCompile Include= "GameComponent.cpp" />
<ClCompile Include= "GameComponentCollection.cpp" />
<ClCompile Include= "GameServiceContainer.cpp" />
<ClCompile Include= "GameTime.cpp" />
<ClCompile Include= "GraphicsDeviceManager.cpp" />
<ClCompile Include= "GamerServicesComponent.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\..\include\Game.h" />
<ClInclude Include= "..\..\include\GameComponentCollection.h" />
<ClInclude Include= "..\..\include\GameComponentCollectionEventArgs.h" />
<ClInclude Include= "..\..\include\GameServiceContainer.h" />
<ClInclude Include= "..\..\include\GameTime.h" />
<ClInclude Include= "..\..\include\GraphicsDeviceInformation.h" />
<ClInclude Include= "..\..\include\GraphicsDeviceManager.h" />
<ClInclude Include= "..\..\include\Interfaces.h" />
<ClInclude Include= "..\..\include\XFX.Game.h" />
<ClInclude Include= "..\..\include\GamerServices\GamerServicesComponent.h" />
</ItemGroup>
<ItemGroup >
<None Include= "makefile" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
2012-09-28 20:36:02 +00:00
</Project>