source: 2012/23/RamiP/YAG2DSSBase/YAG2DSS/YAG2DSS/YAG2DSS.csproj @ 2817

Revision 2817, 8.4 KB checked in by ramipasa, 11 years ago (diff)

ASTEROIDIT!!!! (+ pythagoras kujntoon)

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <ProjectGuid>{C136FB2D-5832-44B9-A8EA-2E1538EA48AE}</ProjectGuid>
5    <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
6    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>YAG2DSS</RootNamespace>
11    <AssemblyName>YAG2DSS</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
14    <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
15    <XnaPlatform>Windows</XnaPlatform>
16    <XnaProfile>Reach</XnaProfile>
17    <XnaCrossPlatformGroupID>44b03ee6-6c34-476e-be78-a776283a606b</XnaCrossPlatformGroupID>
18    <XnaOutputType>Game</XnaOutputType>
19    <ApplicationIcon>Game.ico</ApplicationIcon>
20    <Thumbnail>GameThumbnail.png</Thumbnail>
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\x86\Debug</OutputPath>
43    <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <NoStdLib>true</NoStdLib>
47    <UseVSHostingProcess>false</UseVSHostingProcess>
48    <PlatformTarget>x86</PlatformTarget>
49    <XnaCompressContent>false</XnaCompressContent>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>bin\x86\Release</OutputPath>
55    <DefineConstants>TRACE;WINDOWS</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <NoStdLib>true</NoStdLib>
59    <UseVSHostingProcess>false</UseVSHostingProcess>
60    <PlatformTarget>x86</PlatformTarget>
61    <XnaCompressContent>true</XnaCompressContent>
62  </PropertyGroup>
63  <PropertyGroup>
64    <StartupObject />
65  </PropertyGroup>
66  <ItemGroup>
67    <Reference Include="Jypeli">
68    </Reference>
69    <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="mscorlib">
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="System">
100      <Private>False</Private>
101    </Reference>
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Xml">
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="System.Core">
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="System.Xml.Linq">
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="System.Net">
113      <Private>False</Private>
114    </Reference>
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="ALTKEngine\ALTKConstants.cs" />
118    <Compile Include="ALTKEngine\Cursor.cs" />
119    <Compile Include="ALTKEngine\GameHandler.cs" />
120    <Compile Include="ALTKEngine\KeyboardEventInput.cs" />
121    <Compile Include="ALTKEngine\Loader.cs" />
122    <Compile Include="ALTKEngine\MusicPlayer.cs" />
123    <Compile Include="ALTKEngine\SoundPlayer.cs" />
124    <Compile Include="ALTKEngine\StaticAnimHandler.cs" />
125    <Compile Include="ALTKHandler.cs" />
126    <Compile Include="GUI\ACheckBox.cs" />
127    <Compile Include="GUI\AChoiceButton.cs" />
128    <Compile Include="GUI\ALine.cs" />
129    <Compile Include="GUI\ALineBar.cs" />
130    <Compile Include="GUI\AListBox.cs" />
131    <Compile Include="GUI\AMessageDisplay.cs" />
132    <Compile Include="GUI\ATextBox.cs" />
133    <Compile Include="GUI\AUIButton.cs" />
134    <Compile Include="GUI\Dialogs\ExitWindow.cs" />
135    <Compile Include="Ohjelma.cs" />
136    <Compile Include="YAG2DSS.cs" />
137    <Compile Include="Properties\AssemblyInfo.cs" />
138  </ItemGroup>
139  <ItemGroup>
140    <Content Include="Game.ico" />
141    <Content Include="GameThumbnail.png" />
142  </ItemGroup>
143  <ItemGroup>
144    <ProjectReference Include="..\YAG2DSSContent\YAG2DSSContent.contentproj">
145      <Name>YAG2DSSContent</Name>
146      <XnaReferenceType>Content</XnaReferenceType>
147    </ProjectReference>
148  </ItemGroup>
149  <ItemGroup>
150    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
151      <Visible>False</Visible>
152      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
153      <Install>true</Install>
154    </BootstrapperPackage>
155    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
156      <Visible>False</Visible>
157      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
158      <Install>false</Install>
159    </BootstrapperPackage>
160    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
161      <Visible>False</Visible>
162      <ProductName>.NET Framework 3.5 SP1</ProductName>
163      <Install>false</Install>
164    </BootstrapperPackage>
165    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
166      <Visible>False</Visible>
167      <ProductName>Windows Installer 3.1</ProductName>
168      <Install>true</Install>
169    </BootstrapperPackage>
170    <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
171      <Visible>False</Visible>
172      <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
173      <Install>true</Install>
174    </BootstrapperPackage>
175  </ItemGroup>
176  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
177  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
178  <!--
179      To modify your build process, add your task inside one of the targets below and uncomment it.
180      Other similar extension points exist, see Microsoft.Common.targets.
181      <Target Name="BeforeBuild">
182      </Target>
183      <Target Name="AfterBuild">
184      </Target>
185    -->
186</Project>
Note: See TracBrowser for help on using the repository browser.