Jint.Tests.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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="$(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>{37C7D4E0-8770-4E2A-8B6D-E53087868354}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Jint.Tests</RootNamespace>
  11. <AssemblyName>Jint.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Newtonsoft.Json">
  36. <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
  48. </Reference>
  49. <Reference Include="xunit.extensions, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Parser\JavascriptParserTests.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Runtime\Converters\NegateBoolConverter.cs" />
  58. <Compile Include="Runtime\Domain\A.cs" />
  59. <Compile Include="Runtime\Domain\ClassWithField.cs" />
  60. <Compile Include="Runtime\Domain\ClassWithStaticFields.cs" />
  61. <Compile Include="Runtime\Domain\Colors.cs" />
  62. <Compile Include="Runtime\Domain\Company.cs" />
  63. <Compile Include="Runtime\Domain\ICompany.cs" />
  64. <Compile Include="Runtime\Domain\IPerson.cs" />
  65. <Compile Include="Runtime\Domain\Person.cs" />
  66. <Compile Include="Runtime\Domain\Shape.cs" />
  67. <Compile Include="Runtime\SamplesTests.cs" />
  68. <Compile Include="Runtime\InteropTests.cs" />
  69. <Compile Include="Runtime\EngineTests.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <EmbeddedResource Include="Parser\Scripts\jQuery.js" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="packages.config" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <EmbeddedResource Include="Runtime\Scripts\Scratch.js" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\Jint\Jint.csproj">
  82. <Project>{678738da-f723-4920-b9e5-cad667104bda}</Project>
  83. <Name>Jint</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <EmbeddedResource Include="Parser\Scripts\underscore.js" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <EmbeddedResource Include="Parser\Scripts\mootools.js" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <EmbeddedResource Include="Parser\Scripts\angular.js" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <EmbeddedResource Include="Parser\Scripts\backbone.js" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <EmbeddedResource Include="Parser\Scripts\JSXTransformer.js" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <EmbeddedResource Include="Parser\Scripts\handlebars.js" />
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>