Max2Babylon.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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>{DD7C931A-8FAF-4318-BB74-71DC858CC489}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Max2Babylon</RootNamespace>
  11. <AssemblyName>Max2Babylon</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  20. <NuGetPackageImportStamp>eeea6a2c</NuGetPackageImportStamp>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>C:\Program Files\Autodesk\3ds Max 2013\bin\assemblies\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>C:\Program Files\Autodesk\3ds Max 2013\bin\assemblies\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Autodesk.Max, Version=15.6.164.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>Refs\Autodesk.Max.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="Newtonsoft.Json">
  50. <HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="SharpDX, Version=2.4.2.0, Culture=neutral, PublicKeyToken=627a3d6d1956f55a, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>$(SharpDXPackageBinDir)\SharpDX.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Runtime.Serialization" />
  60. <Reference Include="System.Web" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="BabylonActionCallback.cs" />
  69. <Compile Include="BabylonPropertiesActionItem.cs" />
  70. <Compile Include="Exporter\BabylonExporter.Skeleton.cs" />
  71. <Compile Include="Forms\LightPropertiesForm.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Forms\LightPropertiesForm.Designer.cs">
  75. <DependentUpon>LightPropertiesForm.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Exporter\BabylonExporter.Animation.cs" />
  78. <Compile Include="Exporter\BabylonExporter.ShadowGenerator.cs" />
  79. <Compile Include="Forms\CameraPropertiesForm.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="Forms\CameraPropertiesForm.Designer.cs">
  83. <DependentUpon>CameraPropertiesForm.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Descriptor.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="Forms\ExporterForm.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Forms\ExporterForm.Designer.cs">
  92. <DependentUpon>ExporterForm.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Exporter\BabylonExporter.Texture.cs" />
  95. <Compile Include="Exporter\BabylonExporter.Material.cs" />
  96. <Compile Include="Exporter\BabylonExporter.Light.cs" />
  97. <Compile Include="Exporter\BabylonExporter.cs" />
  98. <Compile Include="Exporter\BabylonExporter.Camera.cs" />
  99. <Compile Include="Exporter\BabylonExporter.Mesh.cs" />
  100. <Compile Include="Exporter\GlobalVertex.cs" />
  101. <Compile Include="GlobalUtility.cs" />
  102. <Compile Include="JsonTextWriterOptimized.cs" />
  103. <Compile Include="Loader.cs" />
  104. <Compile Include="BabylonExportActionItem.cs" />
  105. <Compile Include="Forms\ObjectPropertiesForm.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="Forms\ObjectPropertiesForm.Designer.cs">
  109. <DependentUpon>ObjectPropertiesForm.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>Resources.resx</DependentUpon>
  116. </Compile>
  117. <Compile Include="Forms\ScenePropertiesForm.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="Forms\ScenePropertiesForm.Designer.cs">
  121. <DependentUpon>ScenePropertiesForm.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Tools\Tools.cs" />
  124. <Compile Include="Forms\Vector3Control.cs">
  125. <SubType>UserControl</SubType>
  126. </Compile>
  127. <Compile Include="Forms\Vector3Control.Designer.cs">
  128. <DependentUpon>Vector3Control.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="Tools\VNormal.cs" />
  131. <Compile Include="Tools\WebServer.cs" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Content Include="Refs\Autodesk.Max.dll" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <EmbeddedResource Include="Forms\LightPropertiesForm.resx">
  138. <DependentUpon>LightPropertiesForm.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="Forms\CameraPropertiesForm.resx">
  141. <DependentUpon>CameraPropertiesForm.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Forms\ExporterForm.resx">
  144. <DependentUpon>ExporterForm.cs</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Forms\ObjectPropertiesForm.resx">
  147. <DependentUpon>ObjectPropertiesForm.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Properties\Resources.resx">
  150. <Generator>ResXFileCodeGenerator</Generator>
  151. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Forms\ScenePropertiesForm.resx">
  154. <DependentUpon>ScenePropertiesForm.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Forms\Vector3Control.resx">
  157. <DependentUpon>Vector3Control.cs</DependentUpon>
  158. </EmbeddedResource>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ProjectReference Include="..\BabylonExport.Entities\BabylonExport.Entities.csproj">
  162. <Project>{6150965a-658c-4263-89ad-4f980eb0675d}</Project>
  163. <Name>BabylonExport.Entities</Name>
  164. </ProjectReference>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="packages.config" />
  168. </ItemGroup>
  169. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  170. <Import Project="..\packages\SharpDX.2.6.3\build\SharpDX.targets" Condition="Exists('..\packages\SharpDX.2.6.3\build\SharpDX.targets')" />
  171. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  172. <PropertyGroup>
  173. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  174. </PropertyGroup>
  175. <Error Condition="!Exists('..\packages\SharpDX.2.6.3\build\SharpDX.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SharpDX.2.6.3\build\SharpDX.targets'))" />
  176. </Target>
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>