Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginAdministrator/3.3/HeuristicLab.PluginAdministrator-3.3.csproj @ 3200

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

Integrated PluginAdministrator plugin into HL3.3 solution. #918 (Integrate deployment service into trunk and HL3.3 solution file)

File size: 9.5 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.PluginAdministrator</RootNamespace>
12    <AssemblyName>HeuristicLab.PluginAdministrator-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <OutputPath>bin\x86\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>bin\x64\Debug\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
60    <OutputPath>bin\x64\Release\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
69      <SpecificVersion>False</SpecificVersion>
70      <HintPath>..\..\HeuristicLab.PluginInfrastructure\ICSharpCode.SharpZipLib.dll</HintPath>
71    </Reference>
72    <Reference Include="System" />
73    <Reference Include="System.Core">
74      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75    </Reference>
76    <Reference Include="System.Drawing" />
77    <Reference Include="System.Runtime.Serialization">
78      <RequiredTargetFramework>3.0</RequiredTargetFramework>
79    </Reference>
80    <Reference Include="System.ServiceModel">
81      <RequiredTargetFramework>3.0</RequiredTargetFramework>
82    </Reference>
83    <Reference Include="System.Windows.Forms" />
84    <Reference Include="System.Xml.Linq">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.Data.DataSetExtensions">
88      <RequiredTargetFramework>3.5</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.Data" />
91    <Reference Include="System.Xml" />
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="ConnectionSetupView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="ConnectionSetupView.Designer.cs">
98      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="EditConnectionAction.cs" />
101    <Compile Include="EditConnectionMenuItem.cs" />
102    <Compile Include="HeuristicLabPluginAdministratorApplication.cs" />
103    <Compile Include="HeuristicLabPluginAdministratorPlugin.cs" />
104    <Compile Include="LicenseView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="LicenseView.Designer.cs">
108      <DependentUpon>LicenseView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="MultiSelectListView.cs">
111      <SubType>Component</SubType>
112    </Compile>
113    <Compile Include="MultiSelectListView.Designer.cs">
114      <DependentUpon>MultiSelectListView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="PluginComparisonView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="PluginComparisonView.Designer.cs">
120      <DependentUpon>PluginComparisonView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="PluginEditor.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="PluginEditor.Designer.cs">
126      <DependentUpon>PluginEditor.cs</DependentUpon>
127    </Compile>
128    <Compile Include="PluginListView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="PluginListView.Designer.cs">
132      <DependentUpon>PluginListView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="PluginView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="PluginView.Designer.cs">
138      <DependentUpon>PluginView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="ProductEditor.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="ProductEditor.Designer.cs">
144      <DependentUpon>ProductEditor.cs</DependentUpon>
145    </Compile>
146    <Compile Include="OpenProductEditorAction.cs" />
147    <Compile Include="OpenServerProductsEditMenuItem.cs" />
148    <Compile Include="IUserInterfaceItemProvider.cs" />
149    <Compile Include="MainForm.cs">
150      <SubType>Form</SubType>
151    </Compile>
152    <Compile Include="Properties\AssemblyInfo.cs" />
153  </ItemGroup>
154  <ItemGroup>
155    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
156      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
157      <Name>HeuristicLab.Common.Resources-3.2</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
160      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
161      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
164      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
165      <Name>HeuristicLab.MainForm-3.2</Name>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
168      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
169      <Name>HeuristicLab.PluginInfrastructure</Name>
170    </ProjectReference>
171  </ItemGroup>
172  <ItemGroup>
173    <None Include="Properties\AssemblyInfo.frame" />
174  </ItemGroup>
175  <ItemGroup>
176    <EmbeddedResource Include="ConnectionSetupView.resx">
177      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
178    </EmbeddedResource>
179    <EmbeddedResource Include="LicenseView.resx">
180      <DependentUpon>LicenseView.cs</DependentUpon>
181    </EmbeddedResource>
182    <EmbeddedResource Include="MainForm.resx">
183      <DependentUpon>MainForm.cs</DependentUpon>
184    </EmbeddedResource>
185    <EmbeddedResource Include="PluginComparisonView.resx">
186      <DependentUpon>PluginComparisonView.cs</DependentUpon>
187    </EmbeddedResource>
188    <EmbeddedResource Include="PluginEditor.resx">
189      <DependentUpon>PluginEditor.cs</DependentUpon>
190    </EmbeddedResource>
191    <EmbeddedResource Include="PluginListView.resx">
192      <DependentUpon>PluginListView.cs</DependentUpon>
193    </EmbeddedResource>
194    <EmbeddedResource Include="PluginView.resx">
195      <DependentUpon>PluginView.cs</DependentUpon>
196    </EmbeddedResource>
197    <EmbeddedResource Include="ProductEditor.resx">
198      <DependentUpon>ProductEditor.cs</DependentUpon>
199    </EmbeddedResource>
200  </ItemGroup>
201  <ItemGroup>
202    <None Include="HeuristicLab.snk" />
203    <None Include="HeuristicLabPluginAdministratorPlugin.cs.frame" />
204  </ItemGroup>
205  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
206  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
207       Other similar extension points exist, see Microsoft.Common.targets.
208  <Target Name="BeforeBuild">
209  </Target>
210  <Target Name="AfterBuild">
211  </Target>
212  -->
213  <PropertyGroup>
214    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
215set ProjectDir=$(ProjectDir)
216set SolutionDir=$(SolutionDir)
217set Outdir=$(Outdir)
218
219call PreBuildEvent.cmd
220SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPluginAdministratorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPluginAdministratorPlugin.cs"</PreBuildEvent>
221  </PropertyGroup>
222</Project>
Note: See TracBrowser for help on using the repository browser.