source: 2011/26/JaakkoL/Rogue Agent 2372/Rogue Agent 2372/Rogue Agent 2372/Rogue Agent 2372.csproj @ 2402

Revision 2402, 8.1 KB checked in by teeevasa, 12 years ago (diff)

updated Jypeli

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>{3F27FCA1-E6FC-42D4-AD31-8607547783CC}</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>Rogue_Agent_2372</RootNamespace>
11    <AssemblyName>Rogue Agent 2372</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>46e6c13f-9f92-41a6-8f4f-0981cc16340e</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  <ItemGroup>
64    <Reference Include="Jypeli4, Version=4.0.6.0, Culture=neutral, processorArchitecture=x86">
65      <SpecificVersion>False</SpecificVersion>
66      <HintPath>..\..\..\Jypeli4.dll</HintPath>
67    </Reference>
68    <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="mscorlib">
96      <Private>False</Private>
97    </Reference>
98    <Reference Include="System">
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="System.Xml">
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="System.Core">
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="System.Xml.Linq">
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="System.Net">
111      <Private>False</Private>
112    </Reference>
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="Weapons.cs" />
116    <Compile Include="Enemies.cs" />
117    <Compile Include="GenCharacter.cs" />
118    <Compile Include="Ohjelma.cs" />
119    <Compile Include="Peli.cs" />
120    <Compile Include="Player.cs" />
121    <Compile Include="Properties\AssemblyInfo.cs" />
122  </ItemGroup>
123  <ItemGroup>
124    <Content Include="Game.ico" />
125    <Content Include="GameThumbnail.png" />
126    <Content Include="InsideReactor.txt">
127      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
128    </Content>
129    <Content Include="ReactorEntrance.txt">
130      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
131    </Content>
132  </ItemGroup>
133  <ItemGroup>
134    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
135      <Visible>False</Visible>
136      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
137      <Install>true</Install>
138    </BootstrapperPackage>
139    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
140      <Visible>False</Visible>
141      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
142      <Install>false</Install>
143    </BootstrapperPackage>
144    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
145      <Visible>False</Visible>
146      <ProductName>.NET Framework 3.5 SP1</ProductName>
147      <Install>false</Install>
148    </BootstrapperPackage>
149    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
150      <Visible>False</Visible>
151      <ProductName>Windows Installer 3.1</ProductName>
152      <Install>true</Install>
153    </BootstrapperPackage>
154    <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
155      <Visible>False</Visible>
156      <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
157      <Install>true</Install>
158    </BootstrapperPackage>
159  </ItemGroup>
160  <ItemGroup>
161    <ProjectReference Include="..\Rogue Agent 2372Content\Rogue Agent 2372Content.contentproj">
162      <Project>{CE75A981-87CF-48FF-A073-8D29994B65DD}</Project>
163      <Name>Rogue Agent 2372Content %28Content%29</Name>
164      <XnaReferenceType>Content</XnaReferenceType>
165    </ProjectReference>
166  </ItemGroup>
167  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
168  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
169  <!--
170      To modify your build process, add your task inside one of the targets below and uncomment it.
171      Other similar extension points exist, see Microsoft.Common.targets.
172      <Target Name="BeforeBuild">
173      </Target>
174      <Target Name="AfterBuild">
175      </Target>
176    -->
177</Project>
Note: See TracBrowser for help on using the repository browser.