123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C3D02EFA-1C48-415C-8811-56D20434FD68}</ProjectGuid>
- <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>Graphics3DSample</RootNamespace>
- <AssemblyName>Graphics3DSample</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <EnablePackageSigning>false</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <CodeSigningKey>Mac Developer</CodeSigningKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <EnablePackageSigning>false</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <LinkMode>Full</LinkMode>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <CodeSigningKey>Mac Developer</CodeSigningKey>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\AppStore</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
- <IncludeMonoRuntime>true</IncludeMonoRuntime>
- <LinkMode>Full</LinkMode>
- <EnablePackageSigning>true</EnablePackageSigning>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>true</EnableCodeSigning>
- <CreatePackage>true</CreatePackage>
- <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Drawing" />
- <Reference Include="MonoMac" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
- <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
- <Name>MonoGame.Framework.MacOS</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
- <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
- <Name>Lidgren.Network.MacOS</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Main.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="GameMain.cs" />
- <Compile Include="Animation\Animation.cs" />
- <Compile Include="Buttons\Button.cs" />
- <Compile Include="Buttons\Checkbox.cs" />
- <Compile Include="Buttons\Clickable.cs" />
- <Compile Include="Models\Spaceship.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.plist" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
- <ItemGroup>
- <Folder Include="Content\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\Buttons\animation_60x60.xnb" />
- <Content Include="Content\Buttons\arrow1_left_60x60.xnb" />
- <Content Include="Content\Buttons\arrow1_right_60x60.xnb" />
- <Content Include="Content\Buttons\lamp_60x60.xnb" />
- <Content Include="Content\Buttons\perPixelLight_60x60.xnb" />
- <Content Include="Content\Buttons\textureOnOff.xnb" />
- <Content Include="Content\Models\enemy_0.xnb" />
- <Content Include="Content\Models\spaceship.xnb" />
- <Content Include="Content\Textures\explosionStrip.xnb" />
- <Content Include="Content\Textures\spaceBG.xnb" />
- <Content Include="Content\AnimationDef.xml" />
- </ItemGroup>
- </Project>
|