[1152] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
---|
| 2 | <PropertyGroup> |
---|
| 3 | <ProjectGuid>{22DA3557-4287-42BA-BDD7-7FE26F9C29B5}</ProjectGuid> |
---|
| 4 | <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
---|
| 7 | <OutputType>WinExe</OutputType> |
---|
| 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
| 9 | <RootNamespace>CrabsAndShrimps</RootNamespace> |
---|
| 10 | <AssemblyName>CrabsAndShrimps</AssemblyName> |
---|
| 11 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
---|
| 12 | <XnaFrameworkVersion>v3.1</XnaFrameworkVersion> |
---|
| 13 | <XnaPlatform>Windows</XnaPlatform> |
---|
| 14 | <XnaCrossPlatformGroupID>32d1db54-5621-48e8-9798-1171776247cd</XnaCrossPlatformGroupID> |
---|
| 15 | <ApplicationIcon>Game.ico</ApplicationIcon> |
---|
| 16 | <Thumbnail>GameThumbnail.png</Thumbnail> |
---|
| 17 | <IsWebBootstrapper>false</IsWebBootstrapper> |
---|
| 18 | <PublishUrl>publish\</PublishUrl> |
---|
| 19 | <Install>true</Install> |
---|
| 20 | <InstallFrom>Disk</InstallFrom> |
---|
| 21 | <UpdateEnabled>false</UpdateEnabled> |
---|
| 22 | <UpdateMode>Foreground</UpdateMode> |
---|
| 23 | <UpdateInterval>7</UpdateInterval> |
---|
| 24 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
---|
| 25 | <UpdatePeriodically>false</UpdatePeriodically> |
---|
| 26 | <UpdateRequired>false</UpdateRequired> |
---|
| 27 | <MapFileExtensions>true</MapFileExtensions> |
---|
| 28 | <ApplicationRevision>0</ApplicationRevision> |
---|
| 29 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
---|
| 30 | <UseApplicationTrust>false</UseApplicationTrust> |
---|
| 31 | <BootstrapperEnabled>true</BootstrapperEnabled> |
---|
| 32 | </PropertyGroup> |
---|
| 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
---|
| 34 | <DebugSymbols>true</DebugSymbols> |
---|
| 35 | <DebugType>full</DebugType> |
---|
| 36 | <Optimize>false</Optimize> |
---|
| 37 | <OutputPath>bin\x86\Debug</OutputPath> |
---|
| 38 | <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants> |
---|
| 39 | <ErrorReport>prompt</ErrorReport> |
---|
| 40 | <WarningLevel>4</WarningLevel> |
---|
| 41 | <NoStdLib>true</NoStdLib> |
---|
| 42 | <UseVSHostingProcess>false</UseVSHostingProcess> |
---|
| 43 | <PlatformTarget>x86</PlatformTarget> |
---|
| 44 | <XnaCompressContent>false</XnaCompressContent> |
---|
| 45 | </PropertyGroup> |
---|
| 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
---|
| 47 | <DebugType>pdbonly</DebugType> |
---|
| 48 | <Optimize>true</Optimize> |
---|
| 49 | <OutputPath>bin\x86\Release</OutputPath> |
---|
| 50 | <DefineConstants>TRACE;WINDOWS</DefineConstants> |
---|
| 51 | <ErrorReport>prompt</ErrorReport> |
---|
| 52 | <WarningLevel>4</WarningLevel> |
---|
| 53 | <NoStdLib>true</NoStdLib> |
---|
| 54 | <UseVSHostingProcess>false</UseVSHostingProcess> |
---|
| 55 | <PlatformTarget>x86</PlatformTarget> |
---|
| 56 | <XnaCompressContent>true</XnaCompressContent> |
---|
| 57 | </PropertyGroup> |
---|
| 58 | <ItemGroup> |
---|
[1203] | 59 | <Reference Include="Jypeli2, Version=2.2.3.0, Culture=neutral, processorArchitecture=x86"> |
---|
[1152] | 60 | <SpecificVersion>False</SpecificVersion> |
---|
| 61 | <HintPath>..\..\lib\Jypeli2.dll</HintPath> |
---|
| 62 | </Reference> |
---|
| 63 | <Reference Include="Microsoft.Xna.Framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 64 | <Reference Include="Microsoft.Xna.Framework.Game, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
| 65 | <Reference Include="mscorlib"> |
---|
| 66 | <Private>False</Private> |
---|
| 67 | </Reference> |
---|
| 68 | <Reference Include="System"> |
---|
| 69 | <Private>False</Private> |
---|
| 70 | </Reference> |
---|
| 71 | <Reference Include="System.Xml"> |
---|
| 72 | <Private>False</Private> |
---|
| 73 | </Reference> |
---|
| 74 | <Reference Include="System.Core"> |
---|
| 75 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
| 76 | <Private>False</Private> |
---|
| 77 | </Reference> |
---|
| 78 | <Reference Include="System.Xml.Linq"> |
---|
| 79 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
| 80 | <Private>False</Private> |
---|
| 81 | </Reference> |
---|
| 82 | </ItemGroup> |
---|
| 83 | <ItemGroup> |
---|
| 84 | <Compile Include="Properties\AssemblyInfo.cs" /> |
---|
| 85 | <Compile Include="Ohjelma.cs" /> |
---|
| 86 | <Compile Include="Peli.cs" /> |
---|
| 87 | </ItemGroup> |
---|
| 88 | <ItemGroup> |
---|
| 89 | <Content Include="Game.ico" /> |
---|
| 90 | <Content Include="GameThumbnail.png" /> |
---|
| 91 | </ItemGroup> |
---|
| 92 | <ItemGroup> |
---|
| 93 | <NestedContentProject Include="Content\Content.contentproj"> |
---|
| 94 | <Project>695befa7-ead2-4032-9be5-de8f56484d50</Project> |
---|
| 95 | <Visible>False</Visible> |
---|
| 96 | </NestedContentProject> |
---|
| 97 | </ItemGroup> |
---|
| 98 | <ItemGroup> |
---|
| 99 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
---|
| 100 | <Visible>False</Visible> |
---|
| 101 | <ProductName>.NET Framework Client Profile</ProductName> |
---|
| 102 | <Install>false</Install> |
---|
| 103 | </BootstrapperPackage> |
---|
| 104 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
---|
| 105 | <Visible>False</Visible> |
---|
| 106 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
---|
| 107 | <Install>false</Install> |
---|
| 108 | </BootstrapperPackage> |
---|
| 109 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
---|
| 110 | <Visible>False</Visible> |
---|
| 111 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
---|
| 112 | <Install>false</Install> |
---|
| 113 | </BootstrapperPackage> |
---|
| 114 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
---|
| 115 | <Visible>False</Visible> |
---|
| 116 | <ProductName>.NET Framework 3.5</ProductName> |
---|
| 117 | <Install>false</Install> |
---|
| 118 | </BootstrapperPackage> |
---|
| 119 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
---|
| 120 | <Visible>False</Visible> |
---|
| 121 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
---|
| 122 | <Install>true</Install> |
---|
| 123 | </BootstrapperPackage> |
---|
| 124 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
---|
| 125 | <Visible>False</Visible> |
---|
| 126 | <ProductName>Windows Installer 3.1</ProductName> |
---|
| 127 | <Install>true</Install> |
---|
| 128 | </BootstrapperPackage> |
---|
| 129 | <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1"> |
---|
| 130 | <Visible>False</Visible> |
---|
| 131 | <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName> |
---|
| 132 | <Install>true</Install> |
---|
| 133 | </BootstrapperPackage> |
---|
| 134 | </ItemGroup> |
---|
| 135 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
---|
| 136 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> |
---|
| 137 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
| 138 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
| 139 | <Target Name="BeforeBuild"> |
---|
| 140 | </Target> |
---|
| 141 | <Target Name="AfterBuild"> |
---|
| 142 | </Target> |
---|
| 143 | --> |
---|
| 144 | </Project> |
---|