]> Dogcows Code - chaz/carfire/blob - Project06/CS 3505 Project 06/CS 3505 Project 06/CS 3505 Project 06.csproj
initial upload
[chaz/carfire] / Project06 / CS 3505 Project 06 / CS 3505 Project 06 / CS 3505 Project 06.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectGuid>{0C08A79E-3951-4C7F-A554-32468808F00D}</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>CS_3505_Project_06</RootNamespace>
10 <AssemblyName>CS 3505 Project 06</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 <XnaFrameworkVersion>v3.0</XnaFrameworkVersion>
13 <XnaPlatform>Windows</XnaPlatform>
14 <XnaCrossPlatformGroupID>4c8ffe57-5280-4c98-91c6-e0b1fcc90362</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="CS 3505\IDeterministicGame.cs" />
88 <Compile Include="CS 3505\TestHarness.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" />
90 <Compile Include="Program.cs" />
91 <Compile Include="Game06.cs" />
92 </ItemGroup>
93 <ItemGroup>
94 <Content Include="Game.ico" />
95 <Content Include="GameThumbnail.png" />
96 </ItemGroup>
97 <ItemGroup>
98 <NestedContentProject Include="Content\Content.contentproj">
99 <Project>56086477-a1fb-4593-8868-2b41d8719294</Project>
100 <Visible>False</Visible>
101 </NestedContentProject>
102 </ItemGroup>
103 <ItemGroup>
104 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
105 <Visible>False</Visible>
106 <ProductName>.NET Framework Client Profile</ProductName>
107 <Install>false</Install>
108 </BootstrapperPackage>
109 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
110 <Visible>False</Visible>
111 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
112 <Install>false</Install>
113 </BootstrapperPackage>
114 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
115 <Visible>False</Visible>
116 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
117 <Install>false</Install>
118 </BootstrapperPackage>
119 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
120 <Visible>False</Visible>
121 <ProductName>.NET Framework 3.5</ProductName>
122 <Install>false</Install>
123 </BootstrapperPackage>
124 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
125 <Visible>False</Visible>
126 <ProductName>.NET Framework 3.5 SP1</ProductName>
127 <Install>true</Install>
128 </BootstrapperPackage>
129 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
130 <Visible>False</Visible>
131 <ProductName>Windows Installer 3.1</ProductName>
132 <Install>true</Install>
133 </BootstrapperPackage>
134 <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
135 <Visible>False</Visible>
136 <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
137 <Install>true</Install>
138 </BootstrapperPackage>
139 </ItemGroup>
140 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
141 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
142 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143 Other similar extension points exist, see Microsoft.Common.targets.
144 <Target Name="BeforeBuild">
145 </Target>
146 <Target Name="AfterBuild">
147 </Target>
148 -->
149 </Project>
This page took 0.035953 seconds and 4 git commands to generate.