1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{B02966BF-88BC-41B2-80EF-8F8C5F98FA98}</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>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup>
- <RootNamespace>AnimationContent</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <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=MSIL" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Dude\dude.Original.fbx">
- <Name>dude</Name>
- <Importer>FbxImporter</Importer>
- <Processor>CpuAnimatedModelProcessor</Processor>
- </Compile>
- <Compile Include="Dude\dude_GPU.Original.fbx">
- <Name>dude_GPU</Name>
- <Importer>FbxImporter</Importer>
- <Processor>GpuAnimatedModelProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="font.spritefont">
- <Name>font</Name>
- <Importer>FontDescriptionImporter</Importer>
- <Processor>FontDescriptionProcessor</Processor>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Content.Pipeline\AnimationImporters\AnimationImporters.NET4.XNA.csproj">
- <Project>{E22F02E7-6799-4C14-B9B3-B461D6E9AB6E}</Project>
- <Name>AnimationImporters.NET4.XNA</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Content.Pipeline\GraphicsImporters\GraphicsImporters.NET4.XNA.csproj">
- <Project>{565ACF47-7E36-435E-8727-2AFB39E61134}</Project>
- <Name>GraphicsImporters.NET4.XNA</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
- </Project>
|