1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="12.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>{6F023B90-2091-40A9-8AC0-B0338DFF8E5F}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab.Problems.Programmable.Views</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.Problems.Programmable.Views-3.3</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <TargetFrameworkProfile />
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
25 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
27 | <DebugType>pdbonly</DebugType>
|
---|
28 | <Optimize>true</Optimize>
|
---|
29 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
30 | <DefineConstants>TRACE</DefineConstants>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <WarningLevel>4</WarningLevel>
|
---|
33 | <Prefer32Bit>false</Prefer32Bit>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup>
|
---|
36 | <SignAssembly>true</SignAssembly>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup>
|
---|
39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
42 | <DebugSymbols>true</DebugSymbols>
|
---|
43 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
45 | <DebugType>full</DebugType>
|
---|
46 | <PlatformTarget>x64</PlatformTarget>
|
---|
47 | <ErrorReport>prompt</ErrorReport>
|
---|
48 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
49 | </PropertyGroup>
|
---|
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
51 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
52 | <DefineConstants>TRACE</DefineConstants>
|
---|
53 | <Optimize>true</Optimize>
|
---|
54 | <DebugType>pdbonly</DebugType>
|
---|
55 | <PlatformTarget>x64</PlatformTarget>
|
---|
56 | <ErrorReport>prompt</ErrorReport>
|
---|
57 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
60 | <DebugSymbols>true</DebugSymbols>
|
---|
61 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
63 | <DebugType>full</DebugType>
|
---|
64 | <PlatformTarget>x86</PlatformTarget>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
67 | </PropertyGroup>
|
---|
68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
69 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
70 | <DefineConstants>TRACE</DefineConstants>
|
---|
71 | <Optimize>true</Optimize>
|
---|
72 | <DebugType>pdbonly</DebugType>
|
---|
73 | <PlatformTarget>x86</PlatformTarget>
|
---|
74 | <ErrorReport>prompt</ErrorReport>
|
---|
75 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
76 | </PropertyGroup>
|
---|
77 | <ItemGroup>
|
---|
78 | <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
79 | <HintPath>..\..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="Microsoft.Win32.Registry.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
82 | <HintPath>..\..\packages\Microsoft.Win32.Registry.AccessControl.4.5.0\lib\net461\Microsoft.Win32.Registry.AccessControl.dll</HintPath>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="Microsoft.Win32.SystemEvents, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
85 | <HintPath>..\..\packages\Microsoft.Win32.SystemEvents.4.5.0\lib\net461\Microsoft.Win32.SystemEvents.dll</HintPath>
|
---|
86 | </Reference>
|
---|
87 | <Reference Include="System" />
|
---|
88 | <Reference Include="System.CodeDom, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
89 | <HintPath>..\..\packages\System.CodeDom.4.5.0\lib\net461\System.CodeDom.dll</HintPath>
|
---|
90 | </Reference>
|
---|
91 | <Reference Include="System.ComponentModel.Composition" />
|
---|
92 | <Reference Include="System.Configuration" />
|
---|
93 | <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
94 | <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
|
---|
95 | </Reference>
|
---|
96 | <Reference Include="System.Core" />
|
---|
97 | <Reference Include="System.Data.Odbc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
98 | <HintPath>..\..\packages\System.Data.Odbc.4.5.0\lib\net461\System.Data.Odbc.dll</HintPath>
|
---|
99 | </Reference>
|
---|
100 | <Reference Include="System.Data.OracleClient" />
|
---|
101 | <Reference Include="System.Data.SqlClient, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
102 | <HintPath>..\..\packages\System.Data.SqlClient.4.5.0\lib\net461\System.Data.SqlClient.dll</HintPath>
|
---|
103 | </Reference>
|
---|
104 | <Reference Include="System.Diagnostics.EventLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
105 | <HintPath>..\..\packages\System.Diagnostics.EventLog.4.5.0\lib\net461\System.Diagnostics.EventLog.dll</HintPath>
|
---|
106 | </Reference>
|
---|
107 | <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
108 | <HintPath>..\..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
|
---|
109 | </Reference>
|
---|
110 | <Reference Include="System.DirectoryServices" />
|
---|
111 | <Reference Include="System.DirectoryServices.AccountManagement" />
|
---|
112 | <Reference Include="System.DirectoryServices.Protocols" />
|
---|
113 | <Reference Include="System.Drawing" />
|
---|
114 | <Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
115 | <HintPath>..\..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
|
---|
116 | </Reference>
|
---|
117 | <Reference Include="System.IdentityModel" />
|
---|
118 | <Reference Include="System.IO.FileSystem.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
119 | <HintPath>..\..\packages\System.IO.FileSystem.AccessControl.4.5.0\lib\net461\System.IO.FileSystem.AccessControl.dll</HintPath>
|
---|
120 | </Reference>
|
---|
121 | <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
122 | <HintPath>..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
---|
123 | <Private>True</Private>
|
---|
124 | <Private>True</Private>
|
---|
125 | </Reference>
|
---|
126 | <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
127 | <HintPath>..\..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath>
|
---|
128 | </Reference>
|
---|
129 | <Reference Include="System.IO.Pipes.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
130 | <HintPath>..\..\packages\System.IO.Pipes.AccessControl.4.5.0\lib\net461\System.IO.Pipes.AccessControl.dll</HintPath>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="System.IO.Ports, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
133 | <HintPath>..\..\packages\System.IO.Ports.4.5.0\lib\net461\System.IO.Ports.dll</HintPath>
|
---|
134 | </Reference>
|
---|
135 | <Reference Include="System.Management" />
|
---|
136 | <Reference Include="System.Net" />
|
---|
137 | <Reference Include="System.Runtime.Caching" />
|
---|
138 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
139 | <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
---|
140 | </Reference>
|
---|
141 | <Reference Include="System.Runtime.Serialization" />
|
---|
142 | <Reference Include="System.Security" />
|
---|
143 | <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
144 | <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
|
---|
145 | </Reference>
|
---|
146 | <Reference Include="System.Security.Cryptography.Cng, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
147 | <HintPath>..\..\packages\System.Security.Cryptography.Cng.4.5.0\lib\net47\System.Security.Cryptography.Cng.dll</HintPath>
|
---|
148 | </Reference>
|
---|
149 | <Reference Include="System.Security.Cryptography.Pkcs, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
150 | <HintPath>..\..\packages\System.Security.Cryptography.Pkcs.4.5.0\lib\net461\System.Security.Cryptography.Pkcs.dll</HintPath>
|
---|
151 | </Reference>
|
---|
152 | <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
153 | <HintPath>..\..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath>
|
---|
154 | </Reference>
|
---|
155 | <Reference Include="System.Security.Cryptography.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
156 | <HintPath>..\..\packages\System.Security.Cryptography.Xml.4.5.0\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
|
---|
157 | </Reference>
|
---|
158 | <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
159 | <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
|
---|
160 | </Reference>
|
---|
161 | <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
162 | <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
|
---|
163 | </Reference>
|
---|
164 | <Reference Include="System.ServiceModel" />
|
---|
165 | <Reference Include="System.ServiceModel.Duplex, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
166 | <HintPath>..\..\packages\System.ServiceModel.Duplex.4.4.1\lib\net461\System.ServiceModel.Duplex.dll</HintPath>
|
---|
167 | </Reference>
|
---|
168 | <Reference Include="System.ServiceModel.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
169 | <HintPath>..\..\packages\System.ServiceModel.Http.4.4.1\lib\net461\System.ServiceModel.Http.dll</HintPath>
|
---|
170 | </Reference>
|
---|
171 | <Reference Include="System.ServiceModel.NetTcp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
172 | <HintPath>..\..\packages\System.ServiceModel.NetTcp.4.4.1\lib\net461\System.ServiceModel.NetTcp.dll</HintPath>
|
---|
173 | </Reference>
|
---|
174 | <Reference Include="System.ServiceModel.Primitives, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
175 | <HintPath>..\..\packages\System.ServiceModel.Primitives.4.4.1\lib\net461\System.ServiceModel.Primitives.dll</HintPath>
|
---|
176 | </Reference>
|
---|
177 | <Reference Include="System.ServiceModel.Syndication, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
---|
178 | <HintPath>..\..\packages\System.ServiceModel.Syndication.4.5.0\lib\net461\System.ServiceModel.Syndication.dll</HintPath>
|
---|
179 | </Reference>
|
---|
180 | <Reference Include="System.ServiceProcess" />
|
---|
181 | <Reference Include="System.ServiceProcess.ServiceController, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
182 | <HintPath>..\..\packages\System.ServiceProcess.ServiceController.4.5.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath>
|
---|
183 | </Reference>
|
---|
184 | <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
185 | <HintPath>..\..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
|
---|
186 | </Reference>
|
---|
187 | <Reference Include="System.Threading.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
188 | <HintPath>..\..\packages\System.Threading.AccessControl.4.5.0\lib\net461\System.Threading.AccessControl.dll</HintPath>
|
---|
189 | </Reference>
|
---|
190 | <Reference Include="System.Transactions" />
|
---|
191 | <Reference Include="System.Windows.Forms" />
|
---|
192 | <Reference Include="System.Xml.Linq" />
|
---|
193 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
194 | <Reference Include="Microsoft.CSharp" />
|
---|
195 | <Reference Include="System.Data" />
|
---|
196 | <Reference Include="System.Xml" />
|
---|
197 | <Reference Include="WindowsBase" />
|
---|
198 | </ItemGroup>
|
---|
199 | <ItemGroup>
|
---|
200 | <Compile Include="Plugin.cs" />
|
---|
201 | <Compile Include="ProblemDefinitionScriptView.cs">
|
---|
202 | <SubType>UserControl</SubType>
|
---|
203 | </Compile>
|
---|
204 | <Compile Include="ProblemDefinitionScriptView.Designer.cs">
|
---|
205 | <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon>
|
---|
206 | </Compile>
|
---|
207 | <Compile Include="MultiObjectiveProgrammableProblemView.cs">
|
---|
208 | <SubType>UserControl</SubType>
|
---|
209 | </Compile>
|
---|
210 | <Compile Include="MultiObjectiveProgrammableProblemView.Designer.cs">
|
---|
211 | <DependentUpon>MultiObjectiveProgrammableProblemView.cs</DependentUpon>
|
---|
212 | </Compile>
|
---|
213 | <Compile Include="SingleObjectiveProgrammableProblemView.cs">
|
---|
214 | <SubType>UserControl</SubType>
|
---|
215 | </Compile>
|
---|
216 | <Compile Include="SingleObjectiveProgrammableProblemView.Designer.cs">
|
---|
217 | <DependentUpon>SingleObjectiveProgrammableProblemView.cs</DependentUpon>
|
---|
218 | </Compile>
|
---|
219 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
220 | </ItemGroup>
|
---|
221 | <ItemGroup>
|
---|
222 | <None Include="HeuristicLab.snk" />
|
---|
223 | <None Include="packages.config" />
|
---|
224 | <None Include="Plugin.cs.frame" />
|
---|
225 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
226 | </ItemGroup>
|
---|
227 | <ItemGroup>
|
---|
228 | <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.4\HeuristicLab.CodeEditor-3.4.csproj">
|
---|
229 | <Project>{c38691ae-ecb4-489a-a05d-b035554e0168}</Project>
|
---|
230 | <Name>HeuristicLab.CodeEditor-3.4</Name>
|
---|
231 | <Private>False</Private>
|
---|
232 | </ProjectReference>
|
---|
233 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
234 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
235 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
236 | <Private>False</Private>
|
---|
237 | </ProjectReference>
|
---|
238 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
239 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
240 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
241 | <Private>False</Private>
|
---|
242 | </ProjectReference>
|
---|
243 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
244 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
245 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
246 | <Private>False</Private>
|
---|
247 | </ProjectReference>
|
---|
248 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
249 | <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
|
---|
250 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
251 | <Private>False</Private>
|
---|
252 | </ProjectReference>
|
---|
253 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
254 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
255 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
256 | <Private>False</Private>
|
---|
257 | </ProjectReference>
|
---|
258 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
259 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
260 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
261 | <Private>False</Private>
|
---|
262 | </ProjectReference>
|
---|
263 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
264 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
265 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
266 | <Private>False</Private>
|
---|
267 | </ProjectReference>
|
---|
268 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
269 | <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
|
---|
270 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
271 | <Private>False</Private>
|
---|
272 | </ProjectReference>
|
---|
273 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
274 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
275 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
276 | <Private>False</Private>
|
---|
277 | </ProjectReference>
|
---|
278 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
279 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
280 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
281 | <Private>False</Private>
|
---|
282 | </ProjectReference>
|
---|
283 | <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
|
---|
284 | <Project>{ee07bff8-b23d-41f5-8ad7-ac9598d7a2c9}</Project>
|
---|
285 | <Name>HeuristicLab.Problems.Programmable-3.3</Name>
|
---|
286 | <Private>False</Private>
|
---|
287 | </ProjectReference>
|
---|
288 | <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
|
---|
289 | <Project>{0c2917c8-7aa8-4e18-800a-c4d064f992ed}</Project>
|
---|
290 | <Name>HeuristicLab.Scripting.Views-3.3</Name>
|
---|
291 | <Private>False</Private>
|
---|
292 | </ProjectReference>
|
---|
293 | <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
|
---|
294 | <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
|
---|
295 | <Name>HeuristicLab.Scripting-3.3</Name>
|
---|
296 | <Private>False</Private>
|
---|
297 | </ProjectReference>
|
---|
298 | </ItemGroup>
|
---|
299 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
300 | <PropertyGroup>
|
---|
301 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
302 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
303 | set ProjectDir=$(ProjectDir)
|
---|
304 | set SolutionDir=$(SolutionDir)
|
---|
305 | set Outdir=$(Outdir)
|
---|
306 |
|
---|
307 | call PreBuildEvent.cmd
|
---|
308 | </PreBuildEvent>
|
---|
309 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
310 | export ProjectDir=$(ProjectDir)
|
---|
311 | export SolutionDir=$(SolutionDir)
|
---|
312 |
|
---|
313 | $SolutionDir/PreBuildEvent.sh
|
---|
314 | </PreBuildEvent>
|
---|
315 | </PropertyGroup>
|
---|
316 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
317 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
318 | <Target Name="BeforeBuild">
|
---|
319 | </Target>
|
---|
320 | <Target Name="AfterBuild">
|
---|
321 | </Target>
|
---|
322 | -->
|
---|
323 | </Project> |
---|