source: 2012/24/AnnaS/Hiiripeli/Hiiripeli/HiiripeliContent/HiiripeliContent.contentproj @ 2971

Revision 2971, 4.9 KB checked in by anmasavo, 11 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>{A48E25FB-ECEF-420A-A385-ADF1FCEB1A5A}</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="Maaliaani.wav">
48      <Name>Maaliaani</Name>
49      <Importer>WavImporter</Importer>
50      <Processor>SoundEffectProcessor</Processor>
51    </Compile>
52    <Compile Include="tahti.png">
53      <Name>tahti</Name>
54      <Importer>TextureImporter</Importer>
55      <Processor>TextureProcessor</Processor>
56    </Compile>
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="Hiiri.png">
60      <Name>Hiiri</Name>
61      <Importer>TextureImporter</Importer>
62      <Processor>TextureProcessor</Processor>
63    </Compile>
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="Pilvi.png">
67      <Name>Pilvi</Name>
68      <Importer>TextureImporter</Importer>
69      <Processor>TextureProcessor</Processor>
70    </Compile>
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Pilvi2.png">
74      <Name>Pilvi2</Name>
75      <Importer>TextureImporter</Importer>
76      <Processor>TextureProcessor</Processor>
77    </Compile>
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="Lahto.png">
81      <Name>Lahto</Name>
82      <Importer>TextureImporter</Importer>
83      <Processor>TextureProcessor</Processor>
84    </Compile>
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="Maali.png">
88      <Name>Maali</Name>
89      <Importer>TextureImporter</Importer>
90      <Processor>TextureProcessor</Processor>
91    </Compile>
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="Juusto.png">
95      <Name>Juusto</Name>
96      <Importer>TextureImporter</Importer>
97      <Processor>TextureProcessor</Processor>
98    </Compile>
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="Ruoho.png">
102      <Name>Ruoho</Name>
103      <Importer>TextureImporter</Importer>
104      <Processor>TextureProcessor</Processor>
105    </Compile>
106  </ItemGroup>
107  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
108  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115</Project>
Note: See TracBrowser for help on using the repository browser.