Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Operators.Programmable.Views/3.3/HeuristicLab.Operators.Programmable.Views-3.3.csproj

Last change on this file was 17097, checked in by mkommend, 5 years ago

#2520: Merged 16565 - 16579 into stable.

File size: 11.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{8C426FA3-6614-412C-B669-BCE58DB9710E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Operators.Programmable.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Operators.Programmable.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>..\..\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Operators.Programmable.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <Prefer32Bit>false</Prefer32Bit>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
58    <OutputPath>..\..\bin\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Operators.Programmable.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
72    <Prefer32Bit>false</Prefer32Bit>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>..\..\bin\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Operators.Programmable.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
81    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
82    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
85    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
86    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
87    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
88    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
89    <Prefer32Bit>false</Prefer32Bit>
90  </PropertyGroup>
91  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
92    <OutputPath>..\..\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Operators.Programmable.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
98    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
99    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
100    <ErrorReport>prompt</ErrorReport>
101    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
102    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
103    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
104    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
106    <Prefer32Bit>false</Prefer32Bit>
107  </PropertyGroup>
108  <ItemGroup>
109    <Reference Include="System" />
110    <Reference Include="System.Core" />
111    <Reference Include="System.Drawing" />
112    <Reference Include="System.Windows.Forms" />
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="Plugin.cs" />
116    <Compile Include="ProgrammableOperatorView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="ProgrammableOperatorView.Designer.cs">
120      <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <None Include="Properties\AssemblyInfo.cs.frame" />
124  </ItemGroup>
125  <ItemGroup>
126    <None Include="HeuristicLab.snk" />
127    <None Include="Plugin.cs.frame" />
128  </ItemGroup>
129  <ItemGroup>
130    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.4\HeuristicLab.CodeEditor-3.4.csproj">
131      <Project>{C38691AE-ECB4-489A-A05D-B035554E0168}</Project>
132      <Name>HeuristicLab.CodeEditor-3.4</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
136      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
137      <Name>HeuristicLab.Collections-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
141      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
142      <Name>HeuristicLab.Common.Resources-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
146      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
147      <Name>HeuristicLab.Common-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
151      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
152      <Name>HeuristicLab.Core.Views-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
156      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
157      <Name>HeuristicLab.Core-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
161      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
162      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
163      <Private>False</Private>
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      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
171      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
172      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
176      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
177      <Name>HeuristicLab.Operators-3.3</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
181      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
182      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185  </ItemGroup>
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <PropertyGroup>
188    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
189set ProjectDir=$(ProjectDir)
190set SolutionDir=$(SolutionDir)
191set Outdir=$(Outdir)
192
193call PreBuildEvent.cmd
194</PreBuildEvent>
195    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
196export ProjectDir=$(ProjectDir)
197export SolutionDir=$(SolutionDir)
198
199$SolutionDir/PreBuildEvent.sh
200</PreBuildEvent>
201  </PropertyGroup>
202  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
203       Other similar extension points exist, see Microsoft.Common.targets.
204  <Target Name="BeforeBuild">
205  </Target>
206  <Target Name="AfterBuild">
207  </Target>
208  -->
209</Project>
Note: See TracBrowser for help on using the repository browser.