Free cookie consent management tool by TermsFeed Policy Generator

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

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

Improved GUI for plugin and product management. #891 (Refactor GUI for plugin management)

File size: 8.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="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\HeuristicLab.PluginInfrastructure\ICSharpCode.SharpZipLib.dll</HintPath>
53    </Reference>
54    <Reference Include="System" />
55    <Reference Include="System.Core">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.Drawing" />
59    <Reference Include="System.Runtime.Serialization">
60      <RequiredTargetFramework>3.0</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.ServiceModel">
63      <RequiredTargetFramework>3.0</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Xml.Linq">
67      <RequiredTargetFramework>3.5</RequiredTargetFramework>
68    </Reference>
69    <Reference Include="System.Data.DataSetExtensions">
70      <RequiredTargetFramework>3.5</RequiredTargetFramework>
71    </Reference>
72    <Reference Include="System.Data" />
73    <Reference Include="System.Xml" />
74  </ItemGroup>
75  <ItemGroup>
76    <Compile Include="ConnectionSetupView.cs">
77      <SubType>UserControl</SubType>
78    </Compile>
79    <Compile Include="ConnectionSetupView.Designer.cs">
80      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
81    </Compile>
82    <Compile Include="EditConnectionAction.cs" />
83    <Compile Include="EditConnectionMenuItem.cs" />
84    <Compile Include="LicenseView.cs">
85      <SubType>UserControl</SubType>
86    </Compile>
87    <Compile Include="LicenseView.Designer.cs">
88      <DependentUpon>LicenseView.cs</DependentUpon>
89    </Compile>
90    <Compile Include="PluginComparisonView.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="PluginComparisonView.Designer.cs">
94      <DependentUpon>PluginComparisonView.cs</DependentUpon>
95    </Compile>
96    <Compile Include="PluginView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="PluginView.Designer.cs">
100      <DependentUpon>PluginView.cs</DependentUpon>
101    </Compile>
102    <Compile Include="ProductEditor.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="ProductEditor.Designer.cs">
106      <DependentUpon>ProductEditor.cs</DependentUpon>
107    </Compile>
108    <Compile Include="OpenProductEditorAction.cs" />
109    <Compile Include="OpenServerProductsEditMenuItem.cs" />
110    <Compile Include="HeuristicLabDeploymentService.AdminClientApplication.cs" />
111    <Compile Include="HeuristicLabDeploymentService.AdminClientPlugin.cs" />
112    <Compile Include="IUserInterfaceItemProvider.cs" />
113    <Compile Include="MainForm.cs">
114      <SubType>Form</SubType>
115    </Compile>
116    <Compile Include="PluginListView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="PluginListView.Designer.cs">
120      <DependentUpon>PluginListView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Properties\AssemblyInfo.cs" />
123  </ItemGroup>
124  <ItemGroup>
125    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
126      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
127      <Name>HeuristicLab.Common.Resources-3.2</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
130      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
131      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
134      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
135      <Name>HeuristicLab.MainForm-3.2</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
138      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
139      <Name>HeuristicLab.PluginInfrastructure</Name>
140    </ProjectReference>
141  </ItemGroup>
142  <ItemGroup>
143    <None Include="HeuristicLabDeploymentServiceAdminClientPlugin.cs.frame" />
144    <None Include="Properties\AssemblyInfo.frame" />
145  </ItemGroup>
146  <ItemGroup>
147    <EmbeddedResource Include="ConnectionSetupView.resx">
148      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
149    </EmbeddedResource>
150    <EmbeddedResource Include="LicenseView.resx">
151      <DependentUpon>LicenseView.cs</DependentUpon>
152    </EmbeddedResource>
153    <EmbeddedResource Include="MainForm.resx">
154      <DependentUpon>MainForm.cs</DependentUpon>
155    </EmbeddedResource>
156    <EmbeddedResource Include="PluginComparisonView.resx">
157      <DependentUpon>PluginComparisonView.cs</DependentUpon>
158    </EmbeddedResource>
159    <EmbeddedResource Include="PluginView.resx">
160      <DependentUpon>PluginView.cs</DependentUpon>
161    </EmbeddedResource>
162    <EmbeddedResource Include="ProductEditor.resx">
163      <DependentUpon>ProductEditor.cs</DependentUpon>
164    </EmbeddedResource>
165    <EmbeddedResource Include="PluginListView.resx">
166      <DependentUpon>PluginListView.cs</DependentUpon>
167    </EmbeddedResource>
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.PluginUpdateService.PluginDescription.datasource" />
171    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.PluginUpdateService.ProductDescription.datasource" />
172  </ItemGroup>
173  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
174  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175       Other similar extension points exist, see Microsoft.Common.targets.
176  <Target Name="BeforeBuild">
177  </Target>
178  <Target Name="AfterBuild">
179  </Target>
180  -->
181</Project>
Note: See TracBrowser for help on using the repository browser.