BabylonExport.Entities.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{6150965A-658C-4263-89AD-4F980EB0675D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BabylonExport.Entities</RootNamespace>
  11. <AssemblyName>BabylonExport.Entities</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>SAK</SccProjectName>
  15. <SccLocalPath>SAK</SccLocalPath>
  16. <SccAuxPath>SAK</SccAuxPath>
  17. <SccProvider>SAK</SccProvider>
  18. <TargetFrameworkProfile>
  19. </TargetFrameworkProfile>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <Prefer32Bit>false</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="SharpDX">
  44. <HintPath>$(SharpDXPackageBinDir)\SharpDX.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Runtime.Serialization" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="BabylonActions.cs" />
  58. <Compile Include="BabylonAnimation.cs" />
  59. <Compile Include="BabylonMorphTarget.cs" />
  60. <Compile Include="BabylonMorphTargetManager.cs" />
  61. <Compile Include="BabylonPBRMetallicRoughnessMaterial.cs" />
  62. <Compile Include="BabylonAnimationKey.cs" />
  63. <Compile Include="BabylonBone.cs" />
  64. <Compile Include="BabylonCamera.cs" />
  65. <Compile Include="BabylonDirectionalLight.cs" />
  66. <Compile Include="BabylonFresnelParameters.cs" />
  67. <Compile Include="BabylonHDRCubeTexture.cs" />
  68. <Compile Include="BabylonIAnimatable.cs" />
  69. <Compile Include="BabylonLensFlare.cs" />
  70. <Compile Include="BabylonLensFlareSystem.cs" />
  71. <Compile Include="BabylonLight.cs" />
  72. <Compile Include="BabylonMaterial.cs" />
  73. <Compile Include="BabylonNode.cs" />
  74. <Compile Include="BabylonPBRMaterial.cs" />
  75. <Compile Include="BabylonMatrix.cs" />
  76. <Compile Include="BabylonShaderMaterial.cs" />
  77. <Compile Include="BabylonColor3.cs" />
  78. <Compile Include="BabylonStandardMaterial.cs" />
  79. <Compile Include="BabylonAbstractMesh.cs" />
  80. <Compile Include="BabylonMesh.cs" />
  81. <Compile Include="BabylonMultiMaterial.cs" />
  82. <Compile Include="BabylonParticleSystem.cs" />
  83. <Compile Include="BabylonProducer.cs" />
  84. <Compile Include="BabylonScene.cs" />
  85. <Compile Include="BabylonShadowGenerator.cs" />
  86. <Compile Include="BabylonSkeleton.cs" />
  87. <Compile Include="BabylonSound.cs" />
  88. <Compile Include="BabylonSubMesh.cs" />
  89. <Compile Include="BabylonTexture.cs" />
  90. <Compile Include="BabylonQuaternion.cs" />
  91. <Compile Include="BabylonUniversalCamera.cs" />
  92. <Compile Include="BabylonVector3.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="packages.config" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!--
  100. <Import Project=".\packages\SharpDX.2.6.3\build\SharpDX.targets" Condition="Exists('.\packages\SharpDX.2.6.3\build\SharpDX.targets')" />
  101. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  102. <PropertyGroup>
  103. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  104. </PropertyGroup>
  105. <Error Condition="!Exists('.\packages\SharpDX.2.6.3\build\SharpDX.targets')" Text="$([System.String]::Format('$(ErrorText)', '.\packages\SharpDX.2.6.3\build\SharpDX.targets'))" />
  106. </Target> -->
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>