<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <DualityPackageExcludeParentElement /> <StartAction>Program</StartAction> <StartProgram>$(SolutionDir)Source\Editor\DualityEditor\bin\Debug\DualityEditor.exe</StartProgram> <StartWorkingDirectory>$(SolutionDir)Samples\FlapOrDie\Content\</StartWorkingDirectory> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <DualityPackageExcludeParentElement /> <StartAction>Program</StartAction> <StartProgram>$(SolutionDir)Source\Editor\DualityEditor\bin\Debug\DualityEditor.exe</StartProgram> <StartWorkingDirectory>$(SolutionDir)Samples\FlapOrDie\Content\</StartWorkingDirectory> </PropertyGroup> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{31ED388E-C8FD-4A77-A0DC-42CD5EB54E4C}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>FlapOrDie</RootNamespace> <AssemblyName>FlapOrDie.core</AssemblyName> <FileAlignment>512</FileAlignment> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\..\..\</SolutionDir> <RestorePackages>true</RestorePackages> <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile>FlapOrDie.core.xml</DocumentationFile> <NoWarn>1591,1592,1573,1571,1570,1572</NoWarn> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile>FlapOrDie.core.xml</DocumentationFile> <NoWarn>1591,1592,1573,1571,1570,1572</NoWarn> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Compile Include="Components\MusicManager.cs" /> <Compile Include="Components\BackgroundScroller.cs" /> <Compile Include="Components\Ticker.cs" /> <Compile Include="CorePlugin.cs" /> <Compile Include="Controllers\GameController.cs" /> <Compile Include="Controllers\MainMenuController.cs" /> <Compile Include="Tags\Obstacle.cs" /> <Compile Include="Controllers\PlayerController.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Source\Core\Primitives\DualityPrimitives.csproj"> <Project>{c87a6a2f-e537-48fa-a789-3c54cf29cc09}</Project> <Name>DualityPrimitives</Name> </ProjectReference> <ProjectReference Include="..\..\Source\Core\Duality\Duality.csproj"> <Project>{D821AFB9-BCC9-4025-9A9C-798E2BC546AB}</Project> <Name>Duality</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> <PropertyGroup> <DualityPackageExcludeParentElement /> <PostBuildEvent>mkdir "$(ProjectDir)Content\Plugins" copy "$(TargetPath)" "$(ProjectDir)Content\Plugins" copy "$(TargetDir)$(TargetName).xml" "$(ProjectDir)Content\Plugins"</PostBuildEvent> </PropertyGroup> </Project>