source: 2010/24/joaamaka/The hole/Content/Content.contentproj @ 967

Revision 967, 4.6 KB checked in by joaamaka, 13 years ago (diff)

Jatkoin omaa peliäni.

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <ProjectGuid>dcf9ddf7-8824-489c-ba2c-1fe1d07f61c3</ProjectGuid>
4    <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
10    <XnaFrameworkVersion>v3.1</XnaFrameworkVersion>
11    <PlatformTarget>x86</PlatformTarget>
12    <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
13  </PropertyGroup>
14  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15    <XnaPlatform>Windows</XnaPlatform>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
18    <XnaPlatform>Windows</XnaPlatform>
19  </PropertyGroup>
20  <ItemGroup>
21    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
22    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
23    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
24    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
25    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
26    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
27  </ItemGroup>
28  <ItemGroup>
29    <Compile Include="Spikes.png">
30      <Name>Spikes</Name>
31      <Importer>TextureImporter</Importer>
32      <Processor>TextureProcessor</Processor>
33    </Compile>
34  </ItemGroup>
35  <ItemGroup>
36    <Compile Include="nuoli.png">
37      <Name>nuoli</Name>
38      <Importer>TextureImporter</Importer>
39      <Processor>TextureProcessor</Processor>
40    </Compile>
41  </ItemGroup>
42  <ItemGroup>
43    <Compile Include="nuoli2.png">
44      <Name>nuoli2</Name>
45      <Importer>TextureImporter</Importer>
46      <Processor>TextureProcessor</Processor>
47    </Compile>
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="ohje.png">
51      <Name>ohje</Name>
52      <Importer>TextureImporter</Importer>
53      <Processor>TextureProcessor</Processor>
54    </Compile>
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="warning.png">
58      <Name>warning</Name>
59      <Importer>TextureImporter</Importer>
60      <Processor>TextureProcessor</Processor>
61    </Compile>
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="vtaso.png">
65      <Name>vtaso</Name>
66      <Importer>TextureImporter</Importer>
67      <Processor>TextureProcessor</Processor>
68      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
69    </Compile>
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="vtaso2.png">
73      <Name>vtaso2</Name>
74      <Importer>TextureImporter</Importer>
75      <Processor>TextureProcessor</Processor>
76      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
77    </Compile>
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="vtaso3.png">
81      <Name>vtaso3</Name>
82      <Importer>TextureImporter</Importer>
83      <Processor>TextureProcessor</Processor>
84      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="loppu.png">
89      <Name>loppu</Name>
90      <Importer>TextureImporter</Importer>
91      <Processor>TextureProcessor</Processor>
92      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
93    </Compile>
94  </ItemGroup>
95  <ItemGroup>
96    <Compile Include="pisteet.png">
97      <Name>pisteet</Name>
98      <Importer>TextureImporter</Importer>
99      <Processor>TextureProcessor</Processor>
100    </Compile>
101  </ItemGroup>
102  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110</Project>
Note: See TracBrowser for help on using the repository browser.