source: 2017/30/HugoE/HanniAndHoo/HanniAndHoo/HanniAndHooContent/HanniAndHooContent.contentproj @ 9206

Revision 9206, 4.8 KB checked in by npo17_65, 6 years ago (diff)

Hyppy toimii

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>{C15B7F9E-AA60-42F1-A06A-82A8BC818B5D}</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="Hanni.png">
49      <Name>Hanni</Name>
50      <Importer>TextureImporter</Importer>
51      <Processor>TextureProcessor</Processor>
52    </Compile>
53    <Compile Include="Hoo.png">
54      <Name>Hoo</Name>
55      <Importer>TextureImporter</Importer>
56      <Processor>TextureProcessor</Processor>
57    </Compile>
58  </ItemGroup>
59  <ItemGroup>
60    <Compile Include="taustakuva.png">
61      <Name>taustakuva</Name>
62      <Importer>TextureImporter</Importer>
63      <Processor>TextureProcessor</Processor>
64    </Compile>
65  </ItemGroup>
66  <ItemGroup>
67    <Compile Include="TaistelumusaEhdokas2.mp3">
68      <Name>TaistelumusaEhdokas2</Name>
69      <Importer>Mp3Importer</Importer>
70      <Processor>SongProcessor</Processor>
71    </Compile>
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="sky1.png">
75      <Name>sky1</Name>
76      <Importer>TextureImporter</Importer>
77      <Processor>TextureProcessor</Processor>
78    </Compile>
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="taustamusiikki.mp3">
82      <Name>taustamusiikki</Name>
83      <Importer>Mp3Importer</Importer>
84      <Processor>SongProcessor</Processor>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="Space.jpg">
89      <Name>Space</Name>
90      <Importer>TextureImporter</Importer>
91      <Processor>TextureProcessor</Processor>
92    </Compile>
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="jump.wav">
96      <Name>jump</Name>
97      <Importer>WavImporter</Importer>
98      <Processor>SoundEffectProcessor</Processor>
99    </Compile>
100  </ItemGroup>
101  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
102  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
103       Other similar extension points exist, see Microsoft.Common.targets.
104  <Target Name="BeforeBuild">
105  </Target>
106  <Target Name="AfterBuild">
107  </Target>
108  -->
109</Project>
Note: See TracBrowser for help on using the repository browser.