RubySharp.Test.csproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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>{A804DC85-5380-4E49-A1E1-1C8358240184}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RubySharp.Test</RootNamespace>
  11. <AssemblyName>RubySharp.Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Program.cs" />
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ProjectReference Include="..\RubySharp.Compile\RubySharp.Compile.csproj">
  47. <Project>{681d57e6-98c7-4102-80ae-96a8f1bc928f}</Project>
  48. <Name>RubySharp.Compile</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\RubySharp.Libraries\RubySharp.Libraries.csproj">
  51. <Project>{09a1dd03-369b-4e07-b781-3319f7e65b24}</Project>
  52. <Name>RubySharp.Libraries</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\RubySharp.Runtime\RubySharp.Runtime.csproj">
  55. <Project>{80f5ca80-8ddd-422f-9fa3-fa61d0d40aec}</Project>
  56. <Name>RubySharp.Runtime</Name>
  57. </ProjectReference>
  58. </ItemGroup>
  59. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  60. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  61. Other similar extension points exist, see Microsoft.Common.targets.
  62. <Target Name="BeforeBuild">
  63. </Target>
  64. <Target Name="AfterBuild">
  65. </Target>
  66. -->
  67. </Project>