source: 2015/koodauskerho/GordeyZ/Tasohyppelypeli4/Tasohyppelypeli4/Tasohyppelypeli4Content/Tasohyppelypeli4Content.contentproj @ 7147

Revision 7147, 8.4 KB checked in by otjojunt, 7 years ago (diff)
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>{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}</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    <Reference Include="AnimationExtension" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="maali.wav">
49      <Name>maali</Name>
50      <Importer>WavImporter</Importer>
51      <Processor>SoundEffectProcessor</Processor>
52    </Compile>
53    <Compile Include="kentta1.txt">
54      <Name>kentta1</Name>
55      <Importer>TextFileImporter</Importer>
56      <Processor>TextFileContentProcessor</Processor>
57    </Compile>
58  </ItemGroup>
59  <ItemGroup>
60    <Compile Include="Ase.png">
61      <Name>Ase</Name>
62      <Importer>TextureImporter</Importer>
63      <Processor>TextureProcessor</Processor>
64    </Compile>
65  </ItemGroup>
66  <ItemGroup>
67    <Compile Include="Ammus.png">
68      <Name>Ammus</Name>
69      <Importer>TextureImporter</Importer>
70      <Processor>TextureProcessor</Processor>
71    </Compile>
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="piikki.png">
75      <Name>piikki</Name>
76      <Importer>TextureImporter</Importer>
77      <Processor>TextureProcessor</Processor>
78    </Compile>
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="miina.png">
82      <Name>miina</Name>
83      <Importer>TextureImporter</Importer>
84      <Processor>TextureProcessor</Processor>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="gordeytile.png">
89      <Name>gordeytile</Name>
90      <Importer>TextureImporter</Importer>
91      <Processor>TextureProcessor</Processor>
92    </Compile>
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="Gordey6.png">
96      <Name>Gordey6</Name>
97      <Importer>TextureImporter</Importer>
98      <Processor>TextureProcessor</Processor>
99    </Compile>
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="Gordey7.png">
103      <Name>Gordey7</Name>
104      <Importer>TextureImporter</Importer>
105      <Processor>TextureProcessor</Processor>
106    </Compile>
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="boost.png">
110      <Name>boost</Name>
111      <Importer>TextureImporter</Importer>
112      <Processor>TextureProcessor</Processor>
113    </Compile>
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="Gordey3.png">
117      <Name>Gordey3</Name>
118      <Importer>TextureImporter</Importer>
119      <Processor>TextureProcessor</Processor>
120    </Compile>
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="Gordey4.png">
124      <Name>Gordey4</Name>
125      <Importer>TextureImporter</Importer>
126      <Processor>TextureProcessor</Processor>
127    </Compile>
128  </ItemGroup>
129  <ItemGroup>
130    <Compile Include="hart.png">
131      <Name>hart</Name>
132      <Importer>TextureImporter</Importer>
133      <Processor>TextureProcessor</Processor>
134    </Compile>
135    <Compile Include="inventory.png">
136      <Name>inventory</Name>
137      <Importer>TextureImporter</Importer>
138      <Processor>TextureProcessor</Processor>
139    </Compile>
140    <Compile Include="ammus2.png">
141      <Name>ammus2</Name>
142      <Importer>TextureImporter</Importer>
143      <Processor>TextureProcessor</Processor>
144    </Compile>
145    <Compile Include="ammus3.png">
146      <Name>ammus3</Name>
147      <Importer>TextureImporter</Importer>
148      <Processor>TextureProcessor</Processor>
149    </Compile>
150    <Compile Include="ammus4.png">
151      <Name>ammus4</Name>
152      <Importer>TextureImporter</Importer>
153      <Processor>TextureProcessor</Processor>
154    </Compile>
155    <Compile Include="ammus5.png">
156      <Name>ammus5</Name>
157      <Importer>TextureImporter</Importer>
158      <Processor>TextureProcessor</Processor>
159    </Compile>
160    <Content Include="Game.ico">
161      <Name>Game</Name>
162      <Importer>TextureImporter</Importer>
163      <Processor>TextureProcessor</Processor>
164    </Content>
165    <Compile Include="gordey10.png">
166      <Name>gordey10</Name>
167      <Importer>TextureImporter</Importer>
168      <Processor>TextureProcessor</Processor>
169    </Compile>
170    <Compile Include="kauppa.png">
171      <Name>kauppa</Name>
172      <Importer>TextureImporter</Importer>
173      <Processor>TextureProcessor</Processor>
174    </Compile>
175    <Content Include="lava.png">
176      <Name>lava</Name>
177      <Importer>TextureImporter</Importer>
178      <Processor>TextureProcessor</Processor>
179    </Content>
180    <Compile Include="tahti.png">
181      <Name>tahti</Name>
182      <Importer>TextureImporter</Importer>
183      <Processor>TextureProcessor</Processor>
184    </Compile>
185    <Compile Include="pelaaja2.png">
186      <Name>pelaaja2</Name>
187      <Importer>TextureImporter</Importer>
188      <Processor>TextureProcessor</Processor>
189    </Compile>
190    <Compile Include="pelaaja2ampuu.png">
191      <Name>pelaaja2ampuu</Name>
192      <Importer>TextureImporter</Importer>
193      <Processor>TextureProcessor</Processor>
194    </Compile>
195    <Compile Include="pelaaja2hyppaa.png">
196      <Name>pelaaja2hyppaa</Name>
197      <Importer>TextureImporter</Importer>
198      <Processor>TextureProcessor</Processor>
199    </Compile>
200    <Compile Include="vihu2.png">
201      <Name>vihu2</Name>
202      <Importer>TextureImporter</Importer>
203      <Processor>TextureProcessor</Processor>
204    </Compile>
205    <Compile Include="rahat.png">
206      <Name>rahat</Name>
207      <Importer>TextureImporter</Importer>
208      <Processor>TextureProcessor</Processor>
209    </Compile>
210    <Compile Include="rahat2.png">
211      <Name>rahat2</Name>
212      <Importer>TextureImporter</Importer>
213      <Processor>TextureProcessor</Processor>
214    </Compile>
215  </ItemGroup>
216  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
217  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
218       Other similar extension points exist, see Microsoft.Common.targets.
219  <Target Name="BeforeBuild">
220  </Target>
221  <Target Name="AfterBuild">
222  </Target>
223  -->
224</Project>
Note: See TracBrowser for help on using the repository browser.