source: 2011/31/AkuH/StickMan Of Duty Basic Operation/StickMan Of Duty Basic OperationContent/StickMan Of Duty Basic OperationContent.contentproj @ 2589

Revision 2589, 4.7 KB checked in by akjualha, 12 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>{5BE68FC0-B935-409C-92E7-EE910013946E}</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="maali.wav">
48      <Name>maali</Name>
49      <Importer>WavImporter</Importer>
50      <Processor>SoundEffectProcessor</Processor>
51    </Compile>
52    <Compile Include="norsu.png">
53      <Name>norsu</Name>
54      <Importer>TextureImporter</Importer>
55      <Processor>TextureProcessor</Processor>
56    </Compile>
57    <Compile Include="tahti.png">
58      <Name>tahti</Name>
59      <Importer>TextureImporter</Importer>
60      <Processor>TextureProcessor</Processor>
61    </Compile>
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="Pelaaja.png">
65      <Name>Pelaaja</Name>
66      <Importer>TextureImporter</Importer>
67      <Processor>TextureProcessor</Processor>
68    </Compile>
69  </ItemGroup>
70  <ItemGroup>
71    <Compile Include="Vihollinen.png">
72      <Name>Vihollinen</Name>
73      <Importer>TextureImporter</Importer>
74      <Processor>TextureProcessor</Processor>
75    </Compile>
76  </ItemGroup>
77  <ItemGroup>
78    <Compile Include="rajahdys.png">
79      <Name>rajahdys</Name>
80      <Importer>TextureImporter</Importer>
81      <Processor>TextureProcessor</Processor>
82    </Compile>
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="rajahdys3.png">
86      <Name>rajahdys3</Name>
87      <Importer>TextureImporter</Importer>
88      <Processor>TextureProcessor</Processor>
89    </Compile>
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="rajahdys2.png">
93      <Name>rajahdys2</Name>
94      <Importer>TextureImporter</Importer>
95      <Processor>TextureProcessor</Processor>
96    </Compile>
97  </ItemGroup>
98  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
99  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.
100       Other similar extension points exist, see Microsoft.Common.targets.
101  <Target Name="BeforeBuild">
102  </Target>
103  <Target Name="AfterBuild">
104  </Target>
105  -->
106</Project>
Note: See TracBrowser for help on using the repository browser.