1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
---|
2 | <PropertyGroup> |
---|
3 | <ProjectGuid>a9137169-8037-45ff-b75f-b79b708b13e7</ProjectGuid> |
---|
4 | <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
---|
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
---|
6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
---|
7 | <OutputType>Library</OutputType> |
---|
8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
9 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
---|
10 | <XnaFrameworkVersion>v3.1</XnaFrameworkVersion> |
---|
11 | <PlatformTarget>x86</PlatformTarget> |
---|
12 | <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath> |
---|
13 | </PropertyGroup> |
---|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
---|
15 | <XnaPlatform>Windows</XnaPlatform> |
---|
16 | </PropertyGroup> |
---|
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
---|
18 | <XnaPlatform>Windows</XnaPlatform> |
---|
19 | </PropertyGroup> |
---|
20 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> |
---|
21 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
22 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
23 | <Target Name="BeforeBuild"> |
---|
24 | </Target> |
---|
25 | <Target Name="AfterBuild"> |
---|
26 | </Target> |
---|
27 | --> |
---|
28 | <ItemGroup> |
---|
29 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
30 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
31 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
32 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
33 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
34 | <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" /> |
---|
35 | </ItemGroup> |
---|
36 | <ItemGroup> |
---|
37 | <Content Include="Maps\1\base.txt"> |
---|
38 | <Name>base</Name> |
---|
39 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
40 | <Importer>XImporter</Importer> |
---|
41 | </Content> |
---|
42 | <Compile Include="Textures\fogofwar.png"> |
---|
43 | <Name>fogofwar</Name> |
---|
44 | <Importer>TextureImporter</Importer> |
---|
45 | <Processor>TextureProcessor</Processor> |
---|
46 | </Compile> |
---|
47 | <Compile Include="Textures\spruceforestS.png"> |
---|
48 | <Name>spruceforestS</Name> |
---|
49 | <Importer>TextureImporter</Importer> |
---|
50 | <Processor>TextureProcessor</Processor> |
---|
51 | </Compile> |
---|
52 | <Compile Include="Textures\Ownership\aqua.png"> |
---|
53 | <Name>aqua</Name> |
---|
54 | <Importer>TextureImporter</Importer> |
---|
55 | <Processor>TextureProcessor</Processor> |
---|
56 | </Compile> |
---|
57 | <Compile Include="Textures\Ownership\beige.png"> |
---|
58 | <Name>beige</Name> |
---|
59 | <Importer>TextureImporter</Importer> |
---|
60 | <Processor>TextureProcessor</Processor> |
---|
61 | </Compile> |
---|
62 | <Compile Include="Textures\Ownership\black.png"> |
---|
63 | <Name>black</Name> |
---|
64 | <Importer>TextureImporter</Importer> |
---|
65 | <Processor>TextureProcessor</Processor> |
---|
66 | </Compile> |
---|
67 | <Compile Include="Textures\Ownership\blue.png"> |
---|
68 | <Name>blue</Name> |
---|
69 | <Importer>TextureImporter</Importer> |
---|
70 | <Processor>TextureProcessor</Processor> |
---|
71 | </Compile> |
---|
72 | <Compile Include="Textures\Ownership\darkblue.png"> |
---|
73 | <Name>darkblue</Name> |
---|
74 | <Importer>TextureImporter</Importer> |
---|
75 | <Processor>TextureProcessor</Processor> |
---|
76 | </Compile> |
---|
77 | <Compile Include="Textures\Ownership\darkgreen.png"> |
---|
78 | <Name>darkgreen</Name> |
---|
79 | <Importer>TextureImporter</Importer> |
---|
80 | <Processor>TextureProcessor</Processor> |
---|
81 | </Compile> |
---|
82 | <Compile Include="Textures\Ownership\darkorange.png"> |
---|
83 | <Name>darkorange</Name> |
---|
84 | <Importer>TextureImporter</Importer> |
---|
85 | <Processor>TextureProcessor</Processor> |
---|
86 | </Compile> |
---|
87 | <Compile Include="Textures\Ownership\darkpurple.png"> |
---|
88 | <Name>darkpurple</Name> |
---|
89 | <Importer>TextureImporter</Importer> |
---|
90 | <Processor>TextureProcessor</Processor> |
---|
91 | </Compile> |
---|
92 | <Compile Include="Textures\Ownership\default.png"> |
---|
93 | <Name>default</Name> |
---|
94 | <Importer>TextureImporter</Importer> |
---|
95 | <Processor>TextureProcessor</Processor> |
---|
96 | </Compile> |
---|
97 | <Compile Include="Textures\Ownership\def_pohja.png"> |
---|
98 | <Name>def_pohja</Name> |
---|
99 | <Importer>TextureImporter</Importer> |
---|
100 | <Processor>TextureProcessor</Processor> |
---|
101 | </Compile> |
---|
102 | <Compile Include="Textures\Ownership\gold.png"> |
---|
103 | <Name>gold</Name> |
---|
104 | <Importer>TextureImporter</Importer> |
---|
105 | <Processor>TextureProcessor</Processor> |
---|
106 | </Compile> |
---|
107 | <Compile Include="Textures\Ownership\gray.png"> |
---|
108 | <Name>gray</Name> |
---|
109 | <Importer>TextureImporter</Importer> |
---|
110 | <Processor>TextureProcessor</Processor> |
---|
111 | </Compile> |
---|
112 | <Compile Include="Textures\Ownership\greenyellow.png"> |
---|
113 | <Name>greenyellow</Name> |
---|
114 | <Importer>TextureImporter</Importer> |
---|
115 | <Processor>TextureProcessor</Processor> |
---|
116 | </Compile> |
---|
117 | <Compile Include="Textures\Ownership\lightblue.png"> |
---|
118 | <Name>lightblue</Name> |
---|
119 | <Importer>TextureImporter</Importer> |
---|
120 | <Processor>TextureProcessor</Processor> |
---|
121 | </Compile> |
---|
122 | <Compile Include="Textures\Ownership\lightpurple.png"> |
---|
123 | <Name>lightpurple</Name> |
---|
124 | <Importer>TextureImporter</Importer> |
---|
125 | <Processor>TextureProcessor</Processor> |
---|
126 | </Compile> |
---|
127 | <Compile Include="Textures\Ownership\limegreen.png"> |
---|
128 | <Name>limegreen</Name> |
---|
129 | <Importer>TextureImporter</Importer> |
---|
130 | <Processor>TextureProcessor</Processor> |
---|
131 | </Compile> |
---|
132 | <Compile Include="Textures\Ownership\none.png"> |
---|
133 | <Name>none</Name> |
---|
134 | <Importer>TextureImporter</Importer> |
---|
135 | <Processor>TextureProcessor</Processor> |
---|
136 | </Compile> |
---|
137 | <Compile Include="Textures\Ownership\orange.png"> |
---|
138 | <Name>orange</Name> |
---|
139 | <Importer>TextureImporter</Importer> |
---|
140 | <Processor>TextureProcessor</Processor> |
---|
141 | </Compile> |
---|
142 | <Compile Include="Textures\Ownership\pink.png"> |
---|
143 | <Name>pink</Name> |
---|
144 | <Importer>TextureImporter</Importer> |
---|
145 | <Processor>TextureProcessor</Processor> |
---|
146 | </Compile> |
---|
147 | <Compile Include="Textures\Ownership\pohja.bmp"> |
---|
148 | <Name>pohja</Name> |
---|
149 | <Importer>TextureImporter</Importer> |
---|
150 | <Processor>TextureProcessor</Processor> |
---|
151 | </Compile> |
---|
152 | <Compile Include="Textures\Ownership\purple.png"> |
---|
153 | <Name>purple</Name> |
---|
154 | <Importer>TextureImporter</Importer> |
---|
155 | <Processor>TextureProcessor</Processor> |
---|
156 | </Compile> |
---|
157 | <Compile Include="Textures\Ownership\red.png"> |
---|
158 | <Name>red</Name> |
---|
159 | <Importer>TextureImporter</Importer> |
---|
160 | <Processor>TextureProcessor</Processor> |
---|
161 | </Compile> |
---|
162 | <Compile Include="Textures\Ownership\rustred.png"> |
---|
163 | <Name>rustred</Name> |
---|
164 | <Importer>TextureImporter</Importer> |
---|
165 | <Processor>TextureProcessor</Processor> |
---|
166 | </Compile> |
---|
167 | <Compile Include="Textures\Ownership\silver.png"> |
---|
168 | <Name>silver</Name> |
---|
169 | <Importer>TextureImporter</Importer> |
---|
170 | <Processor>TextureProcessor</Processor> |
---|
171 | </Compile> |
---|
172 | <Compile Include="Textures\Ownership\teal.png"> |
---|
173 | <Name>teal</Name> |
---|
174 | <Importer>TextureImporter</Importer> |
---|
175 | <Processor>TextureProcessor</Processor> |
---|
176 | </Compile> |
---|
177 | <Compile Include="Textures\Ownership\white.png"> |
---|
178 | <Name>white</Name> |
---|
179 | <Importer>TextureImporter</Importer> |
---|
180 | <Processor>TextureProcessor</Processor> |
---|
181 | </Compile> |
---|
182 | <Compile Include="Textures\Ownership\yellow.png"> |
---|
183 | <Name>yellow</Name> |
---|
184 | <Importer>TextureImporter</Importer> |
---|
185 | <Processor>TextureProcessor</Processor> |
---|
186 | </Compile> |
---|
187 | <Compile Include="Textures\easy.png"> |
---|
188 | <Name>easy</Name> |
---|
189 | <Importer>TextureImporter</Importer> |
---|
190 | <Processor>TextureProcessor</Processor> |
---|
191 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
192 | </Compile> |
---|
193 | <Compile Include="Textures\hard.png"> |
---|
194 | <Name>hard</Name> |
---|
195 | <Importer>TextureImporter</Importer> |
---|
196 | <Processor>TextureProcessor</Processor> |
---|
197 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
198 | </Compile> |
---|
199 | <Compile Include="Textures\Insanity.png"> |
---|
200 | <Name>Insanity</Name> |
---|
201 | <Importer>TextureImporter</Importer> |
---|
202 | <Processor>TextureProcessor</Processor> |
---|
203 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
204 | </Compile> |
---|
205 | <Compile Include="Textures\nightmare.png"> |
---|
206 | <Name>nightmare</Name> |
---|
207 | <Importer>TextureImporter</Importer> |
---|
208 | <Processor>TextureProcessor</Processor> |
---|
209 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
210 | </Compile> |
---|
211 | <Compile Include="Textures\vHard.png"> |
---|
212 | <Name>vHard</Name> |
---|
213 | <Importer>TextureImporter</Importer> |
---|
214 | <Processor>TextureProcessor</Processor> |
---|
215 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
216 | </Compile> |
---|
217 | <Compile Include="Textures\training.png"> |
---|
218 | <Name>training</Name> |
---|
219 | <Importer>TextureImporter</Importer> |
---|
220 | <Processor>TextureProcessor</Processor> |
---|
221 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
222 | </Compile> |
---|
223 | <Compile Include="Textures\normal.png"> |
---|
224 | <Name>normal</Name> |
---|
225 | <Importer>TextureImporter</Importer> |
---|
226 | <Processor>TextureProcessor</Processor> |
---|
227 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
---|
228 | </Compile> |
---|
229 | <Compile Include="Textures\cityancientTundra.png"> |
---|
230 | <Name>cityancientTundra</Name> |
---|
231 | <Importer>TextureImporter</Importer> |
---|
232 | <Processor>TextureProcessor</Processor> |
---|
233 | </Compile> |
---|
234 | <Compile Include="Textures\dirt.jpg"> |
---|
235 | <Name>dirt</Name> |
---|
236 | <Importer>TextureImporter</Importer> |
---|
237 | <Processor>TextureProcessor</Processor> |
---|
238 | </Compile> |
---|
239 | <Compile Include="Textures\plain.jpg"> |
---|
240 | <Name>plain</Name> |
---|
241 | <Importer>TextureImporter</Importer> |
---|
242 | <Processor>TextureProcessor</Processor> |
---|
243 | </Compile> |
---|
244 | </ItemGroup> |
---|
245 | <ItemGroup> |
---|
246 | <Compile Include="Textures\cityancient.png"> |
---|
247 | <Name>cityancient</Name> |
---|
248 | <Importer>TextureImporter</Importer> |
---|
249 | <Processor>TextureProcessor</Processor> |
---|
250 | </Compile> |
---|
251 | <Compile Include="Textures\desert.jpg"> |
---|
252 | <Name>desert</Name> |
---|
253 | <Importer>TextureImporter</Importer> |
---|
254 | <Processor>TextureProcessor</Processor> |
---|
255 | </Compile> |
---|
256 | <Compile Include="Textures\forest.png"> |
---|
257 | <Name>forest</Name> |
---|
258 | <Importer>TextureImporter</Importer> |
---|
259 | <Processor>TextureProcessor</Processor> |
---|
260 | </Compile> |
---|
261 | <Compile Include="Textures\grassland.jpg"> |
---|
262 | <Name>grassland</Name> |
---|
263 | <Importer>TextureImporter</Importer> |
---|
264 | <Processor>TextureProcessor</Processor> |
---|
265 | </Compile> |
---|
266 | <Compile Include="Textures\mountain.png"> |
---|
267 | <Name>mountain</Name> |
---|
268 | <Importer>TextureImporter</Importer> |
---|
269 | <Processor>TextureProcessor</Processor> |
---|
270 | </Compile> |
---|
271 | <Compile Include="Textures\nothing.png"> |
---|
272 | <Name>nothing</Name> |
---|
273 | <Importer>TextureImporter</Importer> |
---|
274 | <Processor>TextureProcessor</Processor> |
---|
275 | </Compile> |
---|
276 | <Compile Include="Textures\spruceforest.png"> |
---|
277 | <Name>spruceforest</Name> |
---|
278 | <Importer>TextureImporter</Importer> |
---|
279 | <Processor>TextureProcessor</Processor> |
---|
280 | </Compile> |
---|
281 | <Compile Include="Textures\tundra.jpg"> |
---|
282 | <Name>tundra</Name> |
---|
283 | <Importer>TextureImporter</Importer> |
---|
284 | <Processor>TextureProcessor</Processor> |
---|
285 | </Compile> |
---|
286 | </ItemGroup> |
---|
287 | </Project> |
---|