Revenj.Bench.csproj 3.8 KB

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