BuildOurOwnBabylonJS.csproj 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{CFBE5149-1605-4824-8BD2-55C9B3C1DA60}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BuildOurOwnBabylonJS</RootNamespace>
  12. <AssemblyName>BuildOurOwnBabylonJS</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Mvp.Xml, Version=2.0.2158.1055, Culture=neutral, PublicKeyToken=dd92544dc05f5671, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>Refs\Mvp.Xml-bin-2.0\Mvp.Xml.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Script.cs" />
  55. <Compile Include="Program.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Content Include="ourOwnBabylon.js"></Content>
  60. <None Include="babylonJS.xsd">
  61. <SubType>Designer</SubType>
  62. </None>
  63. <Content Include="Refs\Mvp.Xml-bin-2.0\license.txt" />
  64. <Content Include="Refs\Mvp.Xml-bin-2.0\Mvp.Xml.dll" />
  65. <Content Include="Refs\Mvp.Xml-bin-2.0\readme.txt" />
  66. <Resource Include="babylonJS.xml">
  67. <SubType>Designer</SubType>
  68. </Resource>
  69. <Content Include="executables\JSKompactor.exe">
  70. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  71. </Content>
  72. <Resource Include="ourOwnBabylonJS.xml">
  73. <SubType>Designer</SubType>
  74. </Resource>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="app.config" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\BabylonJS\BabylonJS.csproj">
  81. <Project>{0263AD0D-56E6-4439-BC05-6EC957200F52}</Project>
  82. <Name>BabylonJS</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <PropertyGroup>
  87. <PostBuildEvent>
  88. </PostBuildEvent>
  89. </PropertyGroup>
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>