source: 2010/23/sijoseha/Testipeli/PartikkeliTesti.csproj @ 577

Revision 577, 6.1 KB checked in by sijoseha, 13 years ago (diff)

Efekti kokeiluja

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <ProjectGuid>{1C6E9D98-1E0D-45C1-8B26-28D23D227DB8}</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>Testipeli</RootNamespace>
10    <AssemblyName>Testipeli</AssemblyName>
11    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12    <XnaFrameworkVersion>v3.1</XnaFrameworkVersion>
13    <XnaPlatform>Windows</XnaPlatform>
14    <XnaCrossPlatformGroupID>d9691658-737e-4f64-bb35-6c3b7c34d65d</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.Xml">
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="System.Xml.Linq">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81      <Private>False</Private>
82    </Reference>
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="Particle.cs" />
86    <Compile Include="Properties\AssemblyInfo.cs" />
87    <Compile Include="Ohjelma.cs" />
88    <Compile Include="Peli.cs" />
89  </ItemGroup>
90  <ItemGroup>
91    <Content Include="Game.ico" />
92    <Content Include="GameThumbnail.png" />
93  </ItemGroup>
94  <ItemGroup>
95    <NestedContentProject Include="Content\Content.contentproj">
96      <Project>fb1c31b8-23c9-4870-87d4-51c8f34fc140</Project>
97      <Visible>False</Visible>
98    </NestedContentProject>
99  </ItemGroup>
100  <ItemGroup>
101    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
102      <Visible>False</Visible>
103      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
104      <Install>false</Install>
105    </BootstrapperPackage>
106    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
107      <Visible>False</Visible>
108      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
109      <Install>false</Install>
110    </BootstrapperPackage>
111    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
112      <Visible>False</Visible>
113      <ProductName>.NET Framework 3.5</ProductName>
114      <Install>false</Install>
115    </BootstrapperPackage>
116    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
117      <Visible>False</Visible>
118      <ProductName>.NET Framework 3.5 SP1</ProductName>
119      <Install>true</Install>
120    </BootstrapperPackage>
121    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
122      <Visible>False</Visible>
123      <ProductName>Windows Installer 3.1</ProductName>
124      <Install>true</Install>
125    </BootstrapperPackage>
126    <BootstrapperPackage Include="Microsoft.Xna.Framework.3.1">
127      <Visible>False</Visible>
128      <ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName>
129      <Install>true</Install>
130    </BootstrapperPackage>
131  </ItemGroup>
132  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
133  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141</Project>
Note: See TracBrowser for help on using the repository browser.