MovipaLibraryWindows.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{8ABC0B1E-74EB-4892-AFAB-12D4DEBB76EC}</ProjectGuid>
  4. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{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. <RootNamespace>MovipaLibrary</RootNamespace>
  10. <AssemblyName>MovipaLibrary</AssemblyName>
  11. <XnaFrameworkVersion>v2.0</XnaFrameworkVersion>
  12. <XnaPlatform>Windows</XnaPlatform>
  13. <XnaCrossPlatformGroupID>033d96f7-fb8a-4614-a2e5-a19bee9c222d</XnaCrossPlatformGroupID>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\x86\Debug</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <NoStdLib>true</NoStdLib>
  24. <UseVSHostingProcess>false</UseVSHostingProcess>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <DocumentationFile>
  27. </DocumentationFile>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\x86\Release</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <NoStdLib>true</NoStdLib>
  37. <UseVSHostingProcess>false</UseVSHostingProcess>
  38. <PlatformTarget>x86</PlatformTarget>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.Xna.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
  42. <Private>False</Private>
  43. <SpecificVersion>True</SpecificVersion>
  44. </Reference>
  45. <Reference Include="mscorlib" />
  46. <Reference Include="System">
  47. <Private>False</Private>
  48. </Reference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="AnimationInfo.cs" />
  52. <Compile Include="AnimationInfoReader.cs" />
  53. <Compile Include="LayoutInfo.cs" />
  54. <Compile Include="LayoutInfoReader.cs" />
  55. <Compile Include="ParticleInfo.cs" />
  56. <Compile Include="ParticleInfoReader.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="RenderingInfo.cs" />
  59. <Compile Include="RenderingInfoReader.cs" />
  60. <Compile Include="SkinnedModelAnimationInfo.cs" />
  61. <Compile Include="SkinnedModelAnimationInfoReader.cs" />
  62. <Compile Include="SkinnedModelInfo.cs" />
  63. <Compile Include="SkinnedModelInfoReader.cs" />
  64. <Compile Include="StageSetting.cs" />
  65. <Compile Include="StageSettingReader.cs" />
  66. </ItemGroup>
  67. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  68. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  69. Other similar extension points exist, see Microsoft.Common.targets.
  70. <Target Name="BeforeBuild">
  71. </Target>
  72. <Target Name="AfterBuild">
  73. </Target>
  74. -->
  75. </Project>