Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/HeuristicLab.Services.Hive-3.4.csproj @ 5375

Last change on this file since 5375 was 5363, checked in by ascheibe, 14 years ago

#1233 adapt Hive to HL trunk

File size: 6.9 KB
Line 
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>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive-3.4</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <TargetFrameworkProfile />
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="HeuristicLab.Clients.Common-3.3">
43      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Common-3.3">
46      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
49      <SpecificVersion>False</SpecificVersion>
50      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3">
53      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Persistence-3.3">
56      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
59      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="System" />
66    <Reference Include="System.Core" />
67    <Reference Include="System.Data.Linq" />
68    <Reference Include="System.Drawing" />
69    <Reference Include="System.ServiceModel" />
70    <Reference Include="System.Transactions" />
71    <Reference Include="System.Web" />
72    <Reference Include="System.Web.ApplicationServices" />
73    <Reference Include="System.Windows.Forms" />
74    <Reference Include="System.Xml.Linq" />
75    <Reference Include="System.Data.DataSetExtensions" />
76    <Reference Include="System.Data" />
77    <Reference Include="System.Xml" />
78  </ItemGroup>
79  <ItemGroup>
80    <None Include="HeuristicLabServicesHivePlugin.cs.frame" />
81    <None Include="Properties\AssemblyInfo.cs.frame" />
82    <Compile Include="Interfaces\ILifecycleManager.cs" />
83    <Compile Include="Interfaces\IServiceLocator.cs" />
84    <Compile Include="Standalone\HeuristicLabServicesHiveApplication.cs" />
85    <Compile Include="Standalone\MainForm.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="Standalone\MainForm.Designer.cs">
89      <DependentUpon>MainForm.cs</DependentUpon>
90    </Compile>
91    <Compile Include="AuthorizationManager.cs" />
92    <Compile Include="HeuristicLabServicesHivePlugin.cs" />
93    <Compile Include="LifecycleManager.cs" />
94    <Compile Include="HiveRoles.cs" />
95    <Compile Include="HiveService.cs" />
96    <Compile Include="Interfaces\IAuthorizationManager.cs" />
97    <Compile Include="Properties\AssemblyInfo.cs" />
98    <Compile Include="ServiceLocator.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
102      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
103      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
106      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
107      <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name>
108    </ProjectReference>
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="app.config">
112      <SubType>Designer</SubType>
113    </None>
114    <None Include="HeuristicLab.snk" />
115  </ItemGroup>
116  <ItemGroup>
117    <EmbeddedResource Include="Standalone\MainForm.resx">
118      <DependentUpon>MainForm.cs</DependentUpon>
119    </EmbeddedResource>
120  </ItemGroup>
121  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122  <ProjectExtensions>
123    <VisualStudio>
124      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
125        <WcfProjectProperties>
126          <AutoStart>False</AutoStart>
127        </WcfProjectProperties>
128      </FlavorProperties>
129    </VisualStudio>
130  </ProjectExtensions>
131  <PropertyGroup>
132    <PostBuildEvent>set ProjectName=$(ProjectName)
133set TargetPath=$(TargetPath)
134call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
135  </PropertyGroup>
136  <PropertyGroup>
137    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
138set ProjectDir=$(ProjectDir)
139set SolutionDir=$(SolutionDir)
140set Outdir=$(Outdir)
141
142call PreBuildEvent.cmd</PreBuildEvent>
143  </PropertyGroup>
144  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145       Other similar extension points exist, see Microsoft.Common.targets.
146  <Target Name="BeforeBuild">
147  </Target>
148  <Target Name="AfterBuild">
149  </Target>
150  -->
151</Project>
Note: See TracBrowser for help on using the repository browser.