Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HLScript/HeuristicLab.HLScript.Views/3.3/HeuristicLab.HLScript.Views-3.3.csproj @ 10920

Last change on this file since 10920 was 10358, checked in by jkarder, 10 years ago

#2136:

  • refactored HLScriptGeneration to separate outputs from different running HL scripts.
  • added persistence support for HLScripts and fixed cloning
  • added code completion for all types in the currently loaded assemblies
  • merged trunk changes
File size: 6.6 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  <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>{0C2917C8-7AA8-4E18-800A-C4D064F992ED}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.HLScript.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.HLScript.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</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>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Drawing" />
44    <Reference Include="System.Windows.Forms" />
45    <Reference Include="System.Xml.Linq" />
46    <Reference Include="System.Data.DataSetExtensions" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <None Include="Plugin.cs.frame" />
52    <Compile Include="HLScriptView.cs">
53      <SubType>UserControl</SubType>
54    </Compile>
55    <Compile Include="HLScriptView.Designer.cs">
56      <DependentUpon>HLScriptView.cs</DependentUpon>
57    </Compile>
58    <Compile Include="Plugin.cs" />
59    <Compile Include="Properties\AssemblyInfo.cs" />
60    <Compile Include="VariableStoreView.cs">
61      <SubType>UserControl</SubType>
62    </Compile>
63    <Compile Include="VariableStoreView.Designer.cs">
64      <DependentUpon>VariableStoreView.cs</DependentUpon>
65    </Compile>
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="HeuristicLab.snk" />
69    <None Include="Properties\AssemblyInfo.cs.frame" />
70  </ItemGroup>
71  <ItemGroup>
72    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
73      <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
74      <Name>HeuristicLab.CodeEditor-3.3</Name>
75      <Private>False</Private>
76    </ProjectReference>
77    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
78      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
79      <Name>HeuristicLab.Collections-3.3</Name>
80      <Private>False</Private>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
83      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
84      <Name>HeuristicLab.Common.Resources-3.3</Name>
85      <Private>False</Private>
86    </ProjectReference>
87    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
88      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
89      <Name>HeuristicLab.Common-3.3</Name>
90      <Private>False</Private>
91    </ProjectReference>
92    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
93      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
94      <Name>HeuristicLab.Core.Views-3.3</Name>
95      <Private>False</Private>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
98      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
99      <Name>HeuristicLab.Core-3.3</Name>
100      <Private>False</Private>
101    </ProjectReference>
102    <ProjectReference Include="..\..\HeuristicLab.HLScript\3.3\HeuristicLab.HLScript-3.3.csproj">
103      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
104      <Name>HeuristicLab.HLScript-3.3</Name>
105      <Private>False</Private>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
108      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
109      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
110      <Private>False</Private>
111    </ProjectReference>
112    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
113      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
114      <Name>HeuristicLab.MainForm-3.3</Name>
115      <Private>False</Private>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
118      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
119      <Name>HeuristicLab.Persistence-3.3</Name>
120      <Private>False</Private>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
123      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
124      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
125      <Private>False</Private>
126    </ProjectReference>
127  </ItemGroup>
128  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129  <PropertyGroup>
130    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
131set ProjectDir=$(ProjectDir)
132set SolutionDir=$(SolutionDir)
133set Outdir=$(Outdir)
134
135call PreBuildEvent.cmd</PreBuildEvent>
136  </PropertyGroup>
137  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138       Other similar extension points exist, see Microsoft.Common.targets.
139  <Target Name="BeforeBuild">
140  </Target>
141  <Target Name="AfterBuild">
142  </Target>
143  -->
144</Project>
Note: See TracBrowser for help on using the repository browser.