1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
3 | <PropertyGroup>
|
---|
4 | <OutputType>Library</OutputType>
|
---|
5 | <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
|
---|
6 | <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName>
|
---|
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
9 | <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
|
---|
10 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
11 | <TargetFrameworkProfile>
|
---|
12 | </TargetFrameworkProfile>
|
---|
13 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
---|
14 | <NoStdLib>False</NoStdLib>
|
---|
15 | <WarningLevel>4</WarningLevel>
|
---|
16 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
17 | <StartupObject>
|
---|
18 | </StartupObject>
|
---|
19 | <SignAssembly>true</SignAssembly>
|
---|
20 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
21 | <FileUpgradeFlags>
|
---|
22 | </FileUpgradeFlags>
|
---|
23 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
24 | <UpgradeBackupLocation />
|
---|
25 | <PublishUrl>publish\</PublishUrl>
|
---|
26 | <Install>true</Install>
|
---|
27 | <InstallFrom>Disk</InstallFrom>
|
---|
28 | <UpdateEnabled>false</UpdateEnabled>
|
---|
29 | <UpdateMode>Foreground</UpdateMode>
|
---|
30 | <UpdateInterval>7</UpdateInterval>
|
---|
31 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
32 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
33 | <UpdateRequired>false</UpdateRequired>
|
---|
34 | <MapFileExtensions>true</MapFileExtensions>
|
---|
35 | <ApplicationRevision>0</ApplicationRevision>
|
---|
36 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
37 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
38 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
39 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
---|
42 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
43 | <Optimize>False</Optimize>
|
---|
44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
45 | <DebugSymbols>true</DebugSymbols>
|
---|
46 | <DebugType>Full</DebugType>
|
---|
47 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
---|
48 | </PropertyGroup>
|
---|
49 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
---|
50 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
51 | <Optimize>True</Optimize>
|
---|
52 | <DefineConstants>TRACE</DefineConstants>
|
---|
53 | <DebugSymbols>False</DebugSymbols>
|
---|
54 | <DebugType>None</DebugType>
|
---|
55 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
---|
58 | <RegisterForComInterop>False</RegisterForComInterop>
|
---|
59 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
---|
60 | <BaseAddress>4194304</BaseAddress>
|
---|
61 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
62 | <FileAlignment>4096</FileAlignment>
|
---|
63 | </PropertyGroup>
|
---|
64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
65 | <DebugSymbols>true</DebugSymbols>
|
---|
66 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
67 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
68 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
69 | <FileAlignment>4096</FileAlignment>
|
---|
70 | <DebugType>Full</DebugType>
|
---|
71 | <PlatformTarget>x86</PlatformTarget>
|
---|
72 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
73 | </PropertyGroup>
|
---|
74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
75 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
76 | <DefineConstants>TRACE</DefineConstants>
|
---|
77 | <Optimize>true</Optimize>
|
---|
78 | <FileAlignment>4096</FileAlignment>
|
---|
79 | <DebugType>pdbonly</DebugType>
|
---|
80 | <PlatformTarget>x86</PlatformTarget>
|
---|
81 | <DocumentationFile>
|
---|
82 | </DocumentationFile>
|
---|
83 | <DebugSymbols>true</DebugSymbols>
|
---|
84 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
85 | </PropertyGroup>
|
---|
86 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
87 | <DebugSymbols>true</DebugSymbols>
|
---|
88 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
89 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
90 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
91 | <FileAlignment>4096</FileAlignment>
|
---|
92 | <DebugType>Full</DebugType>
|
---|
93 | <PlatformTarget>x64</PlatformTarget>
|
---|
94 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
95 | </PropertyGroup>
|
---|
96 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
97 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
98 | <DefineConstants>TRACE</DefineConstants>
|
---|
99 | <Optimize>true</Optimize>
|
---|
100 | <FileAlignment>4096</FileAlignment>
|
---|
101 | <DebugType>None</DebugType>
|
---|
102 | <PlatformTarget>x64</PlatformTarget>
|
---|
103 | <DocumentationFile>
|
---|
104 | </DocumentationFile>
|
---|
105 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
106 | </PropertyGroup>
|
---|
107 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
108 | <DocumentationFile>
|
---|
109 | </DocumentationFile>
|
---|
110 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
111 | </PropertyGroup>
|
---|
112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
113 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
114 | </PropertyGroup>
|
---|
115 | <ItemGroup>
|
---|
116 | <Reference Include="ICSharpCode.NRefactory, Version=3.2.1.0, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
117 | <SpecificVersion>False</SpecificVersion>
|
---|
118 | <HintPath>..\..\bin\ICSharpCode.NRefactory.dll</HintPath>
|
---|
119 | <Private>False</Private>
|
---|
120 | </Reference>
|
---|
121 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.2.1.0, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
122 | <SpecificVersion>False</SpecificVersion>
|
---|
123 | <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
124 | <Private>False</Private>
|
---|
125 | </Reference>
|
---|
126 | <Reference Include="ICSharpCode.TextEditor, Version=3.2.1.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
127 | <SpecificVersion>False</SpecificVersion>
|
---|
128 | <HintPath>..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
|
---|
129 | <Private>False</Private>
|
---|
130 | </Reference>
|
---|
131 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
132 | <SpecificVersion>False</SpecificVersion>
|
---|
133 | <HintPath>..\..\bin\Mono.Cecil.dll</HintPath>
|
---|
134 | <Private>False</Private>
|
---|
135 | </Reference>
|
---|
136 | <Reference Include="System" />
|
---|
137 | <Reference Include="System.Core">
|
---|
138 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
139 | </Reference>
|
---|
140 | <Reference Include="System.Data" />
|
---|
141 | <Reference Include="System.Drawing" />
|
---|
142 | <Reference Include="System.Windows.Forms" />
|
---|
143 | <Reference Include="System.Xml" />
|
---|
144 | </ItemGroup>
|
---|
145 | <ItemGroup>
|
---|
146 | <Compile Include="CodeCompletionData.cs" />
|
---|
147 | <EmbeddedResource Include="CodeEditor.resx">
|
---|
148 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
149 | </EmbeddedResource>
|
---|
150 | <EmbeddedResource Include="CodeViewer.resx">
|
---|
151 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
152 | </EmbeddedResource>
|
---|
153 | <Compile Include="CodeCompletionProvider.cs" />
|
---|
154 | <Compile Include="CodeCompletionKeyHandler.cs" />
|
---|
155 | <Compile Include="CodeViewer.cs">
|
---|
156 | <SubType>Form</SubType>
|
---|
157 | </Compile>
|
---|
158 | <Compile Include="CodeViewer.Designer.cs">
|
---|
159 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
160 | </Compile>
|
---|
161 | <None Include="Plugin.cs.frame" />
|
---|
162 | <Compile Include="ErrorBookmark.cs" />
|
---|
163 | <Compile Include="HostCallbackImplementation.cs" />
|
---|
164 | <Compile Include="CodeEditor.cs">
|
---|
165 | <SubType>UserControl</SubType>
|
---|
166 | </Compile>
|
---|
167 | <Compile Include="CodeEditor.Designer.cs">
|
---|
168 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
169 | </Compile>
|
---|
170 | <Compile Include="Plugin.cs" />
|
---|
171 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
172 | <Compile Include="ToolTipProvider.cs" />
|
---|
173 | </ItemGroup>
|
---|
174 | <ItemGroup>
|
---|
175 | <None Include="HeuristicLab.snk" />
|
---|
176 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
177 | </ItemGroup>
|
---|
178 | <ItemGroup>
|
---|
179 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
180 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
181 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
182 | <Private>False</Private>
|
---|
183 | </ProjectReference>
|
---|
184 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
185 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
186 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
187 | <Private>False</Private>
|
---|
188 | </ProjectReference>
|
---|
189 | </ItemGroup>
|
---|
190 | <ItemGroup>
|
---|
191 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
192 | <Visible>False</Visible>
|
---|
193 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
194 | <Install>false</Install>
|
---|
195 | </BootstrapperPackage>
|
---|
196 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
197 | <Visible>False</Visible>
|
---|
198 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
199 | <Install>true</Install>
|
---|
200 | </BootstrapperPackage>
|
---|
201 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
202 | <Visible>False</Visible>
|
---|
203 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
204 | <Install>true</Install>
|
---|
205 | </BootstrapperPackage>
|
---|
206 | </ItemGroup>
|
---|
207 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
---|
208 | <PropertyGroup>
|
---|
209 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
210 | set ProjectDir=$(ProjectDir)
|
---|
211 | set SolutionDir=$(SolutionDir)
|
---|
212 | set Outdir=$(Outdir)
|
---|
213 |
|
---|
214 | call PreBuildEvent.cmd
|
---|
215 | </PreBuildEvent>
|
---|
216 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
217 | export ProjectDir=$(ProjectDir)
|
---|
218 | export SolutionDir=$(SolutionDir)
|
---|
219 |
|
---|
220 | $SolutionDir/PreBuildEvent.sh
|
---|
221 | </PreBuildEvent>
|
---|
222 | </PropertyGroup>
|
---|
223 | </Project> |
---|