2
0

ReachGraphicsDemoDataTypes.Linux.csproj 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8D359A6F-B0BB-4799-8311-406D5F57025A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>DataTypes</RootNamespace>
  11. <AssemblyName>DataTypes</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>True</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>False</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG;</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>False</ConsolePause>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>none</DebugType>
  25. <Optimize>True</Optimize>
  26. <OutputPath>bin\Release</OutputPath>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <ConsolePause>False</ConsolePause>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="System" />
  33. <Reference Include="System.Xml.Linq" />
  34. </ItemGroup>
  35. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  36. <ItemGroup>
  37. <Compile Include="AnimationClip.cs" />
  38. <Compile Include="AnimationPlayer.cs" />
  39. <Compile Include="Keyframe.cs" />
  40. <Compile Include="SkinningData.cs" />
  41. <Compile Include="Properties\AssemblyInfo.cs" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Folder Include="Properties\" />
  45. </ItemGroup>
  46. </Project>