Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Security.Server-3.2/3.2/HeuristicLab.Security.Server-3.2.csproj @ 1713

Last change on this file since 1713 was 1713, checked in by asimon, 15 years ago

Server for Security (ticket #537)

File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E3288D4B-7A51-499A-AC5B-019319CE51DC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Security.Server</RootNamespace>
12    <AssemblyName>HeuristicLab.Security.Server-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</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>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Drawing" />
39    <Reference Include="System.ServiceModel">
40      <RequiredTargetFramework>3.0</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="System.Windows.Forms" />
43    <Reference Include="System.Xml.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.DataSetExtensions">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data" />
50    <Reference Include="System.Xml" />
51  </ItemGroup>
52  <ItemGroup>
53    <Compile Include="SecurityServer.cs">
54      <SubType>Form</SubType>
55    </Compile>
56    <Compile Include="SecurityServer.Designer.cs">
57      <DependentUpon>SecurityServer.cs</DependentUpon>
58    </Compile>
59    <Compile Include="SecurityServerApplication.cs" />
60    <Compile Include="Properties\AssemblyInfo.cs" />
61    <Compile Include="SecurityServerPlugin.cs" />
62  </ItemGroup>
63  <ItemGroup>
64    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
65      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
66      <Name>HeuristicLab.PluginInfrastructure</Name>
67    </ProjectReference>
68    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.2\HeuristicLab.Security.Contracts-3.2.csproj">
69      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
70      <Name>HeuristicLab.Security.Contracts-3.2</Name>
71    </ProjectReference>
72  </ItemGroup>
73  <ItemGroup>
74    <EmbeddedResource Include="SecurityServer.resx">
75      <DependentUpon>SecurityServer.cs</DependentUpon>
76    </EmbeddedResource>
77  </ItemGroup>
78  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80       Other similar extension points exist, see Microsoft.Common.targets.
81  <Target Name="BeforeBuild">
82  </Target>
83  <Target Name="AfterBuild">
84  </Target>
85  -->
86</Project>
Note: See TracBrowser for help on using the repository browser.