source: 2010/24/danmarti/Vantaa 2001/Content/Content.contentproj @ 997

Revision 997, 7.6 KB checked in by danmarti, 13 years ago (diff)
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <ProjectGuid>ec8c4e51-a16f-4f35-9f69-64aeb688c97c</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    <Compile Include="menubg.png">
38      <Name>menubg</Name>
39      <Importer>TextureImporter</Importer>
40      <Processor>TextureProcessor</Processor>
41    </Compile>
42  </ItemGroup>
43  <ItemGroup>
44    <Compile Include="Plasmasound.wav">
45      <Name>Plasmasound</Name>
46      <Importer>WavImporter</Importer>
47      <Processor>SoundEffectProcessor</Processor>
48    </Compile>
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="Split In Synapse.mp3">
52      <Name>Split In Synapse</Name>
53      <Importer>Mp3Importer</Importer>
54      <Processor>SongProcessor</Processor>
55    </Compile>
56    <Compile Include="Wrap.mp3">
57      <Name>Wrap</Name>
58      <Importer>Mp3Importer</Importer>
59      <Processor>SongProcessor</Processor>
60    </Compile>
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="Carnival.mp3">
64      <Name>Carnival</Name>
65      <Importer>Mp3Importer</Importer>
66      <Processor>SongProcessor</Processor>
67    </Compile>
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="BG.png">
71      <Name>BG</Name>
72      <Importer>TextureImporter</Importer>
73      <Processor>TextureProcessor</Processor>
74    </Compile>
75  </ItemGroup>
76  <ItemGroup>
77    <Compile Include="TitleScreen.png">
78      <Name>TitleScreen</Name>
79      <Importer>TextureImporter</Importer>
80      <Processor>TextureProcessor</Processor>
81    </Compile>
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="GameOver.png">
85      <Name>GameOver</Name>
86      <Importer>TextureImporter</Importer>
87      <Processor>TextureProcessor</Processor>
88    </Compile>
89  </ItemGroup>
90  <ItemGroup>
91    <Compile Include="Player1.png">
92      <Name>Player1</Name>
93      <Importer>TextureImporter</Importer>
94      <Processor>TextureProcessor</Processor>
95    </Compile>
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="Player2.png">
99      <Name>Player2</Name>
100      <Importer>TextureImporter</Importer>
101      <Processor>TextureProcessor</Processor>
102    </Compile>
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="PlayerWalk1.png">
106      <Name>PlayerWalk1</Name>
107      <Importer>TextureImporter</Importer>
108      <Processor>TextureProcessor</Processor>
109    </Compile>
110    <Compile Include="PlayerWalk2.png">
111      <Name>PlayerWalk2</Name>
112      <Importer>TextureImporter</Importer>
113      <Processor>TextureProcessor</Processor>
114    </Compile>
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="Player1temp.png">
118      <Name>Player1temp</Name>
119      <Importer>TextureImporter</Importer>
120      <Processor>TextureProcessor</Processor>
121    </Compile>
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="Player2temp.png">
125      <Name>Player2temp</Name>
126      <Importer>TextureImporter</Importer>
127      <Processor>TextureProcessor</Processor>
128    </Compile>
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="PlayerWalk21.png">
132      <Name>PlayerWalk21</Name>
133      <Importer>TextureImporter</Importer>
134      <Processor>TextureProcessor</Processor>
135    </Compile>
136    <Compile Include="PlayerWalk22.png">
137      <Name>PlayerWalk22</Name>
138      <Importer>TextureImporter</Importer>
139      <Processor>TextureProcessor</Processor>
140    </Compile>
141  </ItemGroup>
142  <ItemGroup>
143    <Compile Include="Box.png">
144      <Name>Box</Name>
145      <Importer>TextureImporter</Importer>
146      <Processor>TextureProcessor</Processor>
147    </Compile>
148    <Compile Include="Ground.png">
149      <Name>Ground</Name>
150      <Importer>TextureImporter</Importer>
151      <Processor>TextureProcessor</Processor>
152    </Compile>
153    <Compile Include="Metal.png">
154      <Name>Metal</Name>
155      <Importer>TextureImporter</Importer>
156      <Processor>TextureProcessor</Processor>
157    </Compile>
158    <Compile Include="Roof.png">
159      <Name>Roof</Name>
160      <Importer>TextureImporter</Importer>
161      <Processor>TextureProcessor</Processor>
162    </Compile>
163    <Compile Include="Wall.png">
164      <Name>Wall</Name>
165      <Importer>TextureImporter</Importer>
166      <Processor>TextureProcessor</Processor>
167    </Compile>
168  </ItemGroup>
169  <ItemGroup>
170    <Compile Include="Melee.png">
171      <Name>Melee</Name>
172      <Importer>TextureImporter</Importer>
173      <Processor>TextureProcessor</Processor>
174    </Compile>
175  </ItemGroup>
176  <ItemGroup>
177    <Compile Include="Shooter.png">
178      <Name>Shooter</Name>
179      <Importer>TextureImporter</Importer>
180      <Processor>TextureProcessor</Processor>
181    </Compile>
182  </ItemGroup>
183  <ItemGroup>
184    <Compile Include="Door.png">
185      <Name>Door</Name>
186      <Importer>TextureImporter</Importer>
187      <Processor>TextureProcessor</Processor>
188    </Compile>
189  </ItemGroup>
190  <ItemGroup>
191    <Compile Include="Flag.png">
192      <Name>Flag</Name>
193      <Importer>TextureImporter</Importer>
194      <Processor>TextureProcessor</Processor>
195    </Compile>
196  </ItemGroup>
197  <ItemGroup>
198    <Compile Include="Laser.png">
199      <Name>Laser</Name>
200      <Importer>TextureImporter</Importer>
201      <Processor>TextureProcessor</Processor>
202      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
203    </Compile>
204    <Compile Include="Plasma.png">
205      <Name>Plasma</Name>
206      <Importer>TextureImporter</Importer>
207      <Processor>TextureProcessor</Processor>
208    </Compile>
209  </ItemGroup>
210</Project>
Note: See TracBrowser for help on using the repository browser.