Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj @ 10731

Last change on this file since 10731 was 10731, checked in by abeham, 10 years ago

#2136:

  • Split Script into Script and CSharpScript
  • Split ScriptView into ScriptView and CSharpScriptView
File size: 8.4 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.Scripting.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Scripting.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\</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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>..\..\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x64</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
50    <OutputPath>..\..\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>..\..\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
68    <OutputPath>..\..\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x86</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <ItemGroup>
77    <Reference Include="System" />
78    <Reference Include="System.Core" />
79    <Reference Include="System.Drawing" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml.Linq" />
82    <Reference Include="System.Data.DataSetExtensions" />
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <None Include="Plugin.cs.frame" />
88    <Compile Include="CSharpScriptView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="CSharpScriptView.Designer.cs">
92      <DependentUpon>CSharpScriptView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="ScriptView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="ScriptView.Designer.cs">
98      <DependentUpon>ScriptView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="Plugin.cs" />
101    <Compile Include="Properties\AssemblyInfo.cs" />
102    <Compile Include="VariableStoreView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="VariableStoreView.Designer.cs">
106      <DependentUpon>VariableStoreView.cs</DependentUpon>
107    </Compile>
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="HeuristicLab.snk" />
111    <None Include="Properties\AssemblyInfo.cs.frame" />
112  </ItemGroup>
113  <ItemGroup>
114    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
115      <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
116      <Name>HeuristicLab.CodeEditor-3.3</Name>
117      <Private>False</Private>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
120      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
121      <Name>HeuristicLab.Collections-3.3</Name>
122      <Private>False</Private>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
125      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
126      <Name>HeuristicLab.Common.Resources-3.3</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
130      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
131      <Name>HeuristicLab.Common-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
135      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
136      <Name>HeuristicLab.Core.Views-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
140      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
141      <Name>HeuristicLab.Core-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
145      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
146      <Name>HeuristicLab.Scripting-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
150      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
151      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
155      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
156      <Name>HeuristicLab.MainForm-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
160      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
161      <Name>HeuristicLab.Persistence-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
165      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
166      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169  </ItemGroup>
170  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
171  <PropertyGroup>
172    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
173set ProjectDir=$(ProjectDir)
174set SolutionDir=$(SolutionDir)
175set Outdir=$(Outdir)
176
177call PreBuildEvent.cmd</PreBuildEvent>
178  </PropertyGroup>
179  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
180       Other similar extension points exist, see Microsoft.Common.targets.
181  <Target Name="BeforeBuild">
182  </Target>
183  <Target Name="AfterBuild">
184  </Target>
185  -->
186</Project>
Note: See TracBrowser for help on using the repository browser.