source: 2012/27/DenisZ/TheDungeonGame/TheDungeonGame/TheDungeonGame/TheDungeonGame.csproj @ 3547

Revision 3547, 8.0 KB checked in by dezhidki, 11 years ago (diff)

Added new Entity things

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>{20744947-CC5E-429C-95BC-CEE24FCA6798}</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>TheDungeonGame</RootNamespace>
11    <AssemblyName>TheDungeonGame</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>20f89403-7e11-4be4-82c8-a71922c977f8</XnaCrossPlatformGroupID>
18    <XnaOutputType>Game</XnaOutputType>
19    <ApplicationIcon>Game.ico</ApplicationIcon>
20    <Thumbnail>GameThumbnail.png</Thumbnail>
21    <IsWebBootstrapper>false</IsWebBootstrapper>
22    <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
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.2.1.0, Culture=neutral, processorArchitecture=x86">
65      <SpecificVersion>False</SpecificVersion>
66      <HintPath>F:\Program Files\Jypeli\lib\x86\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="Entity.cs" />
116    <Compile Include="EntityTemplates.cs" />
117    <Compile Include="LevelGenerator.cs" />
118    <Compile Include="Room.cs" />
119    <Compile Include="Player.cs" />
120    <Compile Include="MathHelper.cs" />
121    <Compile Include="Ohjelma.cs" />
122    <Compile Include="RoomTemplates.cs" />
123    <Compile Include="TheDungeonGame.cs" />
124    <Compile Include="Properties\AssemblyInfo.cs" />
125  </ItemGroup>
126  <ItemGroup>
127    <Content Include="Game.ico" />
128    <Content Include="GameThumbnail.png" />
129  </ItemGroup>
130  <ItemGroup>
131    <ProjectReference Include="..\TheDungeonGameContent\TheDungeonGameContent.contentproj">
132      <Name>TheDungeonGameContent</Name>
133      <XnaReferenceType>Content</XnaReferenceType>
134    </ProjectReference>
135  </ItemGroup>
136  <ItemGroup>
137    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
138      <Visible>False</Visible>
139      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
140      <Install>true</Install>
141    </BootstrapperPackage>
142    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
143      <Visible>False</Visible>
144      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
145      <Install>false</Install>
146    </BootstrapperPackage>
147    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
148      <Visible>False</Visible>
149      <ProductName>.NET Framework 3.5 SP1</ProductName>
150      <Install>false</Install>
151    </BootstrapperPackage>
152    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
153      <Visible>False</Visible>
154      <ProductName>Windows Installer 3.1</ProductName>
155      <Install>true</Install>
156    </BootstrapperPackage>
157    <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
158      <Visible>False</Visible>
159      <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
160      <Install>true</Install>
161    </BootstrapperPackage>
162  </ItemGroup>
163  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
165  <!--
166      To modify your build process, add your task inside one of the targets below and uncomment it.
167      Other similar extension points exist, see Microsoft.Common.targets.
168      <Target Name="BeforeBuild">
169      </Target>
170      <Target Name="AfterBuild">
171      </Target>
172    -->
173</Project>
Note: See TracBrowser for help on using the repository browser.