| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
- <PropertyGroup>
- <ProjectGuid>{24842109-3B66-46DC-A723-320CD473916F}</ProjectGuid>
- <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
- <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
- <ContentRootDirectory>Content</ContentRootDirectory>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup>
- <RootNamespace>Sample3DGraphicsContent</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Buttons\lamp_60x60.png">
- <Name>lamp_60x60</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Buttons\arrow1_left_60x60.png">
- <Name>arrow1_left_60x60</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- <Compile Include="Buttons\arrow1_right_60x60.png">
- <Name>arrow1_right_60x60</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Buttons\textureOnOff.png">
- <Name>textureOnOff</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Textures\spaceBG.png">
- <Name>spaceBG</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="AnimationDef.xml">
- <Name>AnimationDef</Name>
- <Importer>XmlImporter</Importer>
- <Processor>PassThroughProcessor</Processor>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <Compile Include="Models\spaceship.fbx">
- <Name>spaceship</Name>
- <Importer>FbxImporter</Importer>
- <Processor>ModelProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Buttons\animation_60x60.png">
- <Name>animation_60x60</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- <Compile Include="Buttons\perPixelLight_60x60.png">
- <Name>perPixelLight_60x60</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Textures\explosionStrip.png">
- <Name>explosionStrip</Name>
- <Importer>TextureImporter</Importer>
- <Processor>TextureProcessor</Processor>
- </Compile>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|