source: 2014/30/MikkoI/frakt/frakt/frakt/frakt.csproj @ 5693

Revision 5693, 6.5 KB checked in by mijoilmo, 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>{F9E4E698-C16A-4607-A0C5-F26305364268}</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>frakt</RootNamespace>
11    <AssemblyName>frakt</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>45c591b1-e34d-43a3-99f0-a0942ef5e421</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  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\x86\Debug</OutputPath>
42    <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <NoStdLib>true</NoStdLib>
46    <UseVSHostingProcess>false</UseVSHostingProcess>
47    <PlatformTarget>x86</PlatformTarget>
48    <XnaCompressContent>false</XnaCompressContent>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>bin\x86\Release</OutputPath>
54    <DefineConstants>TRACE;WINDOWS</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <NoStdLib>true</NoStdLib>
58    <UseVSHostingProcess>false</UseVSHostingProcess>
59    <PlatformTarget>x86</PlatformTarget>
60    <XnaCompressContent>true</XnaCompressContent>
61  </PropertyGroup>
62  <ItemGroup>
63    <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
64    <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
65    <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
66    <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
67    <Reference Include="mscorlib" />
68    <Reference Include="System" />
69    <Reference Include="System.Drawing" />
70    <Reference Include="System.Windows.Forms" />
71    <Reference Include="System.Xml" />
72    <Reference Include="System.Core" />
73    <Reference Include="System.Xml.Linq" />
74    <Reference Include="System.Net" />
75  </ItemGroup>
76  <ItemGroup>
77    <Compile Include="Properties\AssemblyInfo.cs" />
78    <Compile Include="Program.cs" />
79    <Compile Include="Game1.cs" />
80  </ItemGroup>
81  <ItemGroup>
82    <Content Include="Game.ico" />
83    <Content Include="GameThumbnail.png">
84      <XnaPlatformSpecific>true</XnaPlatformSpecific>
85    </Content>
86  </ItemGroup>
87  <ItemGroup>
88    <ProjectReference Include="..\fraktContent\fraktContent.contentproj">
89      <Name>fraktContent</Name>
90      <XnaReferenceType>Content</XnaReferenceType>
91    </ProjectReference>
92  </ItemGroup>
93  <ItemGroup>
94    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
95      <Visible>False</Visible>
96      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
97      <Install>true</Install>
98    </BootstrapperPackage>
99    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
100      <Visible>False</Visible>
101      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
102      <Install>false</Install>
103    </BootstrapperPackage>
104    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
105      <Visible>False</Visible>
106      <ProductName>.NET Framework 3.5 SP1</ProductName>
107      <Install>false</Install>
108    </BootstrapperPackage>
109    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
110      <Visible>False</Visible>
111      <ProductName>Windows Installer 3.1</ProductName>
112      <Install>true</Install>
113    </BootstrapperPackage>
114    <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
115      <Visible>False</Visible>
116      <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
117      <Install>true</Install>
118    </BootstrapperPackage>
119  </ItemGroup>
120  <ItemGroup>
121    <None Include="fonts\arial.ttf" />
122    <None Include="fonts\arialbd.ttf" />
123    <None Include="fonts\arialbi.ttf" />
124    <None Include="fonts\ariali.ttf" />
125    <None Include="fonts\ARIALN.TTF" />
126    <None Include="fonts\ARIALNB.TTF" />
127    <None Include="fonts\ARIALNBI.TTF" />
128    <None Include="fonts\ARIALNI.TTF" />
129    <None Include="fonts\ariblk.ttf" />
130    <None Include="fonts\c.spritefont" />
131  </ItemGroup>
132  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
133  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
134  <!--
135      To modify your build process, add your task inside one of the targets below and uncomment it.
136      Other similar extension points exist, see Microsoft.Common.targets.
137      <Target Name="BeforeBuild">
138      </Target>
139      <Target Name="AfterBuild">
140      </Target>
141    -->
142</Project>
Note: See TracBrowser for help on using the repository browser.