Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/HeuristicLab.DeploymentService.AdminClient.csproj @ 2804

Last change on this file since 2804 was 2804, checked in by gkronber, 14 years ago

Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)

File size: 7.0 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>{C458C60D-33CE-42B8-8B7A-651B698A3C96}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DeploymentService.AdminClient</RootNamespace>
12    <AssemblyName>HeuristicLab.DeploymentService.AdminClient-3.3</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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\x86\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <ItemGroup>
50    <Reference Include="System" />
51    <Reference Include="System.Core">
52      <RequiredTargetFramework>3.5</RequiredTargetFramework>
53    </Reference>
54    <Reference Include="System.Drawing" />
55    <Reference Include="System.Runtime.Serialization">
56      <RequiredTargetFramework>3.0</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.ServiceModel">
59      <RequiredTargetFramework>3.0</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Windows.Forms" />
62    <Reference Include="System.Xml.Linq">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Data.DataSetExtensions">
66      <RequiredTargetFramework>3.5</RequiredTargetFramework>
67    </Reference>
68    <Reference Include="System.Data" />
69    <Reference Include="System.Xml" />
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="ProductEditor.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="ProductEditor.Designer.cs">
76      <DependentUpon>ProductEditor.cs</DependentUpon>
77    </Compile>
78    <Compile Include="OpenProductEditorAction.cs" />
79    <Compile Include="OpenServerProductsEditMenuItem.cs" />
80    <Compile Include="HeuristicLabDeploymentService.AdminClientApplication.cs" />
81    <Compile Include="HeuristicLabDeploymentService.AdminClientPlugin.cs" />
82    <Compile Include="IUserInterfaceItemProvider.cs" />
83    <Compile Include="MainForm.cs">
84      <SubType>Form</SubType>
85    </Compile>
86    <Compile Include="PluginListView.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="PluginListView.Designer.cs">
90      <DependentUpon>PluginListView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="Properties\AssemblyInfo.cs" />
93    <Compile Include="Service References\AdminService\Reference.cs">
94      <AutoGen>True</AutoGen>
95      <DesignTime>True</DesignTime>
96      <DependentUpon>Reference.svcmap</DependentUpon>
97    </Compile>
98    <Compile Include="UpdateAction.cs" />
99    <Compile Include="UpdateServerPluginsButtonItem.cs" />
100    <Compile Include="UpdateServerPluginsMenuItem.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
104      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
105      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
108      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
109      <Name>HeuristicLab.MainForm-3.2</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
112      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
113      <Name>HeuristicLab.PluginInfrastructure</Name>
114    </ProjectReference>
115  </ItemGroup>
116  <ItemGroup>
117    <WCFMetadata Include="Service References\" />
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="app.config" />
121    <None Include="HeuristicLabDeploymentServiceAdminClientPlugin.cs.frame" />
122    <None Include="Properties\AssemblyInfo.frame" />
123    <None Include="Service References\AdminService\service.wsdl" />
124    <None Include="Service References\AdminService\service.xsd" />
125    <None Include="Service References\AdminService\service1.xsd" />
126  </ItemGroup>
127  <ItemGroup>
128    <EmbeddedResource Include="ProductEditor.resx">
129      <DependentUpon>ProductEditor.cs</DependentUpon>
130    </EmbeddedResource>
131    <EmbeddedResource Include="PluginListView.resx">
132      <DependentUpon>PluginListView.cs</DependentUpon>
133    </EmbeddedResource>
134  </ItemGroup>
135  <ItemGroup>
136    <WCFMetadataStorage Include="Service References\AdminService\" />
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="Service References\AdminService\configuration91.svcinfo" />
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="Service References\AdminService\configuration.svcinfo" />
143  </ItemGroup>
144  <ItemGroup>
145    <None Include="Service References\AdminService\Reference.svcmap">
146      <Generator>WCF Proxy Generator</Generator>
147      <LastGenOutput>Reference.cs</LastGenOutput>
148    </None>
149  </ItemGroup>
150  <ItemGroup>
151    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.PluginUpdateService.PluginDescription.datasource" />
152    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.PluginUpdateService.ProductDescription.datasource" />
153  </ItemGroup>
154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156       Other similar extension points exist, see Microsoft.Common.targets.
157  <Target Name="BeforeBuild">
158  </Target>
159  <Target Name="AfterBuild">
160  </Target>
161  -->
162</Project>
Note: See TracBrowser for help on using the repository browser.