]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/CarFire/CarFire.csproj
git-svn-id: https://bd85.net/svn/cs3505_group@168 92bb83a3-7c8f-8a45-bc97-515c4e399668
[chaz/carfire] / CarFire / CarFire / CarFire / CarFire.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectGuid>{FDDA5BCD-3616-400D-A40B-CFD57C54D0F2}</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>CarFire</RootNamespace>
10 <AssemblyName>CarFire</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 <XnaFrameworkVersion>v3.0</XnaFrameworkVersion>
13 <XnaPlatform>Windows</XnaPlatform>
14 <XnaCrossPlatformGroupID>bc42c88d-2554-4663-8524-0b359cbc5a9e</XnaCrossPlatformGroupID>
15 <ApplicationIcon>Game.ico</ApplicationIcon>
16 <Thumbnail>GameThumbnail.png</Thumbnail>
17 <PublishUrl>publish\</PublishUrl>
18 <Install>true</Install>
19 <InstallFrom>Disk</InstallFrom>
20 <UpdateEnabled>false</UpdateEnabled>
21 <UpdateMode>Foreground</UpdateMode>
22 <UpdateInterval>7</UpdateInterval>
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24 <UpdatePeriodically>false</UpdatePeriodically>
25 <UpdateRequired>false</UpdateRequired>
26 <MapFileExtensions>true</MapFileExtensions>
27 <ApplicationRevision>0</ApplicationRevision>
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29 <IsWebBootstrapper>false</IsWebBootstrapper>
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="Microsoft.Xna.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
60 <Private>False</Private>
61 <SpecificVersion>True</SpecificVersion>
62 </Reference>
63 <Reference Include="Microsoft.Xna.Framework.Game, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=MSIL">
64 <Private>False</Private>
65 <SpecificVersion>True</SpecificVersion>
66 </Reference>
67 <Reference Include="mscorlib">
68 <Private>False</Private>
69 </Reference>
70 <Reference Include="System">
71 <Private>False</Private>
72 </Reference>
73 <Reference Include="System.Data" />
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="AI.cs" />
88 <Compile Include="AnimatedTexture.cs" />
89 <Compile Include="AnimateMelee.cs" />
90 <Compile Include="GameLogic.cs" />
91 <Compile Include="HUD.cs" />
92 <Compile Include="IEntity.cs" />
93 <Compile Include="Key.cs" />
94 <Compile Include="Melee.cs" />
95 <Compile Include="Player.cs" />
96 <Compile Include="SaberMonster.cs" />
97 <Compile Include="MovementManager.cs" />
98 <Compile Include="PathFinder.cs" />
99 <Compile Include="ChatInfo.cs" />
100 <Compile Include="Display.cs" />
101 <Compile Include="Game.cs" />
102 <Compile Include="Ranged.cs" />
103 <Compile Include="IDeterministicGame.cs" />
104 <Compile Include="IPlayer.cs" />
105 <Compile Include="IScreenManager.cs" />
106 <Compile Include="Map.cs" />
107 <Compile Include="MapReader.cs" />
108 <Compile Include="NetworkManager.cs" />
109 <Compile Include="Parse.cs" />
110 <Compile Include="PriorityQueue.cs" />
111 <Compile Include="Projectile.cs" />
112 <Compile Include="Properties\AssemblyInfo.cs" />
113 <Compile Include="Program.cs" />
114 <Compile Include="SaberMonster2.cs" />
115 <Compile Include="Script.cs" />
116 <Compile Include="Tilemap.cs" />
117 <Compile Include="Timer.cs" />
118 <Compile Include="Trigger.cs" />
119 <Compile Include="XnaGame.cs" />
120 <Compile Include="ScreenManager.cs" />
121 </ItemGroup>
122 <ItemGroup>
123 <Content Include="Game.ico" />
124 <Content Include="GameThumbnail.png" />
125 </ItemGroup>
126 <ItemGroup>
127 <NestedContentProject Include="Content\Content.contentproj">
128 <Project>c115bbca-d6fd-42af-b2a1-3e895808bc14</Project>
129 <Visible>False</Visible>
130 </NestedContentProject>
131 </ItemGroup>
132 <ItemGroup>
133 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
134 <Visible>False</Visible>
135 <ProductName>.NET Framework Client Profile</ProductName>
136 <Install>false</Install>
137 </BootstrapperPackage>
138 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
139 <Visible>False</Visible>
140 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
141 <Install>false</Install>
142 </BootstrapperPackage>
143 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
144 <Visible>False</Visible>
145 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
146 <Install>false</Install>
147 </BootstrapperPackage>
148 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
149 <Visible>False</Visible>
150 <ProductName>.NET Framework 3.5</ProductName>
151 <Install>false</Install>
152 </BootstrapperPackage>
153 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
154 <Visible>False</Visible>
155 <ProductName>.NET Framework 3.5 SP1</ProductName>
156 <Install>true</Install>
157 </BootstrapperPackage>
158 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
159 <Visible>False</Visible>
160 <ProductName>Windows Installer 3.1</ProductName>
161 <Install>true</Install>
162 </BootstrapperPackage>
163 <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
164 <Visible>False</Visible>
165 <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
166 <Install>true</Install>
167 </BootstrapperPackage>
168 </ItemGroup>
169 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
170 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
171 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172 Other similar extension points exist, see Microsoft.Common.targets.
173 <Target Name="BeforeBuild">
174 </Target>
175 <Target Name="AfterBuild">
176 </Target>
177 -->
178 </Project>
This page took 0.04186 seconds and 4 git commands to generate.