source: 2011/23/mikmatla/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj @ 1830

Revision 1830, 4.7 KB checked in by joaamaka, 12 years ago (diff)

musiikki, ääniä ja kenttä

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>{DB07B187-8D44-4477-A35D-82AA3C319D97}</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="norsu.png">
46      <Name>norsu</Name>
47      <Importer>TextureImporter</Importer>
48      <Processor>TextureProcessor</Processor>
49    </Compile>
50    <Compile Include="tahti.png">
51      <Name>tahti</Name>
52      <Importer>TextureImporter</Importer>
53      <Processor>TextureProcessor</Processor>
54    </Compile>
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="Ukkeli.png">
58      <Name>Ukkeli</Name>
59      <Importer>TextureImporter</Importer>
60      <Processor>TextureProcessor</Processor>
61    </Compile>
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="Kolikko.png">
65      <Name>Kolikko</Name>
66      <Importer>TextureImporter</Importer>
67      <Processor>TextureProcessor</Processor>
68    </Compile>
69  </ItemGroup>
70  <ItemGroup>
71    <Compile Include="sped_up_yall_want_a_single-4lHPA2NUVb4_fmt18.mp3">
72      <Name>sped_up_yall_want_a_single-4lHPA2NUVb4_fmt18</Name>
73      <Importer>Mp3Importer</Importer>
74      <Processor>SongProcessor</Processor>
75    </Compile>
76  </ItemGroup>
77  <ItemGroup>
78    <Compile Include="Coin Sound Effect.mp3">
79      <Name>Coin Sound Effect</Name>
80      <Importer>Mp3Importer</Importer>
81      <Processor>SoundEffectProcessor</Processor>
82      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
83    </Compile>
84  </ItemGroup>
85  <ItemGroup>
86    <Compile Include="Nappi.png">
87      <Name>Nappi</Name>
88      <Importer>TextureImporter</Importer>
89      <Processor>TextureProcessor</Processor>
90    </Compile>
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="Musiikki.mp3">
94      <Name>Musiikki</Name>
95      <Importer>Mp3Importer</Importer>
96      <Processor>SongProcessor</Processor>
97    </Compile>
98  </ItemGroup>
99  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
100  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
101       Other similar extension points exist, see Microsoft.Common.targets.
102  <Target Name="BeforeBuild">
103  </Target>
104  <Target Name="AfterBuild">
105  </Target>
106  -->
107</Project>
Note: See TracBrowser for help on using the repository browser.