Revenj.Bench.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{14DC9873-30EA-41DA-8D7B-5AA03E7E2EE2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Revenj.Bench</RootNamespace>
  12. <AssemblyName>Revenj.Bench</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\exe\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\exe\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Revenj.Api.Interface">
  35. <HintPath>..\exe\Revenj.Api.Interface.dll</HintPath>
  36. <Private>False</Private>
  37. </Reference>
  38. <Reference Include="Revenj.DatabasePersistence.Interface">
  39. <HintPath>..\exe\Revenj.DatabasePersistence.Interface.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="Revenj.DatabasePersistence.Postgres">
  43. <HintPath>..\exe\Revenj.DatabasePersistence.Postgres.dll</HintPath>
  44. <Private>False</Private>
  45. </Reference>
  46. <Reference Include="Revenj.DomainPatterns.Interface">
  47. <HintPath>..\exe\Revenj.DomainPatterns.Interface.dll</HintPath>
  48. <Private>False</Private>
  49. </Reference>
  50. <Reference Include="Revenj.Extensibility.Interface">
  51. <HintPath>..\exe\Revenj.Extensibility.Interface.dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="Revenj.Processing">
  55. <HintPath>..\exe\Revenj.Processing.dll</HintPath>
  56. <Private>False</Private>
  57. </Reference>
  58. <Reference Include="Revenj.Serialization">
  59. <HintPath>..\exe\Revenj.Serialization.dll</HintPath>
  60. <Private>False</Private>
  61. </Reference>
  62. <Reference Include="Revenj.Serialization.Interface">
  63. <HintPath>..\exe\Revenj.Serialization.Interface.dll</HintPath>
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="Revenj.Utility">
  67. <HintPath>..\exe\Revenj.Utility.dll</HintPath>
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="ServerModel">
  71. <HintPath>..\exe\ServerModel.dll</HintPath>
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.ServiceModel" />
  77. <Reference Include="System.ServiceModel.Web" />
  78. <Reference Include="System.Web" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Context.cs" />
  82. <Compile Include="Fortunes.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>Fortunes.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="FortuneTemplate.cs" />
  88. <Compile Include="RestService.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="..\Revenj.Http.exe.config">
  92. <Link>Revenj.Http.exe.config</Link>
  93. <SubType>Designer</SubType>
  94. </None>
  95. <None Include="Fortunes.tt">
  96. <Generator>TextTemplatingFilePreprocessor</Generator>
  97. <LastGenOutput>Fortunes.cs</LastGenOutput>
  98. </None>
  99. <None Include="model.dsl" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Folder Include="Properties\" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>