Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3437 was 3437, checked in by mkommend, 14 years ago

incremented plugin version HeuristicLab.MainForm and HeuristicLab.MainForm.WindowsForms to 3.3 (ticket #983)

File size: 9.6 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="ConnectionPropertiesAction.cs" />
95    <Compile Include="ConnectionPropertiesMenuItem.cs" />
96    <Compile Include="ConnectionPropertiesView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="ConnectionPropertiesView.Designer.cs">
100      <DependentUpon>ConnectionPropertiesView.cs</DependentUpon>
101    </Compile>
102    <Compile Include="EditProductsAction.cs" />
103    <Compile Include="EditProductsMenuItem.cs" />
104    <Compile Include="HeuristicLabPluginAdministratorApplication.cs" />
105    <Compile Include="HeuristicLabPluginAdministratorPlugin.cs" />
106    <Compile Include="LicenseView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="LicenseView.Designer.cs">
110      <DependentUpon>LicenseView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="MultiSelectListView.cs">
113      <SubType>Component</SubType>
114    </Compile>
115    <Compile Include="MultiSelectListView.Designer.cs">
116      <DependentUpon>MultiSelectListView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="PluginComparisonView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="PluginComparisonView.Designer.cs">
122      <DependentUpon>PluginComparisonView.cs</DependentUpon>
123    </Compile>
124    <Compile Include="PluginEditor.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="PluginEditor.Designer.cs">
128      <DependentUpon>PluginEditor.cs</DependentUpon>
129    </Compile>
130    <Compile Include="PluginListView.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="PluginListView.Designer.cs">
134      <DependentUpon>PluginListView.cs</DependentUpon>
135    </Compile>
136    <Compile Include="PluginView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="PluginView.Designer.cs">
140      <DependentUpon>PluginView.cs</DependentUpon>
141    </Compile>
142    <Compile Include="ProductEditor.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="ProductEditor.Designer.cs">
146      <DependentUpon>ProductEditor.cs</DependentUpon>
147    </Compile>
148    <Compile Include="IUserInterfaceItemProvider.cs" />
149    <Compile Include="MainForm.cs">
150      <SubType>Form</SubType>
151    </Compile>
152    <Compile Include="Properties\AssemblyInfo.cs" />
153    <Compile Include="UploadPluginsAction.cs" />
154    <Compile Include="UploadPluginsMenuItem.cs" />
155  </ItemGroup>
156  <ItemGroup>
157    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
158      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
159      <Name>HeuristicLab.Common.Resources-3.2</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
162      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
163      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
166      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
167      <Name>HeuristicLab.MainForm-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
170      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
171      <Name>HeuristicLab.PluginInfrastructure</Name>
172    </ProjectReference>
173  </ItemGroup>
174  <ItemGroup>
175    <None Include="Properties\AssemblyInfo.frame" />
176  </ItemGroup>
177  <ItemGroup>
178    <EmbeddedResource Include="ConnectionPropertiesView.resx">
179      <DependentUpon>ConnectionPropertiesView.cs</DependentUpon>
180    </EmbeddedResource>
181    <EmbeddedResource Include="LicenseView.resx">
182      <DependentUpon>LicenseView.cs</DependentUpon>
183    </EmbeddedResource>
184    <EmbeddedResource Include="MainForm.resx">
185      <DependentUpon>MainForm.cs</DependentUpon>
186    </EmbeddedResource>
187    <EmbeddedResource Include="PluginComparisonView.resx">
188      <DependentUpon>PluginComparisonView.cs</DependentUpon>
189    </EmbeddedResource>
190    <EmbeddedResource Include="PluginEditor.resx">
191      <DependentUpon>PluginEditor.cs</DependentUpon>
192    </EmbeddedResource>
193    <EmbeddedResource Include="PluginListView.resx">
194      <DependentUpon>PluginListView.cs</DependentUpon>
195    </EmbeddedResource>
196    <EmbeddedResource Include="PluginView.resx">
197      <DependentUpon>PluginView.cs</DependentUpon>
198    </EmbeddedResource>
199    <EmbeddedResource Include="ProductEditor.resx">
200      <DependentUpon>ProductEditor.cs</DependentUpon>
201    </EmbeddedResource>
202  </ItemGroup>
203  <ItemGroup>
204    <None Include="HeuristicLab.snk" />
205    <None Include="HeuristicLabPluginAdministratorPlugin.cs.frame" />
206  </ItemGroup>
207  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
208  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
209       Other similar extension points exist, see Microsoft.Common.targets.
210  <Target Name="BeforeBuild">
211  </Target>
212  <Target Name="AfterBuild">
213  </Target>
214  -->
215  <PropertyGroup>
216    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
217set ProjectDir=$(ProjectDir)
218set SolutionDir=$(SolutionDir)
219set Outdir=$(Outdir)
220
221call PreBuildEvent.cmd
222SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPluginAdministratorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPluginAdministratorPlugin.cs"</PreBuildEvent>
223  </PropertyGroup>
224</Project>
Note: See TracBrowser for help on using the repository browser.