123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D0E05092-60B2-47FF-B924-D5CDED0C0DD1}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NetworkStateManagement</RootNamespace>
- <AssemblyName>NetworkStateManagement</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Game.cs">
- <Link>Game.cs</Link>
- </Compile>
- <Compile Include="IMessageDisplay.cs">
- <Link>IMessageDisplay.cs</Link>
- </Compile>
- <Compile Include="MessageDisplayComponent.cs">
- <Link>MessageDisplayComponent.cs</Link>
- </Compile>
- <Compile Include="Networking\AvailableSessionMenuEntry.cs">
- <Link>Networking\AvailableSessionMenuEntry.cs</Link>
- </Compile>
- <Compile Include="Networking\CreateOrFindSessionScreen.cs">
- <Link>Networking\CreateOrFindSessionScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\JoinSessionScreen.cs">
- <Link>Networking\JoinSessionScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\LobbyScreen.cs">
- <Link>Networking\LobbyScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\NetworkBusyScreen.cs">
- <Link>Networking\NetworkBusyScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\NetworkErrorScreen.cs">
- <Link>Networking\NetworkErrorScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\NetworkSessionComponent.cs">
- <Link>Networking\NetworkSessionComponent.cs</Link>
- </Compile>
- <Compile Include="Networking\OperationCompletedEventArgs.cs">
- <Link>Networking\OperationCompletedEventArgs.cs</Link>
- </Compile>
- <Compile Include="Networking\ProfileSignInScreen.cs">
- <Link>Networking\ProfileSignInScreen.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\GameScreen.cs">
- <Link>ScreenManager\GameScreen.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\InputState.cs">
- <Link>ScreenManager\InputState.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\ScreenManager.cs">
- <Link>ScreenManager\ScreenManager.cs</Link>
- </Compile>
- <Compile Include="Screens\BackgroundScreen.cs">
- <Link>Screens\BackgroundScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\GameplayScreen.cs">
- <Link>Screens\GameplayScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\LoadingScreen.cs">
- <Link>Screens\LoadingScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\MainMenuScreen.cs">
- <Link>Screens\MainMenuScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\MenuEntry.cs">
- <Link>Screens\MenuEntry.cs</Link>
- </Compile>
- <Compile Include="Screens\MenuScreen.cs">
- <Link>Screens\MenuScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\MessageBoxScreen.cs">
- <Link>Screens\MessageBoxScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\PauseMenuScreen.cs">
- <Link>Screens\PauseMenuScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\PlayerIndexEventArgs.cs">
- <Link>Screens\PlayerIndexEventArgs.cs</Link>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\background.xnb">
- <Link>Content\background.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\blank.xnb">
- <Link>Content\blank.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\cat.xnb">
- <Link>Content\cat.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_able.xnb">
- <Link>Content\chat_able.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_mute.xnb">
- <Link>Content\chat_mute.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_ready.xnb">
- <Link>Content\chat_ready.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_talking.xnb">
- <Link>Content\chat_talking.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\gamefont.xnb">
- <Link>Content\gamefont.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\gradient.xnb">
- <Link>Content\gradient.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\menufont.xnb">
- <Link>Content\menufont.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
- <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
- <Name>MonoGame.Framework.Linux</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Linux.csproj">
- <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
- <Name>Lidgren.Network.Linux</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|