1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{14DC9873-30EA-41DA-8D7B-5AA03E7E2EE2}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Revenj.Bench</RootNamespace>
- <AssemblyName>Revenj.Bench</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\exe\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\exe\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Revenj.Api.Interface" >
- <HintPath>..\exe\Revenj.Api.Interface.dll</HintPath>
- </Reference>
- <Reference Include="Revenj.Core" >
- <HintPath>..\exe\Revenj.Core.dll</HintPath>
- </Reference>
- <Reference Include="Revenj.Core.Interface" >
- <HintPath>..\exe\Revenj.Core.Interface.dll</HintPath>
- </Reference>
- <Reference Include="Revenj.Http">
- <HintPath>..\exe\Revenj.Http.exe</HintPath>
- <ExecutableExtension>.exe</ExecutableExtension>
- </Reference>
- <Reference Include="Revenj.Processing" >
- <HintPath>..\exe\Revenj.Processing.dll</HintPath>
- </Reference>
- <Reference Include="ServerModel">
- <HintPath>..\exe\ServerModel.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.ServiceModel.Web" />
- <Reference Include="System.Web" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Context.cs" />
- <Compile Include="Fortunes.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Fortunes.tt</DependentUpon>
- </Compile>
- <Compile Include="FortuneTemplate.cs" />
- <Compile Include="RestService.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="..\Revenj.Http.exe.config">
- <Link>Revenj.Http.exe.config</Link>
- <SubType>Designer</SubType>
- </None>
- <None Include="Fortunes.tt">
- <Generator>TextTemplatingFilePreprocessor</Generator>
- <LastGenOutput>Fortunes.cs</LastGenOutput>
- </None>
- <None Include="model.dsl" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|