Max2Babylon.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>C:\Program Files\Autodesk\3ds Max 2013\bin\assemblies\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>C:\Program Files\Autodesk\3ds Max 2013\bin\assemblies\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Autodesk.Max, Version=15.6.164.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>Refs\Autodesk.Max.dll</HintPath>
  45. <Private>False</Private>
  46. </Reference>
  47. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>Refs\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="SharpDX, Version=2.4.2.0, Culture=neutral, PublicKeyToken=627a3d6d1956f55a, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\BabylonExport.Core\Refs\SharpDX.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Runtime.Serialization" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="BabylonActionCallback.cs" />
  67. <Compile Include="BabylonPropertiesActionItem.cs" />
  68. <Compile Include="Exporter\BabylonExporter.Skeleton.cs" />
  69. <Compile Include="Forms\LightPropertiesForm.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Forms\LightPropertiesForm.Designer.cs">
  73. <DependentUpon>LightPropertiesForm.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Exporter\BabylonExporter.Animation.cs" />
  76. <Compile Include="Exporter\BabylonExporter.ShadowGenerator.cs" />
  77. <Compile Include="Forms\CameraPropertiesForm.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Forms\CameraPropertiesForm.Designer.cs">
  81. <DependentUpon>CameraPropertiesForm.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Descriptor.cs">
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="Forms\ExporterForm.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Forms\ExporterForm.Designer.cs">
  90. <DependentUpon>ExporterForm.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Exporter\BabylonExporter.Texture.cs" />
  93. <Compile Include="Exporter\BabylonExporter.Material.cs" />
  94. <Compile Include="Exporter\BabylonExporter.Light.cs" />
  95. <Compile Include="Exporter\BabylonExporter.cs" />
  96. <Compile Include="Exporter\BabylonExporter.Camera.cs" />
  97. <Compile Include="Exporter\BabylonExporter.Mesh.cs" />
  98. <Compile Include="Exporter\GlobalVertex.cs" />
  99. <Compile Include="GlobalUtility.cs" />
  100. <Compile Include="JsonTextWriterOptimized.cs" />
  101. <Compile Include="Loader.cs" />
  102. <Compile Include="BabylonExportActionItem.cs" />
  103. <Compile Include="Forms\ObjectPropertiesForm.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Forms\ObjectPropertiesForm.Designer.cs">
  107. <DependentUpon>ObjectPropertiesForm.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="Properties\Resources.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DesignTime>True</DesignTime>
  113. <DependentUpon>Resources.resx</DependentUpon>
  114. </Compile>
  115. <Compile Include="Forms\ScenePropertiesForm.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Forms\ScenePropertiesForm.Designer.cs">
  119. <DependentUpon>ScenePropertiesForm.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Tools\Tools.cs" />
  122. <Compile Include="Forms\Vector3Control.cs">
  123. <SubType>UserControl</SubType>
  124. </Compile>
  125. <Compile Include="Forms\Vector3Control.Designer.cs">
  126. <DependentUpon>Vector3Control.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Tools\VNormal.cs" />
  129. <Compile Include="Tools\WebServer.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="Refs\Autodesk.Max.dll" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <EmbeddedResource Include="Forms\LightPropertiesForm.resx">
  136. <DependentUpon>LightPropertiesForm.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Forms\CameraPropertiesForm.resx">
  139. <DependentUpon>CameraPropertiesForm.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Forms\ExporterForm.resx">
  142. <DependentUpon>ExporterForm.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Forms\ObjectPropertiesForm.resx">
  145. <DependentUpon>ObjectPropertiesForm.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="Properties\Resources.resx">
  148. <Generator>ResXFileCodeGenerator</Generator>
  149. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="Forms\ScenePropertiesForm.resx">
  152. <DependentUpon>ScenePropertiesForm.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="Forms\Vector3Control.resx">
  155. <DependentUpon>Vector3Control.cs</DependentUpon>
  156. </EmbeddedResource>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <ProjectReference Include="..\BabylonExport.Entities\BabylonExport.Entities.csproj">
  160. <Project>{6150965a-658c-4263-89ad-4f980eb0675d}</Project>
  161. <Name>BabylonExport.Entities</Name>
  162. </ProjectReference>
  163. </ItemGroup>
  164. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  165. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  166. Other similar extension points exist, see Microsoft.Common.targets.
  167. <Target Name="BeforeBuild">
  168. </Target>
  169. <Target Name="AfterBuild">
  170. </Target>
  171. -->
  172. </Project>