source: 2013/30/AleksiK/Hazy Maze Game/Hazy Maze Game/Hazy Maze GameContent/Hazy Maze GameContent.contentproj @ 4662

Revision 4662, 5.0 KB checked in by alraniko, 10 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>{DB817938-4D8D-4144-ADCC-C150753D773C}</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="Blue Block.png">
49      <Name>Blue Block</Name>
50      <Importer>TextureImporter</Importer>
51      <Processor>TextureProcessor</Processor>
52    </Compile>
53  </ItemGroup>
54  <ItemGroup>
55    <Compile Include="Boulder Hole.png">
56      <Name>Boulder Hole</Name>
57      <Importer>TextureImporter</Importer>
58      <Processor>TextureProcessor</Processor>
59    </Compile>
60    <Compile Include="Boulder.png">
61      <Name>Boulder</Name>
62      <Importer>TextureImporter</Importer>
63      <Processor>TextureProcessor</Processor>
64    </Compile>
65    <Compile Include="Coin Block.png">
66      <Name>Coin Block</Name>
67      <Importer>TextureImporter</Importer>
68      <Processor>TextureProcessor</Processor>
69    </Compile>
70    <Compile Include="Coin.png">
71      <Name>Coin</Name>
72      <Importer>TextureImporter</Importer>
73      <Processor>TextureProcessor</Processor>
74    </Compile>
75    <Compile Include="Vihu.png">
76      <Name>Vihu</Name>
77      <Importer>TextureImporter</Importer>
78      <Processor>TextureProcessor</Processor>
79    </Compile>
80    <Compile Include="Standard.png">
81      <Name>Standard</Name>
82      <Importer>TextureImporter</Importer>
83      <Processor>TextureProcessor</Processor>
84    </Compile>
85    <Compile Include="Switch.png">
86      <Name>Switch</Name>
87      <Importer>TextureImporter</Importer>
88      <Processor>TextureProcessor</Processor>
89    </Compile>
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="Mushroom.png">
93      <Name>Mushroom</Name>
94      <Importer>TextureImporter</Importer>
95      <Processor>TextureProcessor</Processor>
96    </Compile>
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="Goal.png">
100      <Name>Goal</Name>
101      <Importer>TextureImporter</Importer>
102      <Processor>TextureProcessor</Processor>
103    </Compile>
104  </ItemGroup>
105  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
106  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
107       Other similar extension points exist, see Microsoft.Common.targets.
108  <Target Name="BeforeBuild">
109  </Target>
110  <Target Name="AfterBuild">
111  </Target>
112  -->
113</Project>
Note: See TracBrowser for help on using the repository browser.