source: 2011/26/JaniN/neon wars/neon wars/neon warsContent/neon warsContent.contentproj @ 2399

Revision 2399, 4.4 KB checked in by janiemit, 12 years ago (diff)

Talletus.

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <ProjectGuid>{F60166EC-BE85-4074-9FAA-AEACE18E806C}</ProjectGuid>
5    <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
6    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11    <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
12    <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
13    <ContentRootDirectory>Content</ContentRootDirectory>
14  </PropertyGroup>
15  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
16    <PlatformTarget>x86</PlatformTarget>
17  </PropertyGroup>
18  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
19    <PlatformTarget>x86</PlatformTarget>
20  </PropertyGroup>
21  <PropertyGroup>
22    <RootNamespace>FysiikkaPeliContent</RootNamespace>
23  </PropertyGroup>
24  <ItemGroup>
25    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
26      <Private>False</Private>
27    </Reference>
28    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
29      <Private>False</Private>
30    </Reference>
31    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
32      <Private>False</Private>
33    </Reference>
34    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
35      <Private>False</Private>
36    </Reference>
37    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
38      <Private>False</Private>
39    </Reference>
40    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
41      <Private>False</Private>
42    </Reference>
43  </ItemGroup>
44  <ItemGroup>
45    <Compile Include="Untitled.png">
46      <Name>Untitled</Name>
47      <Importer>TextureImporter</Importer>
48      <Processor>TextureProcessor</Processor>
49    </Compile>
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="vihollinen.png">
53      <Name>vihollinen</Name>
54      <Importer>TextureImporter</Importer>
55      <Processor>TextureProcessor</Processor>
56    </Compile>
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="gameover.png">
60      <Name>gameover</Name>
61      <Importer>TextureImporter</Importer>
62      <Processor>TextureProcessor</Processor>
63    </Compile>
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="Castlevania X%28Saturn%29.mp3">
67      <Name>Castlevania X%28Saturn%29</Name>
68      <Importer>Mp3Importer</Importer>
69      <Processor>SongProcessor</Processor>
70    </Compile>
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Super Castlevania IV%28SNES%29.mp3">
74      <Name>Super Castlevania IV%28SNES%29</Name>
75      <Importer>Mp3Importer</Importer>
76      <Processor>SongProcessor</Processor>
77    </Compile>
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="rajahdys.png">
81      <Name>rajahdys</Name>
82      <Importer>TextureImporter</Importer>
83      <Processor>TextureProcessor</Processor>
84    </Compile>
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="musa2.mp3">
88      <Name>musa2</Name>
89      <Importer>Mp3Importer</Importer>
90      <Processor>SongProcessor</Processor>
91    </Compile>
92  </ItemGroup>
93  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
94  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
95       Other similar extension points exist, see Microsoft.Common.targets.
96  <Target Name="BeforeBuild">
97  </Target>
98  <Target Name="AfterBuild">
99  </Target>
100  -->
101</Project>
Note: See TracBrowser for help on using the repository browser.