source: 2014/23/Antti-JussiL/FysiikkaPeli1/FysiikkaPeli1/FysiikkaPeli1/FysiikkaPeli1.csproj @ 4867

Revision 4867, 7.5 KB checked in by anlakane, 9 years ago (diff)
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>{2A442376-E218-4355-AB34-2C944BFB1462}</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>FysiikkaPeli1</RootNamespace>
11    <AssemblyName>FysiikkaPeli1</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>6a09ecf8-66d4-442d-beeb-9aa62d45682f</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="Jypeli">
65    </Reference>
66    <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="mscorlib">
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="System">
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="System.Xml">
100      <Private>False</Private>
101    </Reference>
102    <Reference Include="System.Core">
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="System.Xml.Linq">
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="System.Net">
109      <Private>False</Private>
110    </Reference>
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="Ohjelma.cs" />
114    <Compile Include="FysiikkaPeli1.cs" />
115    <Compile Include="Properties\AssemblyInfo.cs" />
116  </ItemGroup>
117  <ItemGroup>
118    <Content Include="Game.ico" />
119    <Content Include="GameThumbnail.png" />
120  </ItemGroup>
121  <ItemGroup>
122    <ProjectReference Include="..\FysiikkaPeli1Content\FysiikkaPeli1Content.contentproj">
123      <Name>FysiikkaPeli1Content</Name>
124      <XnaReferenceType>Content</XnaReferenceType>
125    </ProjectReference>
126  </ItemGroup>
127  <ItemGroup>
128    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
129      <Visible>False</Visible>
130      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
131      <Install>true</Install>
132    </BootstrapperPackage>
133    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
134      <Visible>False</Visible>
135      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
136      <Install>false</Install>
137    </BootstrapperPackage>
138    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
139      <Visible>False</Visible>
140      <ProductName>.NET Framework 3.5 SP1</ProductName>
141      <Install>false</Install>
142    </BootstrapperPackage>
143    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
144      <Visible>False</Visible>
145      <ProductName>Windows Installer 3.1</ProductName>
146      <Install>true</Install>
147    </BootstrapperPackage>
148    <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
149      <Visible>False</Visible>
150      <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
151      <Install>true</Install>
152    </BootstrapperPackage>
153  </ItemGroup>
154  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
156  <!--
157      To modify your build process, add your task inside one of the targets below and uncomment it.
158      Other similar extension points exist, see Microsoft.Common.targets.
159      <Target Name="BeforeBuild">
160      </Target>
161      <Target Name="AfterBuild">
162      </Target>
163    -->
164</Project>
Note: See TracBrowser for help on using the repository browser.