]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <PropertyGroup> | |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
6 | <ProductVersion>8.0.30703</ProductVersion> | |
7 | <SchemaVersion>2.0</SchemaVersion> | |
8 | <ProjectGuid>{2585188B-339D-44CD-9599-1A80AA30DE13}</ProjectGuid> | |
9 | <OutputType>WinExe</OutputType> | |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 | <RootNamespace>SuperPolarity</RootNamespace> | |
12 | <AssemblyName>SuperPolarity</AssemblyName> | |
13 | <FileAlignment>512</FileAlignment> | |
14 | <PublishUrl>publish\</PublishUrl> | |
15 | <Install>true</Install> | |
16 | <InstallFrom>Disk</InstallFrom> | |
17 | <UpdateEnabled>false</UpdateEnabled> | |
18 | <UpdateMode>Foreground</UpdateMode> | |
19 | <UpdateInterval>7</UpdateInterval> | |
20 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
21 | <UpdatePeriodically>false</UpdatePeriodically> | |
22 | <UpdateRequired>false</UpdateRequired> | |
23 | <MapFileExtensions>true</MapFileExtensions> | |
24 | <ApplicationRevision>0</ApplicationRevision> | |
25 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
26 | <IsWebBootstrapper>false</IsWebBootstrapper> | |
27 | <UseApplicationTrust>false</UseApplicationTrust> | |
28 | <BootstrapperEnabled>true</BootstrapperEnabled> | |
29 | </PropertyGroup> | |
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
31 | <PlatformTarget>x86</PlatformTarget> | |
32 | <DebugSymbols>true</DebugSymbols> | |
33 | <DebugType>full</DebugType> | |
34 | <Optimize>false</Optimize> | |
35 | <OutputPath>bin\WindowsGL\Debug\</OutputPath> | |
36 | <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants> | |
37 | <ErrorReport>prompt</ErrorReport> | |
38 | <WarningLevel>4</WarningLevel> | |
39 | </PropertyGroup> | |
40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
41 | <PlatformTarget>x86</PlatformTarget> | |
42 | <DebugType>pdbonly</DebugType> | |
43 | <Optimize>true</Optimize> | |
44 | <OutputPath>bin\WindowsGL\Release\</OutputPath> | |
45 | <DefineConstants>TRACE;WINDOWS</DefineConstants> | |
46 | <ErrorReport>prompt</ErrorReport> | |
47 | <WarningLevel>4</WarningLevel> | |
48 | </PropertyGroup> | |
49 | <PropertyGroup> | |
50 | <ApplicationIcon>Icon.ico</ApplicationIcon> | |
51 | </PropertyGroup> | |
52 | <ItemGroup> | |
53 | <Compile Include="ActorFactory.cs" /> | |
54 | <Compile Include="ActorManager.cs" /> | |
55 | <Compile Include="Actors\StandardShip.cs" /> | |
56 | <Compile Include="Actors\Bullet.cs" /> | |
57 | <Compile Include="BasicGenerator.cs" /> | |
58 | <Compile Include="GameScreen.cs" /> | |
59 | <Compile Include="InputController.cs" /> | |
60 | <Compile Include="Actors\MainShip.cs" /> | |
61 | <Compile Include="LetterChooseWidget.cs" /> | |
62 | <Compile Include="MenuItem.cs" /> | |
63 | <Compile Include="MenuWidget.cs" /> | |
64 | <Compile Include="NameChooserWidget.cs" /> | |
65 | <Compile Include="Particle.cs" /> | |
66 | <Compile Include="ParticleEffectFactory.cs" /> | |
67 | <Compile Include="ParticleEngine.cs" /> | |
68 | <Compile Include="Actors\Actor.cs" /> | |
69 | <Compile Include="Actors\Ship.cs" /> | |
70 | <Compile Include="Player.cs" /> | |
71 | <Compile Include="Renderer.cs" /> | |
72 | <Compile Include="ScoreScreen.cs" /> | |
73 | <Compile Include="Screen.cs" /> | |
74 | <Compile Include="ScreenManager.cs" /> | |
75 | <Compile Include="SuperPolarity.cs" /> | |
76 | <Compile Include="Program.cs" /> | |
77 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
78 | <Compile Include="TitleScreen.cs" /> | |
79 | <Compile Include="Widget.cs" /> | |
80 | </ItemGroup> | |
81 | <ItemGroup> | |
82 | <Reference Include="MonoGame.Framework, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
83 | <SpecificVersion>False</SpecificVersion> | |
84 | <HintPath>..\..\..\..\..\Program Files (x86)\MonoGame\v3.0\Assemblies\WindowsGL\MonoGame.Framework.dll</HintPath> | |
85 | </Reference> | |
86 | <Reference Include="OpenTK"> | |
87 | <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\OpenTK.dll</HintPath> | |
88 | </Reference> | |
89 | <Reference Include="Lidgren.Network"> | |
90 | <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\Lidgren.Network.dll</HintPath> | |
91 | </Reference> | |
92 | <Reference Include="System" /> | |
93 | <Reference Include="System.Xml" /> | |
94 | <Reference Include="Tao.Sdl, Version=1.2.13.0, Culture=neutral, PublicKeyToken=9c7a200e36c0094e, processorArchitecture=MSIL" /> | |
95 | </ItemGroup> | |
96 | <ItemGroup> | |
97 | <Content Include="Content\Sound\polaritytheme.wav"> | |
98 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
99 | </Content> | |
100 | <Content Include="Content\Sound\polaritytheme.wma"> | |
101 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
102 | </Content> | |
103 | <Content Include="Icon.ico" /> | |
104 | <Content Include="..\..\..\..\..\..\..\..\..\..\Program Files %28x86%29\MonoGame\v3.0\Assemblies\WindowsGL\SDL.dll"> | |
105 | <Link>SDL.dll</Link> | |
106 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
107 | </Content> | |
108 | </ItemGroup> | |
109 | <ItemGroup> | |
110 | <BootstrapperPackage Include=".NETFramework,Version=v4.0"> | |
111 | <Visible>False</Visible> | |
112 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> | |
113 | <Install>true</Install> | |
114 | </BootstrapperPackage> | |
115 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
116 | <Visible>False</Visible> | |
117 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
118 | <Install>false</Install> | |
119 | </BootstrapperPackage> | |
120 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
121 | <Visible>False</Visible> | |
122 | <ProductName>.NET Framework 3.5 SP1</ProductName> | |
123 | <Install>false</Install> | |
124 | </BootstrapperPackage> | |
125 | <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> | |
126 | <Visible>False</Visible> | |
127 | <ProductName>Windows Installer 4.5</ProductName> | |
128 | <Install>true</Install> | |
129 | </BootstrapperPackage> | |
130 | </ItemGroup> | |
131 | <ItemGroup> | |
132 | <None Include="Content\Fonts\bigfont.xnb"> | |
133 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
134 | </None> | |
135 | <None Include="Content\Fonts\SegoeUIMono14.xnb"> | |
136 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
137 | </None> | |
138 | <None Include="Content\Fonts\smallfont.xnb"> | |
139 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
140 | </None> | |
141 | <None Include="Content\Graphics\circle.xnb"> | |
142 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
143 | </None> | |
144 | <None Include="Content\Graphics\diamond.xnb"> | |
145 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
146 | </None> | |
147 | <None Include="Content\Graphics\main-ship.xnb"> | |
148 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
149 | </None> | |
150 | <None Include="Content\Graphics\negative-cruiser.xnb"> | |
151 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
152 | </None> | |
153 | <None Include="Content\Graphics\negative-destroyer.xnb"> | |
154 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
155 | </None> | |
156 | <None Include="Content\Graphics\negative-scout.xnb"> | |
157 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
158 | </None> | |
159 | <None Include="Content\Graphics\negative-ship.xnb"> | |
160 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
161 | </None> | |
162 | <None Include="Content\Graphics\negative-supercruiser.xnb"> | |
163 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
164 | </None> | |
165 | <None Include="Content\Graphics\neutral-cruiser.xnb"> | |
166 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
167 | </None> | |
168 | <None Include="Content\Graphics\neutral-destroyer.xnb"> | |
169 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
170 | </None> | |
171 | <None Include="Content\Graphics\neutral-scout.xnb"> | |
172 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
173 | </None> | |
174 | <None Include="Content\Graphics\neutral-ship.xnb"> | |
175 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
176 | </None> | |
177 | <None Include="Content\Graphics\pause-screen.xnb"> | |
178 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
179 | </None> | |
180 | <None Include="Content\Graphics\polaritydemotitle.xnb"> | |
181 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
182 | </None> | |
183 | <None Include="Content\Sound\bomb.xnb"> | |
184 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
185 | </None> | |
186 | <None Include="Content\Sound\bullet.xnb"> | |
187 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
188 | </None> | |
189 | <None Include="Content\Sound\gameover.xnb"> | |
190 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
191 | </None> | |
192 | <None Include="Content\Sound\hit.xnb"> | |
193 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
194 | </None> | |
195 | <None Include="Content\Sound\life.xnb"> | |
196 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
197 | </None> | |
198 | <None Include="Content\Sound\polaritychange.xnb"> | |
199 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
200 | </None> | |
201 | <None Include="Content\Sound\polaritytheme.xnb"> | |
202 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
203 | </None> | |
204 | <None Include="neutral-supercruiser.xnb"> | |
205 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
206 | </None> | |
207 | <None Include="Content\Graphics\positive-cruiser.xnb"> | |
208 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
209 | </None> | |
210 | <None Include="Content\Graphics\positive-destroyer.xnb"> | |
211 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
212 | </None> | |
213 | <None Include="Content\Graphics\positive-scout.xnb"> | |
214 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
215 | </None> | |
216 | <None Include="Content\Graphics\positive-ship.xnb"> | |
217 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
218 | </None> | |
219 | <None Include="Content\Graphics\positive-supercruiser.xnb"> | |
220 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
221 | </None> | |
222 | <None Include="Content\Graphics\square.xnb"> | |
223 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
224 | </None> | |
225 | <None Include="Content\Graphics\star.xnb"> | |
226 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
227 | </None> | |
228 | </ItemGroup> | |
229 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
230 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
231 | Other similar extension points exist, see Microsoft.Common.targets. | |
232 | <Target Name="BeforeBuild"> | |
233 | </Target> | |
234 | <Target Name="AfterBuild"> | |
235 | </Target> | |
236 | --> | |
237 | </Project> |