ActionsBuilder.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <ProjectGuid>{293A754C-3D80-42FB-99D8-7C9386CD297E}</ProjectGuid>
  7. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  8. <OutputType>Library</OutputType>
  9. <OutputPath>bin</OutputPath>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. <DebugType>full</DebugType>
  12. <DebugSymbols>true</DebugSymbols>
  13. <TypeScriptToolsVersion>2.1</TypeScriptToolsVersion>
  14. <UseIISExpress>true</UseIISExpress>
  15. <IISExpressSSLPort />
  16. <IISExpressAnonymousAuthentication />
  17. <IISExpressWindowsAuthentication />
  18. <IISExpressUseClassicPipelineMode />
  19. <SccProjectName>SAK</SccProjectName>
  20. <SccLocalPath>SAK</SccLocalPath>
  21. <SccAuxPath>SAK</SccAuxPath>
  22. <SccProvider>SAK</SccProvider>
  23. <UseGlobalApplicationHostFile />
  24. </PropertyGroup>
  25. <ItemGroup>
  26. <Content Include="gulpfile.js" />
  27. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300Light.svg" />
  28. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300LightItalic.svg" />
  29. <Content Include="Sources\fonts\SinkinSans\SinkinSans-500Medium.svg" />
  30. <Content Include="Sources\fonts\SinkinSans\SinkinSans-600SemiBold.svg" />
  31. <Content Include="Sources\index-debug.html" />
  32. <Content Include="Sources\index.css" />
  33. <Content Include="Sources\fonts.css" />
  34. <Content Include="Sources\index.html" />
  35. <Content Include="Sources\raphael.js" />
  36. <Content Include="web.config" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <TypeScriptCompile Include="..\..\..\dist\preview release\babylon.d.ts">
  40. <Link>babylon.d.ts</Link>
  41. </TypeScriptCompile>
  42. <TypeScriptCompile Include="actionsbuilder.actionNode.ts" />
  43. <TypeScriptCompile Include="actionsbuilder.contextMenu.ts" />
  44. <TypeScriptCompile Include="actionsbuilder.list.ts" />
  45. <TypeScriptCompile Include="actionsbuilder.main.ts" />
  46. <TypeScriptCompile Include="actionsbuilder.parameters.ts" />
  47. <TypeScriptCompile Include="actionsbuilder.toolbar.ts" />
  48. <TypeScriptCompile Include="actionsbuilder.ts" />
  49. <TypeScriptCompile Include="actionsbuilder.utils.ts" />
  50. <TypeScriptCompile Include="actionsbuilder.viewer.ts" />
  51. <TypeScriptCompile Include="raphaeljs.d.ts" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Content Include="package.json" />
  55. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300Light.eot" />
  56. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300Light.otf" />
  57. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300Light.ttf" />
  58. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300Light.woff" />
  59. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300LightItalic.eot" />
  60. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300LightItalic.otf" />
  61. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300LightItalic.ttf" />
  62. <Content Include="Sources\fonts\SinkinSans\SinkinSans-300LightItalic.woff" />
  63. <Content Include="Sources\fonts\SinkinSans\SinkinSans-500Medium.eot" />
  64. <Content Include="Sources\fonts\SinkinSans\SinkinSans-500Medium.otf" />
  65. <Content Include="Sources\fonts\SinkinSans\SinkinSans-500Medium.ttf" />
  66. <Content Include="Sources\fonts\SinkinSans\SinkinSans-500Medium.woff" />
  67. <Content Include="Sources\fonts\SinkinSans\SinkinSans-600SemiBold.eot" />
  68. <Content Include="Sources\fonts\SinkinSans\SinkinSans-600SemiBold.otf" />
  69. <Content Include="Sources\fonts\SinkinSans\SinkinSans-600SemiBold.ttf" />
  70. <Content Include="Sources\fonts\SinkinSans\SinkinSans-600SemiBold.woff" />
  71. <None Include="web.Debug.config">
  72. <DependentUpon>web.config</DependentUpon>
  73. </None>
  74. <None Include="web.Release.config">
  75. <DependentUpon>web.config</DependentUpon>
  76. </None>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Folder Include="Properties\" />
  83. </ItemGroup>
  84. <PropertyGroup>
  85. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
  86. </PropertyGroup>
  87. <PropertyGroup>
  88. <RootNamespace>ActionsBuilder</RootNamespace>
  89. </PropertyGroup>
  90. <PropertyGroup>
  91. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  92. </PropertyGroup>
  93. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  94. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')" />
  95. <ProjectExtensions>
  96. <VisualStudio>
  97. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  98. <WebProjectProperties>
  99. <UseIIS>False</UseIIS>
  100. <AutoAssignPort>True</AutoAssignPort>
  101. <DevelopmentServerPort>51472</DevelopmentServerPort>
  102. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  103. <IISUrl>http://localhost:51472/</IISUrl>
  104. <NTLMAuthentication>False</NTLMAuthentication>
  105. <UseCustomServer>False</UseCustomServer>
  106. <CustomServerUrl>
  107. </CustomServerUrl>
  108. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  109. </WebProjectProperties>
  110. </FlavorProperties>
  111. </VisualStudio>
  112. </ProjectExtensions>
  113. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  114. <TypeScriptRemoveComments>false</TypeScriptRemoveComments>
  115. <TypeScriptSourceMap>true</TypeScriptSourceMap>
  116. <TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
  117. <OutputPath>..\..\..\..\..\..\..\Program Files\Autodesk\3ds Max 2013\bin\assemblies\BabylonActionsBuilder\</OutputPath>
  118. <TypeScriptOutDir>Sources\</TypeScriptOutDir>
  119. <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
  120. <TypeScriptTarget>ES5</TypeScriptTarget>
  121. <TypeScriptSourceRoot>$(SolutionDir)ActionsBuilder\</TypeScriptSourceRoot>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  124. <TypeScriptRemoveComments>true</TypeScriptRemoveComments>
  125. <TypeScriptSourceMap>false</TypeScriptSourceMap>
  126. </PropertyGroup>
  127. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
  128. <PropertyGroup>
  129. <PostBuildEvent>copy "$(SolutionDir)..\..\dist\preview release\babylon.max.js" "$(SolutionDir)ActionsBuilder\Sources\babylon.max.js"
  130. if $(ConfigurationName) == Release gulp</PostBuildEvent>
  131. </PropertyGroup>
  132. </Project>