Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj @ 3474

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

Incorporated review comments by swagner into plugin infrastructure. #989 (Implement review comments in plugin infrastructure)

File size: 15.2 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
11    <AssemblyName>HeuristicLab.PluginInfrastructure</AssemblyName>
12    <StartupObject>
13    </StartupObject>
14    <SignAssembly>true</SignAssembly>
15    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>2.0</OldToolsVersion>
19    <UpgradeBackupLocation>
20    </UpgradeBackupLocation>
21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24    <DebugSymbols>true</DebugSymbols>
25    <DebugType>full</DebugType>
26    <Optimize>false</Optimize>
27    <OutputPath>bin\Debug\</OutputPath>
28    <DefineConstants>DEBUG;TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33    <DebugType>pdbonly</DebugType>
34    <Optimize>true</Optimize>
35    <OutputPath>bin\Release\</OutputPath>
36    <DefineConstants>TRACE</DefineConstants>
37    <ErrorReport>prompt</ErrorReport>
38    <WarningLevel>4</WarningLevel>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\x86\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>bin\x86\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x64\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75  </PropertyGroup>
76  <ItemGroup>
77    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
78    <Reference Include="System" />
79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Data" />
83    <Reference Include="System.Deployment" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Runtime.Serialization">
86      <RequiredTargetFramework>3.0</RequiredTargetFramework>
87    </Reference>
88    <Reference Include="System.ServiceModel">
89      <RequiredTargetFramework>3.0</RequiredTargetFramework>
90    </Reference>
91    <Reference Include="System.Windows.Forms" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="Advanced\ConfirmationDialog.cs">
96      <SubType>Form</SubType>
97    </Compile>
98    <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
99      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
100    </Compile>
101    <Compile Include="Advanced\ConnectionSetupView.cs">
102      <SubType>Form</SubType>
103    </Compile>
104    <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
105      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Advanced\DeploymentService\AdminClientFactory.cs" />
108    <Compile Include="Advanced\DeploymentService\DeploymentService.cs" />
109    <Compile Include="Advanced\DeploymentService\UpdateClientFactory.cs" />
110    <Compile Include="Advanced\InstallationManagerConsole.cs" />
111    <Compile Include="Advanced\InstallationManager.cs" />
112    <Compile Include="Advanced\InstallationManagerForm.cs">
113      <SubType>Form</SubType>
114    </Compile>
115    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
116      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
117    </Compile>
118    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
119      <SubType>Code</SubType>
120    </Compile>
121    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
122      <SubType>Code</SubType>
123    </Compile>
124    <Compile Include="Advanced\LicenseConfirmationBox.cs">
125      <SubType>Form</SubType>
126    </Compile>
127    <Compile Include="Advanced\LicenseConfirmationBox.Designer.cs">
128      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Advanced\LicenseView.cs">
131      <SubType>Form</SubType>
132    </Compile>
133    <Compile Include="Advanced\LicenseView.Designer.cs">
134      <DependentUpon>LicenseView.cs</DependentUpon>
135    </Compile>
136    <Compile Include="Advanced\LocalPluginManager.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="Advanced\LocalPluginManager.Designer.cs">
140      <DependentUpon>LocalPluginManager.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Advanced\MultiSelectListView.cs">
143      <SubType>Component</SubType>
144    </Compile>
145    <Compile Include="Advanced\MultiSelectListView.Designer.cs">
146      <DependentUpon>MultiSelectListView.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Advanced\PluginComparisonView.cs">
149      <SubType>Form</SubType>
150    </Compile>
151    <Compile Include="Advanced\PluginComparisonView.Designer.cs">
152      <DependentUpon>PluginComparisonView.cs</DependentUpon>
153    </Compile>
154    <Compile Include="Advanced\PluginListView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="Advanced\PluginListView.Designer.cs">
158      <DependentUpon>PluginListView.cs</DependentUpon>
159    </Compile>
160    <Compile Include="Advanced\PluginView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="Advanced\PluginView.Designer.cs">
164      <DependentUpon>PluginView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Advanced\ProductEditor.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="Advanced\ProductEditor.Designer.cs">
170      <DependentUpon>ProductEditor.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Advanced\RemotePluginInstaller.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Advanced\RemotePluginInstaller.Designer.cs">
176      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
177    </Compile>
178    <Compile Include="Attributes\ApplicationAttribute.cs" />
179    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
180    <Compile Include="Attributes\ContactInformationAttribute.cs" />
181    <Compile Include="Attributes\PluginAttribute.cs" />
182    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
183    <Compile Include="Attributes\PluginFileAttribute.cs" />
184    <Compile Include="BaseClasses\ApplicationBase.cs" />
185    <Compile Include="BaseClasses\PluginBase.cs" />
186    <Compile Include="DefaultApplicationManager.cs" />
187    <Compile Include="LightweightApplicationManager.cs" />
188    <Compile Include="Interfaces\IPluginFile.cs" />
189    <Compile Include="Interfaces\IApplicationManager.cs" />
190    <Compile Include="Interfaces\IApplicationDescription.cs" />
191    <Compile Include="Interfaces\IApplication.cs" />
192    <Compile Include="Interfaces\IControlManager.cs" />
193    <Compile Include="Interfaces\IPlugin.cs" />
194    <Compile Include="ControlManager.cs" />
195    <Compile Include="Interfaces\IPluginDescription.cs" />
196    <Compile Include="InvalidPluginException.cs" />
197    <Compile Include="Manager\ApplicationDescription.cs" />
198    <Compile Include="Manager\PluginFile.cs" />
199    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
200    <Compile Include="Manager\PluginDescription.cs" />
201    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
202    <Compile Include="Manager\PluginManager.cs" />
203    <Compile Include="Manager\PluginValidator.cs" />
204    <Compile Include="PluginDescriptionIterator.cs" />
205    <Compile Include="ApplicationManager.cs" />
206    <Compile Include="PluginState.cs" />
207    <Compile Include="Main.cs" />
208    <Compile Include="Properties\AssemblyInfo.cs" />
209    <EmbeddedResource Include="Advanced\InstallationManagerForm.resx">
210      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
211    </EmbeddedResource>
212    <EmbeddedResource Include="Advanced\LocalPluginManager.resx">
213      <DependentUpon>LocalPluginManager.cs</DependentUpon>
214    </EmbeddedResource>
215    <EmbeddedResource Include="Advanced\RemotePluginInstaller.resx">
216      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
217    </EmbeddedResource>
218    <EmbeddedResource Include="Properties\Resources.resx">
219      <Generator>ResXFileCodeGenerator</Generator>
220      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
221      <SubType>Designer</SubType>
222    </EmbeddedResource>
223    <EmbeddedResource Include="Resources\Resources.resx">
224      <Generator>ResXFileCodeGenerator</Generator>
225      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
226    </EmbeddedResource>
227    <EmbeddedResource Include="Starter\SplashScreen.resx">
228      <DependentUpon>SplashScreen.cs</DependentUpon>
229    </EmbeddedResource>
230    <EmbeddedResource Include="Starter\StarterForm.resx">
231      <DependentUpon>StarterForm.cs</DependentUpon>
232    </EmbeddedResource>
233    <Compile Include="Properties\Resources.Designer.cs">
234      <AutoGen>True</AutoGen>
235      <DependentUpon>Resources.resx</DependentUpon>
236      <DesignTime>True</DesignTime>
237    </Compile>
238    <None Include="app.config" />
239    <None Include="HeuristicLab.snk" />
240    <None Include="Properties\AssemblyInfo.frame" />
241    <None Include="Properties\Settings.settings">
242      <Generator>PublicSettingsSingleFileGenerator</Generator>
243      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
244    </None>
245    <Compile Include="Properties\Settings.Designer.cs">
246      <AutoGen>True</AutoGen>
247      <DependentUpon>Settings.settings</DependentUpon>
248      <DesignTimeSharedInput>True</DesignTimeSharedInput>
249    </Compile>
250    <Compile Include="Resources\Resources.Designer.cs">
251      <AutoGen>True</AutoGen>
252      <DesignTime>True</DesignTime>
253      <DependentUpon>Resources.resx</DependentUpon>
254    </Compile>
255    <Compile Include="Sandboxing\SandboxManager.cs" />
256    <Compile Include="Starter\SplashScreen.cs">
257      <SubType>Form</SubType>
258    </Compile>
259    <Compile Include="Starter\SplashScreen.Designer.cs">
260      <DependentUpon>SplashScreen.cs</DependentUpon>
261    </Compile>
262    <Compile Include="Starter\StarterForm.cs">
263      <SubType>Form</SubType>
264    </Compile>
265    <Compile Include="Starter\StarterForm.Designer.cs">
266      <DependentUpon>StarterForm.cs</DependentUpon>
267    </Compile>
268  </ItemGroup>
269  <ItemGroup>
270    <Content Include="ICSharpCode.SharpZipLib License.txt">
271      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
272    </Content>
273    <Content Include="ICSharpCode.SharpZipLib.dll">
274      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
275    </Content>
276    <Content Include="Resources\Details.gif" />
277    <Content Include="Resources\HeuristicLab.ico" />
278    <Content Include="Resources\LargeIcons.gif" />
279    <Content Include="Resources\List.gif" />
280    <Content Include="Resources\Logo_white.gif" />
281    <EmbeddedResource Include="Advanced\ConfirmationDialog.resx">
282      <DependentUpon>ConfirmationDialog.cs</DependentUpon>
283    </EmbeddedResource>
284    <EmbeddedResource Include="Advanced\ConnectionSetupView.resx">
285      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
286    </EmbeddedResource>
287    <EmbeddedResource Include="Advanced\DeploymentService\servdev.cer" />
288    <EmbeddedResource Include="Advanced\LicenseConfirmationBox.resx">
289      <DependentUpon>LicenseConfirmationBox.cs</DependentUpon>
290    </EmbeddedResource>
291    <EmbeddedResource Include="Advanced\LicenseView.resx">
292      <DependentUpon>LicenseView.cs</DependentUpon>
293    </EmbeddedResource>
294    <EmbeddedResource Include="Advanced\PluginComparisonView.resx">
295      <DependentUpon>PluginComparisonView.cs</DependentUpon>
296    </EmbeddedResource>
297    <EmbeddedResource Include="Advanced\PluginListView.resx">
298      <DependentUpon>PluginListView.cs</DependentUpon>
299    </EmbeddedResource>
300    <EmbeddedResource Include="Advanced\PluginView.resx">
301      <DependentUpon>PluginView.cs</DependentUpon>
302    </EmbeddedResource>
303    <EmbeddedResource Include="Advanced\ProductEditor.resx">
304      <DependentUpon>ProductEditor.cs</DependentUpon>
305    </EmbeddedResource>
306    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
307    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
308    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
309    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
310    <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
311    <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
312    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
313    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
314    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
315    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
316  </ItemGroup>
317  <ItemGroup>
318    <WCFMetadata Include="Service References\" />
319  </ItemGroup>
320  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
321  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
322       Other similar extension points exist, see Microsoft.Common.targets.
323  <Target Name="BeforeBuild">
324  </Target>
325  <Target Name="AfterBuild">
326  </Target>
327  -->
328  <PropertyGroup>
329    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
330set ProjectDir=$(ProjectDir)
331set SolutionDir=$(SolutionDir)
332set Outdir=$(Outdir)
333
334call PreBuildEvent.cmd</PreBuildEvent>
335  </PropertyGroup>
336</Project>
Note: See TracBrowser for help on using the repository browser.