source: 2009/zhipeng_j/pengJ/pengJ.csproj @ 9278

Revision 201, 6.4 KB checked in by tupepura, 14 years ago (diff)
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <ProjectGuid>{A8465BE7-B0FE-49B7-9BC0-0EC64B94F362}</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>pengJ</RootNamespace>
10    <AssemblyName>pengJ</AssemblyName>
11    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12    <XnaFrameworkVersion>v3.1</XnaFrameworkVersion>
13    <XnaPlatform>Windows</XnaPlatform>
14    <XnaCrossPlatformGroupID>80a479c2-b426-4a11-a666-5a646063c13b</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="AdvanceMath, Version=2.0.0.24683, Culture=neutral, processorArchitecture=x86">
60      <SpecificVersion>False</SpecificVersion>
61      <HintPath>..\..\lib\AdvanceMath.dll</HintPath>
62    </Reference>
63    <Reference Include="Jypeli, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\..\lib\Jypeli.dll</HintPath>
66    </Reference>
67    <Reference Include="Microsoft.Xna.Framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
68    <Reference Include="Microsoft.Xna.Framework.Game, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
69    <Reference Include="mscorlib">
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="Physics2DDotNet, Version=2.0.0.0, Culture=neutral, processorArchitecture=x86">
73      <SpecificVersion>False</SpecificVersion>
74      <HintPath>..\..\lib\Physics2DDotNet.dll</HintPath>
75    </Reference>
76    <Reference Include="System">
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="System.Xml">
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="System.Core">
83      <RequiredTargetFramework>3.5</RequiredTargetFramework>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="System.Xml.Linq">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88      <Private>False</Private>
89    </Reference>
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="Properties\AssemblyInfo.cs" />
93    <Compile Include="Ohjelma.cs" />
94    <Compile Include="Peli.cs" />
95  </ItemGroup>
96  <ItemGroup>
97    <Content Include="Game.ico" />
98    <Content Include="GameThumbnail.png" />
99  </ItemGroup>
100  <ItemGroup>
101    <NestedContentProject Include="Content\Content.contentproj">
102      <Project>cfeb3b04-f967-40a8-bc7a-c442eaa6e478</Project>
103      <Visible>False</Visible>
104    </NestedContentProject>
105  </ItemGroup>
106  <ItemGroup>
107    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
108      <Visible>False</Visible>
109      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
110      <Install>false</Install>
111    </BootstrapperPackage>
112    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
113      <Visible>False</Visible>
114      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
115      <Install>false</Install>
116    </BootstrapperPackage>
117    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
118      <Visible>False</Visible>
119      <ProductName>.NET Framework 3.5</ProductName>
120      <Install>false</Install>
121    </BootstrapperPackage>
122    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
123      <Visible>False</Visible>
124      <ProductName>.NET Framework 3.5 SP1</ProductName>
125      <Install>true</Install>
126    </BootstrapperPackage>
127    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
128      <Visible>False</Visible>
129      <ProductName>Windows Installer 3.1</ProductName>
130      <Install>true</Install>
131    </BootstrapperPackage>
132    <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
133      <Visible>False</Visible>
134      <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
135      <Install>true</Install>
136    </BootstrapperPackage>
137  </ItemGroup>
138  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
139  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
140  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141       Other similar extension points exist, see Microsoft.Common.targets.
142  <Target Name="BeforeBuild">
143  </Target>
144  <Target Name="AfterBuild">
145  </Target>
146  -->
147</Project>
Note: See TracBrowser for help on using the repository browser.