Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5043 was 5043, checked in by cneumuel, 13 years ago

#1233

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