Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj @ 3443

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

forgot to adapt HL.Operators.Programmable (ticket #983)

File size: 9.0 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Operators.Programmable</RootNamespace>
11    <AssemblyName>HeuristicLab.Operators.Programmable-3.3</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.3.xml</DocumentationFile>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x86\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>bin\x86\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.2.XML</DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
65    <OutputPath>bin\x64\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.2.XML</DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="System" />
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Data" />
79    <Reference Include="System.Data.Linq">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Drawing" />
83    <Reference Include="System.Windows.Forms" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <None Include="HeuristicLabOperatorsProgrammablePlugin.cs.frame" />
88    <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
89    <Compile Include="ProgrammableOperator.cs" />
90    <Compile Include="ProgrammableOperatorView.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="ProgrammableOperatorView.Designer.cs">
94      <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
95    </Compile>
96    <Compile Include="Properties\AssemblyInfo.cs" />
97  </ItemGroup>
98  <ItemGroup>
99    <None Include="HeuristicLab.snk" />
100    <None Include="Properties\AssemblyInfo.frame" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.2\HeuristicLab.CodeEditor-3.2.csproj">
104      <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
105      <Name>HeuristicLab.CodeEditor-3.2</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
108      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
109      <Name>HeuristicLab.Collections-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
112      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
113      <Name>HeuristicLab.Common.Resources-3.2</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
116      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
117      <Name>HeuristicLab.Common-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
120      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
121      <Name>HeuristicLab.Core.Views-3.3</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
124      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
125      <Name>HeuristicLab.Core-3.3</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
128      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
129      <Name>HeuristicLab.Data-3.3</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
132      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
133      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
136      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
137      <Name>HeuristicLab.MainForm-3.3</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
140      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
141      <Name>HeuristicLab.Operators.Views-3.3</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
144      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
145      <Name>HeuristicLab.Operators-3.3</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
148      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
149      <Name>HeuristicLab.Parameters.Views-3.3</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
152      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
153      <Name>HeuristicLab.Parameters-3.3</Name>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
156      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
157      <Name>HeuristicLab.Persistence-3.3</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
160      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
161      <Name>HeuristicLab.PluginInfrastructure</Name>
162    </ProjectReference>
163  </ItemGroup>
164  <ItemGroup>
165    <EmbeddedResource Include="ProgrammableOperatorView.resx">
166      <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
167      <SubType>Designer</SubType>
168    </EmbeddedResource>
169  </ItemGroup>
170  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
171  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172       Other similar extension points exist, see Microsoft.Common.targets.
173  <Target Name="BeforeBuild">
174  </Target>
175  <Target Name="AfterBuild">
176  </Target>
177  -->
178  <PropertyGroup>
179    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
180set ProjectDir=$(ProjectDir)
181set SolutionDir=$(SolutionDir)
182set Outdir=$(Outdir)
183
184call PreBuildEvent.cmd
185SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs"</PreBuildEvent>
186  </PropertyGroup>
187</Project>
Note: See TracBrowser for help on using the repository browser.