Max2Babylon2015.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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-71DC858CC400}</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 2015\bin\assemblies\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;MAX2015</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=17.0.630.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>Refs\2015\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>..\..\packages\Newtonsoft.Json.6.0.3\lib\net45\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. <Link>BabylonActionCallback.cs</Link>
  68. </Compile>
  69. <Compile Include="..\BabylonExportActionItem.cs">
  70. <Link>BabylonExportActionItem.cs</Link>
  71. </Compile>
  72. <Compile Include="..\BabylonPropertiesActionItem.cs">
  73. <Link>BabylonPropertiesActionItem.cs</Link>
  74. </Compile>
  75. <Compile Include="..\Descriptor.cs">
  76. <Link>Descriptor.cs</Link>
  77. </Compile>
  78. <Compile Include="..\Exporter\BabylonExporter.Animation.cs">
  79. <Link>Exporter\BabylonExporter.Animation.cs</Link>
  80. </Compile>
  81. <Compile Include="..\Exporter\BabylonExporter.Camera.cs">
  82. <Link>Exporter\BabylonExporter.Camera.cs</Link>
  83. </Compile>
  84. <Compile Include="..\Exporter\BabylonExporter.cs">
  85. <Link>Exporter\BabylonExporter.cs</Link>
  86. </Compile>
  87. <Compile Include="..\Exporter\BabylonExporter.Light.cs">
  88. <Link>Exporter\BabylonExporter.Light.cs</Link>
  89. </Compile>
  90. <Compile Include="..\Exporter\BabylonExporter.Material.cs">
  91. <Link>Exporter\BabylonExporter.Material.cs</Link>
  92. </Compile>
  93. <Compile Include="..\Exporter\BabylonExporter.Mesh.cs">
  94. <Link>Exporter\BabylonExporter.Mesh.cs</Link>
  95. </Compile>
  96. <Compile Include="..\Exporter\BabylonExporter.ShadowGenerator.cs">
  97. <Link>Exporter\BabylonExporter.ShadowGenerator.cs</Link>
  98. </Compile>
  99. <Compile Include="..\Exporter\BabylonExporter.Skeleton.cs">
  100. <Link>Exporter\BabylonExporter.Skeleton.cs</Link>
  101. </Compile>
  102. <Compile Include="..\Exporter\BabylonExporter.Texture.cs">
  103. <Link>Exporter\BabylonExporter.Texture.cs</Link>
  104. </Compile>
  105. <Compile Include="..\Exporter\GlobalVertex.cs">
  106. <Link>Exporter\GlobalVertex.cs</Link>
  107. </Compile>
  108. <Compile Include="..\Forms\CameraPropertiesForm.cs">
  109. <Link>Forms\CameraPropertiesForm.cs</Link>
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="..\Forms\CameraPropertiesForm.Designer.cs">
  113. <Link>Forms\CameraPropertiesForm.Designer.cs</Link>
  114. <DependentUpon>CameraPropertiesForm.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="..\Forms\ExporterForm.cs">
  117. <Link>Forms\ExporterForm.cs</Link>
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="..\Forms\ExporterForm.Designer.cs">
  121. <Link>Forms\ExporterForm.Designer.cs</Link>
  122. <DependentUpon>ExporterForm.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="..\Forms\LightPropertiesForm.cs">
  125. <Link>Forms\LightPropertiesForm.cs</Link>
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="..\Forms\LightPropertiesForm.Designer.cs">
  129. <Link>Forms\LightPropertiesForm.Designer.cs</Link>
  130. <DependentUpon>LightPropertiesForm.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="..\Forms\ObjectPropertiesForm.cs">
  133. <Link>Forms\ObjectPropertiesForm.cs</Link>
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="..\Forms\ObjectPropertiesForm.Designer.cs">
  137. <Link>Forms\ObjectPropertiesForm.Designer.cs</Link>
  138. <DependentUpon>ObjectPropertiesForm.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="..\Forms\ScenePropertiesForm.cs">
  141. <Link>Forms\ScenePropertiesForm.cs</Link>
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="..\Forms\ScenePropertiesForm.Designer.cs">
  145. <Link>Forms\ScenePropertiesForm.Designer.cs</Link>
  146. <DependentUpon>ScenePropertiesForm.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="..\Forms\Vector3Control.cs">
  149. <Link>Forms\Vector3Control.cs</Link>
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="..\Forms\Vector3Control.Designer.cs">
  153. <Link>Forms\Vector3Control.Designer.cs</Link>
  154. <DependentUpon>Vector3Control.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="..\GlobalUtility.cs">
  157. <Link>GlobalUtility.cs</Link>
  158. </Compile>
  159. <Compile Include="..\JsonTextWriterOptimized.cs">
  160. <Link>JsonTextWriterOptimized.cs</Link>
  161. </Compile>
  162. <Compile Include="..\Loader.cs">
  163. <Link>Loader.cs</Link>
  164. </Compile>
  165. <Compile Include="..\Tools\Tools.cs">
  166. <Link>Tools\Tools.cs</Link>
  167. </Compile>
  168. <Compile Include="..\Tools\VNormal.cs">
  169. <Link>Tools\VNormal.cs</Link>
  170. </Compile>
  171. <Compile Include="..\Tools\WebServer.cs">
  172. <Link>Tools\WebServer.cs</Link>
  173. </Compile>
  174. <Compile Include="Properties\AssemblyInfo.cs" />
  175. <Compile Include="Properties\Resources.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DesignTime>True</DesignTime>
  178. <DependentUpon>Resources.resx</DependentUpon>
  179. </Compile>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Content Include="Refs\Autodesk.Max.dll" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <EmbeddedResource Include="..\Forms\CameraPropertiesForm.resx">
  186. <Link>Forms\CameraPropertiesForm.resx</Link>
  187. <DependentUpon>CameraPropertiesForm.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="..\Forms\ExporterForm.resx">
  190. <Link>Forms\ExporterForm.resx</Link>
  191. <DependentUpon>ExporterForm.cs</DependentUpon>
  192. </EmbeddedResource>
  193. <EmbeddedResource Include="..\Forms\LightPropertiesForm.resx">
  194. <Link>Forms\LightPropertiesForm.resx</Link>
  195. <DependentUpon>LightPropertiesForm.cs</DependentUpon>
  196. </EmbeddedResource>
  197. <EmbeddedResource Include="..\Forms\ObjectPropertiesForm.resx">
  198. <Link>Forms\ObjectPropertiesForm.resx</Link>
  199. <DependentUpon>ObjectPropertiesForm.cs</DependentUpon>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="..\Forms\ScenePropertiesForm.resx">
  202. <Link>Forms\ScenePropertiesForm.resx</Link>
  203. <DependentUpon>ScenePropertiesForm.cs</DependentUpon>
  204. </EmbeddedResource>
  205. <EmbeddedResource Include="..\Forms\Vector3Control.resx">
  206. <Link>Forms\Vector3Control.resx</Link>
  207. <DependentUpon>Vector3Control.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Properties\Resources.resx">
  210. <Generator>ResXFileCodeGenerator</Generator>
  211. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  212. </EmbeddedResource>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ProjectReference Include="..\..\BabylonExport.Entities\BabylonExport.Entities.csproj">
  216. <Project>{6150965a-658c-4263-89ad-4f980eb0675d}</Project>
  217. <Name>BabylonExport.Entities</Name>
  218. </ProjectReference>
  219. </ItemGroup>
  220. <ItemGroup />
  221. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  222. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  223. Other similar extension points exist, see Microsoft.Common.targets.
  224. <Target Name="BeforeBuild">
  225. </Target>
  226. <Target Name="AfterBuild">
  227. </Target>
  228. -->
  229. </Project>