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="MultiSelectListView.cs">
|
---|
91 | <SubType>Component</SubType>
|
---|
92 | </Compile>
|
---|
93 | <Compile Include="MultiSelectListView.Designer.cs">
|
---|
94 | <DependentUpon>MultiSelectListView.cs</DependentUpon>
|
---|
95 | </Compile>
|
---|
96 | <Compile Include="PluginComparisonView.cs">
|
---|
97 | <SubType>UserControl</SubType>
|
---|
98 | </Compile>
|
---|
99 | <Compile Include="PluginComparisonView.Designer.cs">
|
---|
100 | <DependentUpon>PluginComparisonView.cs</DependentUpon>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="PluginEditor.cs">
|
---|
103 | <SubType>UserControl</SubType>
|
---|
104 | </Compile>
|
---|
105 | <Compile Include="PluginEditor.Designer.cs">
|
---|
106 | <DependentUpon>PluginEditor.cs</DependentUpon>
|
---|
107 | </Compile>
|
---|
108 | <Compile Include="PluginListView.cs">
|
---|
109 | <SubType>UserControl</SubType>
|
---|
110 | </Compile>
|
---|
111 | <Compile Include="PluginListView.Designer.cs">
|
---|
112 | <DependentUpon>PluginListView.cs</DependentUpon>
|
---|
113 | </Compile>
|
---|
114 | <Compile Include="PluginView.cs">
|
---|
115 | <SubType>UserControl</SubType>
|
---|
116 | </Compile>
|
---|
117 | <Compile Include="PluginView.Designer.cs">
|
---|
118 | <DependentUpon>PluginView.cs</DependentUpon>
|
---|
119 | </Compile>
|
---|
120 | <Compile Include="ProductEditor.cs">
|
---|
121 | <SubType>UserControl</SubType>
|
---|
122 | </Compile>
|
---|
123 | <Compile Include="ProductEditor.Designer.cs">
|
---|
124 | <DependentUpon>ProductEditor.cs</DependentUpon>
|
---|
125 | </Compile>
|
---|
126 | <Compile Include="OpenProductEditorAction.cs" />
|
---|
127 | <Compile Include="OpenServerProductsEditMenuItem.cs" />
|
---|
128 | <Compile Include="HeuristicLabDeploymentService.AdminClientApplication.cs" />
|
---|
129 | <Compile Include="HeuristicLabDeploymentService.AdminClientPlugin.cs" />
|
---|
130 | <Compile Include="IUserInterfaceItemProvider.cs" />
|
---|
131 | <Compile Include="MainForm.cs">
|
---|
132 | <SubType>Form</SubType>
|
---|
133 | </Compile>
|
---|
134 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
135 | </ItemGroup>
|
---|
136 | <ItemGroup>
|
---|
137 | <ProjectReference Include="..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
|
---|
138 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
139 | <Name>HeuristicLab.Common.Resources-3.2</Name>
|
---|
140 | </ProjectReference>
|
---|
141 | <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
|
---|
142 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
143 | <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
|
---|
144 | </ProjectReference>
|
---|
145 | <ProjectReference Include="..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
|
---|
146 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
147 | <Name>HeuristicLab.MainForm-3.2</Name>
|
---|
148 | </ProjectReference>
|
---|
149 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
150 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
151 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
152 | </ProjectReference>
|
---|
153 | </ItemGroup>
|
---|
154 | <ItemGroup>
|
---|
155 | <None Include="HeuristicLabDeploymentServiceAdminClientPlugin.cs.frame" />
|
---|
156 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
157 | </ItemGroup>
|
---|
158 | <ItemGroup>
|
---|
159 | <EmbeddedResource Include="ConnectionSetupView.resx">
|
---|
160 | <DependentUpon>ConnectionSetupView.cs</DependentUpon>
|
---|
161 | </EmbeddedResource>
|
---|
162 | <EmbeddedResource Include="LicenseView.resx">
|
---|
163 | <DependentUpon>LicenseView.cs</DependentUpon>
|
---|
164 | </EmbeddedResource>
|
---|
165 | <EmbeddedResource Include="MainForm.resx">
|
---|
166 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
167 | </EmbeddedResource>
|
---|
168 | <EmbeddedResource Include="PluginComparisonView.resx">
|
---|
169 | <DependentUpon>PluginComparisonView.cs</DependentUpon>
|
---|
170 | </EmbeddedResource>
|
---|
171 | <EmbeddedResource Include="PluginEditor.resx">
|
---|
172 | <DependentUpon>PluginEditor.cs</DependentUpon>
|
---|
173 | </EmbeddedResource>
|
---|
174 | <EmbeddedResource Include="PluginListView.resx">
|
---|
175 | <DependentUpon>PluginListView.cs</DependentUpon>
|
---|
176 | </EmbeddedResource>
|
---|
177 | <EmbeddedResource Include="PluginView.resx">
|
---|
178 | <DependentUpon>PluginView.cs</DependentUpon>
|
---|
179 | </EmbeddedResource>
|
---|
180 | <EmbeddedResource Include="ProductEditor.resx">
|
---|
181 | <DependentUpon>ProductEditor.cs</DependentUpon>
|
---|
182 | </EmbeddedResource>
|
---|
183 | </ItemGroup>
|
---|
184 | <ItemGroup>
|
---|
185 | <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.PluginUpdateService.PluginDescription.datasource" />
|
---|
186 | <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.PluginUpdateService.ProductDescription.datasource" />
|
---|
187 | </ItemGroup>
|
---|
188 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
189 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
190 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
191 | <Target Name="BeforeBuild">
|
---|
192 | </Target>
|
---|
193 | <Target Name="AfterBuild">
|
---|
194 | </Target>
|
---|
195 | -->
|
---|
196 | </Project> |
---|