[4789] | 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>{8E698904-936D-4C7A-AB0D-6225778D2968}</ProjectGuid>
|
---|
[4962] | 9 | <OutputType>Library</OutputType>
|
---|
[4789] | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[4962] | 11 | <RootNamespace>HeuristicLab.Services.Authentication</RootNamespace>
|
---|
[4789] | 12 | <AssemblyName>HeuristicLab.Services.Authentication.ServiceClients</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>bin\Debug\</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>bin\Release\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
[4940] | 33 | <PropertyGroup>
|
---|
| 34 | <StartupObject />
|
---|
| 35 | </PropertyGroup>
|
---|
[4789] | 36 | <ItemGroup>
|
---|
[5257] | 37 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 38 | <HintPath>..\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 39 | </Reference>
|
---|
| 40 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 41 | <HintPath>..\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 42 | </Reference>
|
---|
| 43 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 44 | <HintPath>..\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 45 | </Reference>
|
---|
| 46 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 47 | <HintPath>..\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 48 | </Reference>
|
---|
[4789] | 49 | <Reference Include="System" />
|
---|
| 50 | <Reference Include="System.Core" />
|
---|
[4962] | 51 | <Reference Include="System.Data.Linq" />
|
---|
[5257] | 52 | <Reference Include="System.Drawing" />
|
---|
[4925] | 53 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 54 | <Reference Include="System.ServiceModel" />
|
---|
[4789] | 55 | <Reference Include="System.Xml.Linq" />
|
---|
| 56 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 57 | <Reference Include="Microsoft.CSharp" />
|
---|
| 58 | <Reference Include="System.Data" />
|
---|
| 59 | <Reference Include="System.Xml" />
|
---|
| 60 | </ItemGroup>
|
---|
| 61 | <ItemGroup>
|
---|
[4962] | 62 | <Compile Include="AuthenticationClient.cs" />
|
---|
| 63 | <Compile Include="ClientFactory.cs" />
|
---|
[4925] | 64 | <Compile Include="ServiceClients\Application.cs" />
|
---|
[5257] | 65 | <Compile Include="ServiceClients\AuthenticationItem.cs" />
|
---|
[4925] | 66 | <Compile Include="ServiceClients\AuthenticationServiceClient.cs" />
|
---|
[4789] | 67 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4925] | 68 | <Compile Include="ServiceClients\Role.cs" />
|
---|
| 69 | <Compile Include="ServiceClients\User.cs" />
|
---|
[4789] | 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
[5350] | 72 | <None Include="app.config">
|
---|
| 73 | <SubType>Designer</SubType>
|
---|
| 74 | </None>
|
---|
[4940] | 75 | <None Include="HeuristicLab.snk" />
|
---|
[4789] | 76 | <None Include="ServiceClients\GenerateServiceClients.cmd" />
|
---|
| 77 | </ItemGroup>
|
---|
[4962] | 78 | <ItemGroup>
|
---|
| 79 | <ProjectReference Include="..\HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj">
|
---|
| 80 | <Project>{0E7ADDD6-C7EA-45F6-A7ED-48041ABF1A87}</Project>
|
---|
| 81 | <Name>HeuristicLab.Services.Authentication</Name>
|
---|
| 82 | </ProjectReference>
|
---|
| 83 | </ItemGroup>
|
---|
| 84 | <ItemGroup>
|
---|
| 85 | <WCFMetadata Include="Service References\" />
|
---|
| 86 | </ItemGroup>
|
---|
[4789] | 87 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 88 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 89 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 90 | <Target Name="BeforeBuild">
|
---|
| 91 | </Target>
|
---|
| 92 | <Target Name="AfterBuild">
|
---|
| 93 | </Target>
|
---|
| 94 | -->
|
---|
| 95 | </Project> |
---|