source: 2010/24/danmarti/Vantaa 2001/Vantaa 2001.csproj @ 880

Revision 880, 6.7 KB checked in by danmarti, 13 years ago (diff)

Aloitettiin Vantaa 2001. Lisättiin pelihahmo.

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <ProjectGuid>{F06A00A0-FF19-430A-A8ED-DD888A8E661E}</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>Vantaa_2001</RootNamespace>
10    <AssemblyName>Vantaa 2001</AssemblyName>
11    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12    <XnaFrameworkVersion>v3.1</XnaFrameworkVersion>
13    <XnaPlatform>Windows</XnaPlatform>
14    <XnaCrossPlatformGroupID>15f18f86-c4d7-46c4-8e49-64df886dc0c2</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>
59    <Reference Include="Jypeli2, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
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.Data" />
72    <Reference Include="System.Drawing" />
73    <Reference Include="System.Windows.Forms" />
74    <Reference Include="System.Xml">
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="System.Core">
78      <RequiredTargetFramework>3.5</RequiredTargetFramework>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="System.Xml.Linq">
82      <RequiredTargetFramework>3.5</RequiredTargetFramework>
83      <Private>False</Private>
84    </Reference>
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="BetaMap.cs">
88      <SubType>Form</SubType>
89    </Compile>
90    <Compile Include="BetaMap.Designer.cs">
91      <DependentUpon>BetaMap.cs</DependentUpon>
92    </Compile>
93    <Compile Include="Properties\AssemblyInfo.cs" />
94    <Compile Include="Ohjelma.cs" />
95    <Compile Include="Peli.cs" />
96  </ItemGroup>
97  <ItemGroup>
98    <Content Include="BetaMap.txt" />
99    <Content Include="Game.ico" />
100    <Content Include="GameThumbnail.png" />
101  </ItemGroup>
102  <ItemGroup>
103    <NestedContentProject Include="Content\Content.contentproj">
104      <Project>ec8c4e51-a16f-4f35-9f69-64aeb688c97c</Project>
105      <Visible>False</Visible>
106    </NestedContentProject>
107  </ItemGroup>
108  <ItemGroup>
109    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
110      <Visible>False</Visible>
111      <ProductName>.NET Framework Client Profile</ProductName>
112      <Install>false</Install>
113    </BootstrapperPackage>
114    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
115      <Visible>False</Visible>
116      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
117      <Install>false</Install>
118    </BootstrapperPackage>
119    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
120      <Visible>False</Visible>
121      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
122      <Install>false</Install>
123    </BootstrapperPackage>
124    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
125      <Visible>False</Visible>
126      <ProductName>.NET Framework 3.5</ProductName>
127      <Install>false</Install>
128    </BootstrapperPackage>
129    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
130      <Visible>False</Visible>
131      <ProductName>.NET Framework 3.5 SP1</ProductName>
132      <Install>true</Install>
133    </BootstrapperPackage>
134    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
135      <Visible>False</Visible>
136      <ProductName>Windows Installer 3.1</ProductName>
137      <Install>true</Install>
138    </BootstrapperPackage>
139    <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
140      <Visible>False</Visible>
141      <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
142      <Install>true</Install>
143    </BootstrapperPackage>
144  </ItemGroup>
145  <ItemGroup>
146    <EmbeddedResource Include="BetaMap.resx">
147      <DependentUpon>BetaMap.cs</DependentUpon>
148    </EmbeddedResource>
149  </ItemGroup>
150  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
151  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
152  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153       Other similar extension points exist, see Microsoft.Common.targets.
154  <Target Name="BeforeBuild">
155  </Target>
156  <Target Name="AfterBuild">
157  </Target>
158  -->
159</Project>
Note: See TracBrowser for help on using the repository browser.