source: 2012/23/JimB/FPS/FPS/FPS/FPSContent/FPSContent.contentproj @ 2844

Revision 2844, 6.2 KB checked in by jijoback, 11 years ago (diff)

FPS = Four Player Shooter
Noniin, uudelleenimetty uudelleen koska jotain meni vikaan ensiksi.

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>{3F7A8867-10A8-4BCA-B170-CF2CE1DD4030}</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    <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\ContentExtensions</ReferencePath>
15  </PropertyGroup>
16  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
17    <PlatformTarget>x86</PlatformTarget>
18  </PropertyGroup>
19  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
20    <PlatformTarget>x86</PlatformTarget>
21  </PropertyGroup>
22  <PropertyGroup>
23    <RootNamespace>FysiikkaPeliContent</RootNamespace>
24  </PropertyGroup>
25  <ItemGroup>
26    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
27      <Private>False</Private>
28    </Reference>
29    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
30      <Private>False</Private>
31    </Reference>
32    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
33      <Private>False</Private>
34    </Reference>
35    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
36      <Private>False</Private>
37    </Reference>
38    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
39      <Private>False</Private>
40    </Reference>
41    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="TextFileContentExtension" />
45  </ItemGroup>
46  <ItemGroup>
47    <Compile Include="bg.png">
48      <Name>bg</Name>
49      <Importer>TextureImporter</Importer>
50      <Processor>TextureProcessor</Processor>
51      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52    </Compile>
53    <Compile Include="level.txt">
54      <Name>level</Name>
55      <Importer>TextFileImporter</Importer>
56      <Processor>TextFileContentProcessor</Processor>
57      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
58    </Compile>
59  </ItemGroup>
60  <ItemGroup>
61    <Compile Include="Pelaaja1.png">
62      <Name>Pelaaja1</Name>
63      <Importer>TextureImporter</Importer>
64      <Processor>TextureProcessor</Processor>
65      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
66    </Compile>
67    <Compile Include="Pelaaja2.png">
68      <Name>Pelaaja2</Name>
69      <Importer>TextureImporter</Importer>
70      <Processor>TextureProcessor</Processor>
71      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72    </Compile>
73    <Compile Include="Pelaaja3.png">
74      <Name>Pelaaja3</Name>
75      <Importer>TextureImporter</Importer>
76      <Processor>TextureProcessor</Processor>
77      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
78    </Compile>
79    <Compile Include="Pelaaja4.png">
80      <Name>Pelaaja4</Name>
81      <Importer>TextureImporter</Importer>
82      <Processor>TextureProcessor</Processor>
83      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84    </Compile>
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="bullet.png">
88      <Name>bullet</Name>
89      <Importer>TextureImporter</Importer>
90      <Processor>TextureProcessor</Processor>
91      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
92    </Compile>
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="seinaTekstuuri.png">
96      <Name>seinaTekstuuri</Name>
97      <Importer>TextureImporter</Importer>
98      <Processor>TextureProcessor</Processor>
99      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
100    </Compile>
101  </ItemGroup>
102  <ItemGroup>
103    <Compile Include="naattishard.png">
104      <Name>naattishard</Name>
105      <Importer>TextureImporter</Importer>
106      <Processor>TextureProcessor</Processor>
107    </Compile>
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="naatti.png">
111      <Name>naatti</Name>
112      <Importer>TextureImporter</Importer>
113      <Processor>TextureProcessor</Processor>
114    </Compile>
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="pistol1.wav">
118      <Name>pistol1</Name>
119      <Importer>WavImporter</Importer>
120      <Processor>SoundEffectProcessor</Processor>
121    </Compile>
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="blood.png">
125      <Name>blood</Name>
126      <Importer>TextureImporter</Importer>
127      <Processor>TextureProcessor</Processor>
128    </Compile>
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="Tausta.png">
132      <Name>Tausta</Name>
133      <Importer>TextureImporter</Importer>
134      <Processor>TextureProcessor</Processor>
135    </Compile>
136  </ItemGroup>
137  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
138  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
139       Other similar extension points exist, see Microsoft.Common.targets.
140  <Target Name="BeforeBuild">
141  </Target>
142  <Target Name="AfterBuild">
143  </Target>
144  -->
145</Project>
Note: See TracBrowser for help on using the repository browser.