Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2970 was 2922, checked in by gkronber, 15 years ago

Worked on GUI for plugin management. #891 (Refactor GUI for plugin management)

File size: 11.3 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\DeploymentService\DeploymentService.cs" />
96    <Compile Include="Advanced\InstallationManagerConsole.cs" />
97    <Compile Include="Advanced\InstallationManager.cs" />
98    <Compile Include="Advanced\InstallationManagerForm.cs">
99      <SubType>Form</SubType>
100    </Compile>
101    <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
102      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
103    </Compile>
104    <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
105      <SubType>Code</SubType>
106    </Compile>
107    <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
108      <SubType>Code</SubType>
109    </Compile>
110    <Compile Include="Advanced\LocalPluginManager.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="Advanced\LocalPluginManager.Designer.cs">
114      <DependentUpon>LocalPluginManager.cs</DependentUpon>
115    </Compile>
116    <Compile Include="Advanced\RemotePluginInstaller.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Advanced\RemotePluginInstaller.Designer.cs">
120      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Attributes\ApplicationAttribute.cs" />
123    <Compile Include="Attributes\AssemblyBuildDateAttribute.cs" />
124    <Compile Include="Attributes\ContactInformationAttribute.cs" />
125    <Compile Include="Attributes\PluginAttribute.cs" />
126    <Compile Include="Attributes\PluginDependencyAttribute.cs" />
127    <Compile Include="Attributes\PluginFileAttribute.cs" />
128    <Compile Include="BaseClasses\ApplicationBase.cs" />
129    <Compile Include="BaseClasses\PluginBase.cs" />
130    <Compile Include="Interfaces\IPluginFile.cs" />
131    <Compile Include="Interfaces\IApplicationManager.cs" />
132    <Compile Include="Interfaces\IApplicationDescription.cs" />
133    <Compile Include="Interfaces\IApplication.cs" />
134    <Compile Include="Interfaces\IControlManager.cs" />
135    <Compile Include="Interfaces\IPlugin.cs" />
136    <Compile Include="ControlManager.cs" />
137    <Compile Include="Interfaces\IPluginDescription.cs" />
138    <Compile Include="InvalidPluginException.cs" />
139    <Compile Include="Manager\ApplicationDescription.cs" />
140    <Compile Include="Manager\PluginFile.cs" />
141    <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
142    <Compile Include="Manager\PluginDescription.cs" />
143    <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
144    <Compile Include="Manager\PluginManager.cs" />
145    <Compile Include="Manager\PluginValidator.cs" />
146    <Compile Include="PluginDescriptionIterator.cs" />
147    <Compile Include="ApplicationManager.cs" />
148    <Compile Include="PluginState.cs" />
149    <Compile Include="Main.cs" />
150    <Compile Include="Properties\AssemblyInfo.cs" />
151    <EmbeddedResource Include="Advanced\InstallationManagerForm.resx">
152      <DependentUpon>InstallationManagerForm.cs</DependentUpon>
153    </EmbeddedResource>
154    <EmbeddedResource Include="Advanced\LocalPluginManager.resx">
155      <DependentUpon>LocalPluginManager.cs</DependentUpon>
156    </EmbeddedResource>
157    <EmbeddedResource Include="Advanced\RemotePluginInstaller.resx">
158      <DependentUpon>RemotePluginInstaller.cs</DependentUpon>
159    </EmbeddedResource>
160    <EmbeddedResource Include="Properties\Resources.resx">
161      <Generator>ResXFileCodeGenerator</Generator>
162      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
163      <SubType>Designer</SubType>
164    </EmbeddedResource>
165    <EmbeddedResource Include="Resources\Resources.resx">
166      <Generator>ResXFileCodeGenerator</Generator>
167      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
168    </EmbeddedResource>
169    <EmbeddedResource Include="Starter\SplashScreen.resx">
170      <DependentUpon>SplashScreen.cs</DependentUpon>
171    </EmbeddedResource>
172    <EmbeddedResource Include="Starter\StarterForm.resx">
173      <DependentUpon>StarterForm.cs</DependentUpon>
174    </EmbeddedResource>
175    <Compile Include="Properties\Resources.Designer.cs">
176      <AutoGen>True</AutoGen>
177      <DependentUpon>Resources.resx</DependentUpon>
178      <DesignTime>True</DesignTime>
179    </Compile>
180    <None Include="app.config" />
181    <None Include="HeuristicLab.snk" />
182    <None Include="Properties\AssemblyInfo.frame" />
183    <None Include="Properties\Settings.settings">
184      <Generator>PublicSettingsSingleFileGenerator</Generator>
185      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
186    </None>
187    <Compile Include="Properties\Settings.Designer.cs">
188      <AutoGen>True</AutoGen>
189      <DependentUpon>Settings.settings</DependentUpon>
190      <DesignTimeSharedInput>True</DesignTimeSharedInput>
191    </Compile>
192    <Compile Include="Resources\Resources.Designer.cs">
193      <AutoGen>True</AutoGen>
194      <DesignTime>True</DesignTime>
195      <DependentUpon>Resources.resx</DependentUpon>
196    </Compile>
197    <Compile Include="Sandboxing\SandboxManager.cs" />
198    <Compile Include="Starter\SplashScreen.cs">
199      <SubType>Form</SubType>
200    </Compile>
201    <Compile Include="Starter\SplashScreen.Designer.cs">
202      <DependentUpon>SplashScreen.cs</DependentUpon>
203    </Compile>
204    <Compile Include="Starter\StarterForm.cs">
205      <SubType>Form</SubType>
206    </Compile>
207    <Compile Include="Starter\StarterForm.Designer.cs">
208      <DependentUpon>StarterForm.cs</DependentUpon>
209    </Compile>
210  </ItemGroup>
211  <ItemGroup>
212    <Content Include="ICSharpCode.SharpZipLib License.txt">
213      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
214    </Content>
215    <Content Include="ICSharpCode.SharpZipLib.dll">
216      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
217    </Content>
218    <Content Include="Resources\Details.gif" />
219    <Content Include="Resources\HeuristicLab.ico" />
220    <Content Include="Resources\LargeIcons.gif" />
221    <Content Include="Resources\List.gif" />
222    <Content Include="Resources\Logo_white.gif" />
223    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
224    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
225    <Content Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
226    <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
227    <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
228    <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
229    <None Include="Advanced\DeploymentService\RegenerateServiceClasses.cmd" />
230  </ItemGroup>
231  <ItemGroup>
232    <WCFMetadata Include="Service References\" />
233  </ItemGroup>
234  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
235  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
236       Other similar extension points exist, see Microsoft.Common.targets.
237  <Target Name="BeforeBuild">
238  </Target>
239  <Target Name="AfterBuild">
240  </Target>
241  -->
242  <PropertyGroup>
243    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
244set ProjectDir=$(ProjectDir)
245set SolutionDir=$(SolutionDir)
246set Outdir=$(Outdir)
247
248call PreBuildEvent.cmd</PreBuildEvent>
249  </PropertyGroup>
250</Project>
Note: See TracBrowser for help on using the repository browser.