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>{E226881D-315F-423D-B419-A766FE0D8685}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Core.Views</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Core.Views-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 | <DocumentationFile>bin\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
37 | <DebugSymbols>true</DebugSymbols>
|
---|
38 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
40 | <DebugType>full</DebugType>
|
---|
41 | <PlatformTarget>x64</PlatformTarget>
|
---|
42 | <ErrorReport>prompt</ErrorReport>
|
---|
43 | </PropertyGroup>
|
---|
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
45 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
46 | <DefineConstants>TRACE</DefineConstants>
|
---|
47 | <DocumentationFile>bin\x64\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
|
---|
48 | <Optimize>true</Optimize>
|
---|
49 | <DebugType>pdbonly</DebugType>
|
---|
50 | <PlatformTarget>x64</PlatformTarget>
|
---|
51 | <ErrorReport>prompt</ErrorReport>
|
---|
52 | </PropertyGroup>
|
---|
53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
54 | <DebugSymbols>true</DebugSymbols>
|
---|
55 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
56 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
57 | <DebugType>full</DebugType>
|
---|
58 | <PlatformTarget>x86</PlatformTarget>
|
---|
59 | <ErrorReport>prompt</ErrorReport>
|
---|
60 | </PropertyGroup>
|
---|
61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
62 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
63 | <DefineConstants>TRACE</DefineConstants>
|
---|
64 | <DocumentationFile>bin\x86\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
|
---|
65 | <Optimize>true</Optimize>
|
---|
66 | <DebugType>pdbonly</DebugType>
|
---|
67 | <PlatformTarget>x86</PlatformTarget>
|
---|
68 | <ErrorReport>prompt</ErrorReport>
|
---|
69 | </PropertyGroup>
|
---|
70 | <ItemGroup>
|
---|
71 | <Reference Include="System" />
|
---|
72 | <Reference Include="System.Core">
|
---|
73 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
74 | </Reference>
|
---|
75 | <Reference Include="System.Design" />
|
---|
76 | <Reference Include="System.Drawing" />
|
---|
77 | <Reference Include="System.Windows.Forms" />
|
---|
78 | <Reference Include="System.Xml.Linq">
|
---|
79 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="System.Data.DataSetExtensions">
|
---|
82 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="System.Data" />
|
---|
85 | <Reference Include="System.Xml" />
|
---|
86 | </ItemGroup>
|
---|
87 | <ItemGroup>
|
---|
88 | <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
|
---|
89 | <Compile Include="CheckedItemCollectionView.cs">
|
---|
90 | <SubType>UserControl</SubType>
|
---|
91 | </Compile>
|
---|
92 | <Compile Include="CheckedItemCollectionView.Designer.cs">
|
---|
93 | <DependentUpon>CheckedItemCollectionView.cs</DependentUpon>
|
---|
94 | </Compile>
|
---|
95 | <Compile Include="Clipboard.cs">
|
---|
96 | <SubType>UserControl</SubType>
|
---|
97 | </Compile>
|
---|
98 | <Compile Include="Clipboard.Designer.cs">
|
---|
99 | <DependentUpon>Clipboard.cs</DependentUpon>
|
---|
100 | </Compile>
|
---|
101 | <Compile Include="CheckedItemListView.cs">
|
---|
102 | <SubType>UserControl</SubType>
|
---|
103 | </Compile>
|
---|
104 | <Compile Include="CheckedItemListView.Designer.cs">
|
---|
105 | <DependentUpon>CheckedItemListView.cs</DependentUpon>
|
---|
106 | </Compile>
|
---|
107 | <Compile Include="LogView.cs">
|
---|
108 | <SubType>UserControl</SubType>
|
---|
109 | </Compile>
|
---|
110 | <Compile Include="LogView.Designer.cs">
|
---|
111 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
112 | </Compile>
|
---|
113 | <Compile Include="VariableValueView.cs">
|
---|
114 | <SubType>UserControl</SubType>
|
---|
115 | </Compile>
|
---|
116 | <Compile Include="VariableValueView.Designer.cs">
|
---|
117 | <DependentUpon>VariableValueView.cs</DependentUpon>
|
---|
118 | </Compile>
|
---|
119 | <Compile Include="TextDialog.cs">
|
---|
120 | <SubType>Form</SubType>
|
---|
121 | </Compile>
|
---|
122 | <Compile Include="TextDialog.Designer.cs">
|
---|
123 | <DependentUpon>TextDialog.cs</DependentUpon>
|
---|
124 | </Compile>
|
---|
125 | <Compile Include="OperatorTreeView.cs">
|
---|
126 | <SubType>UserControl</SubType>
|
---|
127 | </Compile>
|
---|
128 | <Compile Include="OperatorTreeView.Designer.cs">
|
---|
129 | <DependentUpon>OperatorTreeView.cs</DependentUpon>
|
---|
130 | </Compile>
|
---|
131 | <Compile Include="ParameterizedNamedItemView.cs">
|
---|
132 | <SubType>UserControl</SubType>
|
---|
133 | </Compile>
|
---|
134 | <Compile Include="ParameterizedNamedItemView.Designer.cs">
|
---|
135 | <DependentUpon>ParameterizedNamedItemView.cs</DependentUpon>
|
---|
136 | </Compile>
|
---|
137 | <Compile Include="ValueParameterCollectionView.cs">
|
---|
138 | <SubType>UserControl</SubType>
|
---|
139 | </Compile>
|
---|
140 | <Compile Include="ValueParameterCollectionView.Designer.cs">
|
---|
141 | <DependentUpon>ValueParameterCollectionView.cs</DependentUpon>
|
---|
142 | </Compile>
|
---|
143 | <Compile Include="ItemArrayView.cs">
|
---|
144 | <SubType>UserControl</SubType>
|
---|
145 | </Compile>
|
---|
146 | <Compile Include="ItemArrayView.Designer.cs">
|
---|
147 | <DependentUpon>ItemArrayView.cs</DependentUpon>
|
---|
148 | </Compile>
|
---|
149 | <Compile Include="CreateParameterDialog.cs">
|
---|
150 | <SubType>Form</SubType>
|
---|
151 | </Compile>
|
---|
152 | <Compile Include="CreateParameterDialog.Designer.cs">
|
---|
153 | <DependentUpon>CreateParameterDialog.cs</DependentUpon>
|
---|
154 | </Compile>
|
---|
155 | <Compile Include="EngineView.cs">
|
---|
156 | <SubType>UserControl</SubType>
|
---|
157 | </Compile>
|
---|
158 | <Compile Include="EngineView.Designer.cs">
|
---|
159 | <DependentUpon>EngineView.cs</DependentUpon>
|
---|
160 | </Compile>
|
---|
161 | <Compile Include="ItemView.cs">
|
---|
162 | <SubType>UserControl</SubType>
|
---|
163 | </Compile>
|
---|
164 | <Compile Include="ItemView.Designer.cs">
|
---|
165 | <DependentUpon>ItemView.cs</DependentUpon>
|
---|
166 | </Compile>
|
---|
167 | <Compile Include="NamedItemView.cs">
|
---|
168 | <SubType>UserControl</SubType>
|
---|
169 | </Compile>
|
---|
170 | <Compile Include="NamedItemView.Designer.cs">
|
---|
171 | <DependentUpon>NamedItemView.cs</DependentUpon>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="OperatorGraphView.cs">
|
---|
174 | <SubType>UserControl</SubType>
|
---|
175 | </Compile>
|
---|
176 | <Compile Include="OperatorGraphView.Designer.cs">
|
---|
177 | <DependentUpon>OperatorGraphView.cs</DependentUpon>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="OperatorListView.cs">
|
---|
180 | <SubType>UserControl</SubType>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="OperatorListView.Designer.cs">
|
---|
183 | <DependentUpon>OperatorListView.cs</DependentUpon>
|
---|
184 | </Compile>
|
---|
185 | <Compile Include="OperatorsSidebar.cs">
|
---|
186 | <SubType>UserControl</SubType>
|
---|
187 | </Compile>
|
---|
188 | <Compile Include="OperatorsSidebar.Designer.cs">
|
---|
189 | <DependentUpon>OperatorsSidebar.cs</DependentUpon>
|
---|
190 | </Compile>
|
---|
191 | <Compile Include="TypeSelectorDialog.cs">
|
---|
192 | <SubType>Form</SubType>
|
---|
193 | </Compile>
|
---|
194 | <Compile Include="TypeSelectorDialog.Designer.cs">
|
---|
195 | <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
|
---|
196 | </Compile>
|
---|
197 | <Compile Include="TypeSelector.cs">
|
---|
198 | <SubType>UserControl</SubType>
|
---|
199 | </Compile>
|
---|
200 | <Compile Include="TypeSelector.Designer.cs">
|
---|
201 | <DependentUpon>TypeSelector.cs</DependentUpon>
|
---|
202 | </Compile>
|
---|
203 | <Compile Include="OperatorCollectionView.cs">
|
---|
204 | <SubType>UserControl</SubType>
|
---|
205 | </Compile>
|
---|
206 | <Compile Include="OperatorCollectionView.Designer.cs">
|
---|
207 | <DependentUpon>OperatorCollectionView.cs</DependentUpon>
|
---|
208 | </Compile>
|
---|
209 | <Compile Include="OperatorSetView.cs">
|
---|
210 | <SubType>UserControl</SubType>
|
---|
211 | </Compile>
|
---|
212 | <Compile Include="OperatorSetView.Designer.cs">
|
---|
213 | <DependentUpon>OperatorSetView.cs</DependentUpon>
|
---|
214 | </Compile>
|
---|
215 | <Compile Include="ItemSetView.cs">
|
---|
216 | <SubType>UserControl</SubType>
|
---|
217 | </Compile>
|
---|
218 | <Compile Include="ItemSetView.Designer.cs">
|
---|
219 | <DependentUpon>ItemSetView.cs</DependentUpon>
|
---|
220 | </Compile>
|
---|
221 | <Compile Include="ItemCollectionView.cs">
|
---|
222 | <SubType>UserControl</SubType>
|
---|
223 | </Compile>
|
---|
224 | <Compile Include="ItemCollectionView.Designer.cs">
|
---|
225 | <DependentUpon>ItemCollectionView.cs</DependentUpon>
|
---|
226 | </Compile>
|
---|
227 | <Compile Include="ScopeListView.cs">
|
---|
228 | <SubType>UserControl</SubType>
|
---|
229 | </Compile>
|
---|
230 | <Compile Include="ScopeListView.Designer.cs">
|
---|
231 | <DependentUpon>ScopeListView.cs</DependentUpon>
|
---|
232 | </Compile>
|
---|
233 | <Compile Include="ItemListView.cs">
|
---|
234 | <SubType>UserControl</SubType>
|
---|
235 | </Compile>
|
---|
236 | <Compile Include="ItemListView.Designer.cs">
|
---|
237 | <DependentUpon>ItemListView.cs</DependentUpon>
|
---|
238 | </Compile>
|
---|
239 | <Compile Include="ScopeView.cs">
|
---|
240 | <SubType>UserControl</SubType>
|
---|
241 | </Compile>
|
---|
242 | <Compile Include="ScopeView.Designer.cs">
|
---|
243 | <DependentUpon>ScopeView.cs</DependentUpon>
|
---|
244 | </Compile>
|
---|
245 | <Compile Include="VariableCollectionView.cs">
|
---|
246 | <SubType>UserControl</SubType>
|
---|
247 | </Compile>
|
---|
248 | <Compile Include="VariableCollectionView.Designer.cs">
|
---|
249 | <DependentUpon>VariableCollectionView.cs</DependentUpon>
|
---|
250 | </Compile>
|
---|
251 | <Compile Include="ParameterCollectionView.cs">
|
---|
252 | <SubType>UserControl</SubType>
|
---|
253 | </Compile>
|
---|
254 | <Compile Include="ParameterCollectionView.Designer.cs">
|
---|
255 | <DependentUpon>ParameterCollectionView.cs</DependentUpon>
|
---|
256 | </Compile>
|
---|
257 | <Compile Include="NamedItemCollectionView.cs">
|
---|
258 | <SubType>UserControl</SubType>
|
---|
259 | </Compile>
|
---|
260 | <Compile Include="NamedItemCollectionView.Designer.cs">
|
---|
261 | <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
|
---|
262 | </Compile>
|
---|
263 | <Compile Include="HeuristicLabCoreViewsPlugin.cs" />
|
---|
264 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
265 | <Compile Include="VariableView.cs">
|
---|
266 | <SubType>UserControl</SubType>
|
---|
267 | </Compile>
|
---|
268 | <Compile Include="VariableView.Designer.cs">
|
---|
269 | <DependentUpon>VariableView.cs</DependentUpon>
|
---|
270 | </Compile>
|
---|
271 | </ItemGroup>
|
---|
272 | <ItemGroup>
|
---|
273 | <None Include="HeuristicLab.snk" />
|
---|
274 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
275 | </ItemGroup>
|
---|
276 | <ItemGroup>
|
---|
277 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
278 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
279 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
280 | </ProjectReference>
|
---|
281 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
282 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
283 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
284 | </ProjectReference>
|
---|
285 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
286 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
287 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
288 | </ProjectReference>
|
---|
289 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
290 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
291 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
292 | </ProjectReference>
|
---|
293 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
294 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
295 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
296 | </ProjectReference>
|
---|
297 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
298 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
299 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
300 | </ProjectReference>
|
---|
301 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
302 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
303 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
304 | </ProjectReference>
|
---|
305 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
306 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
307 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
308 | </ProjectReference>
|
---|
309 | </ItemGroup>
|
---|
310 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
311 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
312 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
313 | <Target Name="BeforeBuild">
|
---|
314 | </Target>
|
---|
315 | <Target Name="AfterBuild">
|
---|
316 | </Target>
|
---|
317 | -->
|
---|
318 | <PropertyGroup>
|
---|
319 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
320 | set ProjectDir=$(ProjectDir)
|
---|
321 | set SolutionDir=$(SolutionDir)
|
---|
322 | set Outdir=$(Outdir)
|
---|
323 |
|
---|
324 | call PreBuildEvent.cmd
|
---|
325 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent>
|
---|
326 | </PropertyGroup>
|
---|
327 | </Project> |
---|