source: 2010/31/eelaeepu/space defense 1.0/Content/Content.contentproj @ 1559

Revision 1559, 2.6 KB checked in by paaaanro, 13 years ago (diff)
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <ProjectGuid>06e1c8b9-3a30-4ac2-9149-ca6e57ff40a4</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    <Compile Include="alus.png">
22      <Name>alus</Name>
23      <Importer>TextureImporter</Importer>
24      <Processor>TextureProcessor</Processor>
25    </Compile>
26  </ItemGroup>
27  <ItemGroup>
28    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
29    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
30    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
31    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
32    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
33    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
34  </ItemGroup>
35  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
36  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
37       Other similar extension points exist, see Microsoft.Common.targets.
38  <Target Name="BeforeBuild">
39  </Target>
40  <Target Name="AfterBuild">
41  </Target>
42  -->
43</Project>
Note: See TracBrowser for help on using the repository browser.