1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
4 | <PropertyGroup>
|
---|
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
7 | <ProjectGuid>{7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab.PluginInfrastructure.UI</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.PluginInfrastructure.UI</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | </PropertyGroup>
|
---|
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
16 | <DebugSymbols>true</DebugSymbols>
|
---|
17 | <DebugType>full</DebugType>
|
---|
18 | <Optimize>false</Optimize>
|
---|
19 | <OutputPath>..\bin\</OutputPath>
|
---|
20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
21 | <ErrorReport>prompt</ErrorReport>
|
---|
22 | <WarningLevel>4</WarningLevel>
|
---|
23 | </PropertyGroup>
|
---|
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
25 | <DebugType>pdbonly</DebugType>
|
---|
26 | <Optimize>true</Optimize>
|
---|
27 | <OutputPath>..\bin\</OutputPath>
|
---|
28 | <DefineConstants>TRACE</DefineConstants>
|
---|
29 | <ErrorReport>prompt</ErrorReport>
|
---|
30 | <WarningLevel>4</WarningLevel>
|
---|
31 | </PropertyGroup>
|
---|
32 | <PropertyGroup>
|
---|
33 | <SignAssembly>true</SignAssembly>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup>
|
---|
36 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
37 | </PropertyGroup>
|
---|
38 | <ItemGroup>
|
---|
39 | <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
40 | <HintPath>..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
|
---|
41 | </Reference>
|
---|
42 | <Reference Include="Microsoft.Win32.Registry.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
43 | <HintPath>..\packages\Microsoft.Win32.Registry.AccessControl.4.5.0\lib\net461\Microsoft.Win32.Registry.AccessControl.dll</HintPath>
|
---|
44 | </Reference>
|
---|
45 | <Reference Include="Microsoft.Win32.SystemEvents, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
46 | <HintPath>..\packages\Microsoft.Win32.SystemEvents.4.5.0\lib\net461\Microsoft.Win32.SystemEvents.dll</HintPath>
|
---|
47 | </Reference>
|
---|
48 | <Reference Include="System" />
|
---|
49 | <Reference Include="System.CodeDom, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
50 | <HintPath>..\packages\System.CodeDom.4.5.0\lib\net461\System.CodeDom.dll</HintPath>
|
---|
51 | </Reference>
|
---|
52 | <Reference Include="System.ComponentModel.Composition" />
|
---|
53 | <Reference Include="System.Configuration" />
|
---|
54 | <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
55 | <HintPath>..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
|
---|
56 | </Reference>
|
---|
57 | <Reference Include="System.Core" />
|
---|
58 | <Reference Include="System.Data.Odbc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
59 | <HintPath>..\packages\System.Data.Odbc.4.5.0\lib\net461\System.Data.Odbc.dll</HintPath>
|
---|
60 | </Reference>
|
---|
61 | <Reference Include="System.Data.OracleClient" />
|
---|
62 | <Reference Include="System.Data.SqlClient, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
63 | <HintPath>..\packages\System.Data.SqlClient.4.5.0\lib\net461\System.Data.SqlClient.dll</HintPath>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="System.Diagnostics.EventLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
66 | <HintPath>..\packages\System.Diagnostics.EventLog.4.5.0\lib\net461\System.Diagnostics.EventLog.dll</HintPath>
|
---|
67 | </Reference>
|
---|
68 | <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
69 | <HintPath>..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
|
---|
70 | </Reference>
|
---|
71 | <Reference Include="System.DirectoryServices" />
|
---|
72 | <Reference Include="System.DirectoryServices.AccountManagement" />
|
---|
73 | <Reference Include="System.DirectoryServices.Protocols" />
|
---|
74 | <Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
75 | <HintPath>..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
|
---|
76 | </Reference>
|
---|
77 | <Reference Include="System.IdentityModel" />
|
---|
78 | <Reference Include="System.IO.FileSystem.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
79 | <HintPath>..\packages\System.IO.FileSystem.AccessControl.4.5.0\lib\net461\System.IO.FileSystem.AccessControl.dll</HintPath>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
82 | <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
85 | <HintPath>..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath>
|
---|
86 | </Reference>
|
---|
87 | <Reference Include="System.IO.Pipes.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
88 | <HintPath>..\packages\System.IO.Pipes.AccessControl.4.5.0\lib\net461\System.IO.Pipes.AccessControl.dll</HintPath>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="System.IO.Ports, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
91 | <HintPath>..\packages\System.IO.Ports.4.5.0\lib\net461\System.IO.Ports.dll</HintPath>
|
---|
92 | </Reference>
|
---|
93 | <Reference Include="System.Management" />
|
---|
94 | <Reference Include="System.Net" />
|
---|
95 | <Reference Include="System.Runtime.Caching" />
|
---|
96 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
97 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
---|
98 | </Reference>
|
---|
99 | <Reference Include="System.Runtime.Serialization" />
|
---|
100 | <Reference Include="System.Security" />
|
---|
101 | <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
102 | <HintPath>..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
|
---|
103 | </Reference>
|
---|
104 | <Reference Include="System.Security.Cryptography.Cng, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
105 | <HintPath>..\packages\System.Security.Cryptography.Cng.4.5.0\lib\net47\System.Security.Cryptography.Cng.dll</HintPath>
|
---|
106 | </Reference>
|
---|
107 | <Reference Include="System.Security.Cryptography.Pkcs, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
108 | <HintPath>..\packages\System.Security.Cryptography.Pkcs.4.5.0\lib\net461\System.Security.Cryptography.Pkcs.dll</HintPath>
|
---|
109 | </Reference>
|
---|
110 | <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
111 | <HintPath>..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="System.Security.Cryptography.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
114 | <HintPath>..\packages\System.Security.Cryptography.Xml.4.5.0\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
117 | <HintPath>..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
|
---|
118 | </Reference>
|
---|
119 | <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
120 | <HintPath>..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
|
---|
121 | </Reference>
|
---|
122 | <Reference Include="System.ServiceModel" />
|
---|
123 | <Reference Include="System.ServiceModel.Duplex, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
124 | <HintPath>..\packages\System.ServiceModel.Duplex.4.4.1\lib\net461\System.ServiceModel.Duplex.dll</HintPath>
|
---|
125 | </Reference>
|
---|
126 | <Reference Include="System.ServiceModel.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
127 | <HintPath>..\packages\System.ServiceModel.Http.4.4.1\lib\net461\System.ServiceModel.Http.dll</HintPath>
|
---|
128 | </Reference>
|
---|
129 | <Reference Include="System.ServiceModel.NetTcp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
130 | <HintPath>..\packages\System.ServiceModel.NetTcp.4.4.1\lib\net461\System.ServiceModel.NetTcp.dll</HintPath>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="System.ServiceModel.Primitives, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
133 | <HintPath>..\packages\System.ServiceModel.Primitives.4.4.1\lib\net461\System.ServiceModel.Primitives.dll</HintPath>
|
---|
134 | </Reference>
|
---|
135 | <Reference Include="System.ServiceModel.Syndication, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
136 | <HintPath>..\packages\System.ServiceModel.Syndication.4.5.0\lib\net461\System.ServiceModel.Syndication.dll</HintPath>
|
---|
137 | </Reference>
|
---|
138 | <Reference Include="System.ServiceProcess" />
|
---|
139 | <Reference Include="System.ServiceProcess.ServiceController, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
140 | <HintPath>..\packages\System.ServiceProcess.ServiceController.4.5.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath>
|
---|
141 | </Reference>
|
---|
142 | <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
143 | <HintPath>..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
|
---|
144 | </Reference>
|
---|
145 | <Reference Include="System.Threading.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
146 | <HintPath>..\packages\System.Threading.AccessControl.4.5.0\lib\net461\System.Threading.AccessControl.dll</HintPath>
|
---|
147 | </Reference>
|
---|
148 | <Reference Include="System.Transactions" />
|
---|
149 | <Reference Include="System.Xml.Linq" />
|
---|
150 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
151 | <Reference Include="Microsoft.CSharp" />
|
---|
152 | <Reference Include="System.Data" />
|
---|
153 | <Reference Include="System.Drawing" />
|
---|
154 | <Reference Include="System.Windows.Forms" />
|
---|
155 | <Reference Include="System.Xml" />
|
---|
156 | <Reference Include="WindowsBase" />
|
---|
157 | </ItemGroup>
|
---|
158 | <ItemGroup>
|
---|
159 | <Compile Include="AboutDialog.cs">
|
---|
160 | <SubType>Form</SubType>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="AboutDialog.Designer.cs">
|
---|
163 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
164 | </Compile>
|
---|
165 | <Compile Include="FrameworkVersionErrorDialog.cs">
|
---|
166 | <SubType>Form</SubType>
|
---|
167 | </Compile>
|
---|
168 | <Compile Include="FrameworkVersionErrorDialog.Designer.cs">
|
---|
169 | <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
|
---|
170 | </Compile>
|
---|
171 | <Compile Include="PluginInformationDialog.cs">
|
---|
172 | <SubType>Form</SubType>
|
---|
173 | </Compile>
|
---|
174 | <Compile Include="PluginInformationDialog.Designer.cs">
|
---|
175 | <DependentUpon>PluginInformationDialog.cs</DependentUpon>
|
---|
176 | </Compile>
|
---|
177 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
178 | <Compile Include="Resources.Designer.cs" />
|
---|
179 | <Compile Include="SplashScreen.cs">
|
---|
180 | <SubType>Form</SubType>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="SplashScreen.Designer.cs">
|
---|
183 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
184 | </Compile>
|
---|
185 | <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
|
---|
186 | </ItemGroup>
|
---|
187 | <ItemGroup>
|
---|
188 | <EmbeddedResource Include="Resources\Error.ico" />
|
---|
189 | <EmbeddedResource Include="Resources\HeuristicLab.ico" />
|
---|
190 | <EmbeddedResource Include="Resources\HeuristicLabBanner.png" />
|
---|
191 | <EmbeddedResource Include="Resources\HeuristicLabLogo.png" />
|
---|
192 | <EmbeddedResource Include="Resources\show_details.png" />
|
---|
193 | <EmbeddedResource Include="Resources\show_icons.png" />
|
---|
194 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
|
---|
195 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
|
---|
196 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
|
---|
197 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_File.png" />
|
---|
198 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
|
---|
199 | </ItemGroup>
|
---|
200 | <ItemGroup>
|
---|
201 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
202 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
203 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
204 | <Private>False</Private>
|
---|
205 | </ProjectReference>
|
---|
206 | </ItemGroup>
|
---|
207 | <ItemGroup>
|
---|
208 | <EmbeddedResource Include="Resources.resx" />
|
---|
209 | </ItemGroup>
|
---|
210 | <ItemGroup>
|
---|
211 | <None Include="HeuristicLab.snk" />
|
---|
212 | <None Include="packages.config" />
|
---|
213 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
214 | </ItemGroup>
|
---|
215 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
216 | <PropertyGroup>
|
---|
217 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
218 | set ProjectDir=$(ProjectDir)
|
---|
219 | set SolutionDir=$(SolutionDir)
|
---|
220 | set Outdir=$(Outdir)
|
---|
221 |
|
---|
222 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
223 | </PropertyGroup>
|
---|
224 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
225 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
226 | <Target Name="BeforeBuild">
|
---|
227 | </Target>
|
---|
228 | <Target Name="AfterBuild">
|
---|
229 | </Target>
|
---|
230 | -->
|
---|
231 | </Project> |
---|