[2659] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <OutputType>Library</OutputType>
|
---|
| 4 | <RootNamespace>HeuristicLab.CodeEditor</RootNamespace>
|
---|
[3705] | 5 | <AssemblyName>HeuristicLab.CodeEditor-3.3</AssemblyName>
|
---|
[2659] | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 8 | <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
|
---|
| 9 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 10 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
---|
| 11 | <NoStdLib>False</NoStdLib>
|
---|
| 12 | <WarningLevel>4</WarningLevel>
|
---|
| 13 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
| 14 | <StartupObject>
|
---|
| 15 | </StartupObject>
|
---|
| 16 | <SignAssembly>true</SignAssembly>
|
---|
| 17 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 18 | </PropertyGroup>
|
---|
| 19 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 21 | <Optimize>False</Optimize>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <DebugSymbols>true</DebugSymbols>
|
---|
| 24 | <DebugType>Full</DebugType>
|
---|
| 25 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
---|
| 28 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 29 | <Optimize>True</Optimize>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <DebugSymbols>False</DebugSymbols>
|
---|
| 32 | <DebugType>None</DebugType>
|
---|
| 33 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
---|
| 36 | <RegisterForComInterop>False</RegisterForComInterop>
|
---|
| 37 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
---|
| 38 | <BaseAddress>4194304</BaseAddress>
|
---|
| 39 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 40 | <FileAlignment>4096</FileAlignment>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
| 44 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
| 47 | <FileAlignment>4096</FileAlignment>
|
---|
| 48 | <DebugType>Full</DebugType>
|
---|
| 49 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 52 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
| 55 | <FileAlignment>4096</FileAlignment>
|
---|
[2689] | 56 | <DebugType>pdbonly</DebugType>
|
---|
[2659] | 57 | <PlatformTarget>x86</PlatformTarget>
|
---|
[3705] | 58 | <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
|
---|
[2689] | 59 | <DebugSymbols>true</DebugSymbols>
|
---|
[2659] | 60 | </PropertyGroup>
|
---|
[2660] | 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
| 63 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
| 66 | <FileAlignment>4096</FileAlignment>
|
---|
| 67 | <DebugType>Full</DebugType>
|
---|
| 68 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 71 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 72 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 73 | <Optimize>true</Optimize>
|
---|
| 74 | <FileAlignment>4096</FileAlignment>
|
---|
| 75 | <DebugType>None</DebugType>
|
---|
| 76 | <PlatformTarget>x64</PlatformTarget>
|
---|
[3705] | 77 | <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
|
---|
[2660] | 78 | </PropertyGroup>
|
---|
[2900] | 79 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
[3705] | 80 | <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
|
---|
[2900] | 81 | </PropertyGroup>
|
---|
[2659] | 82 | <ItemGroup>
|
---|
| 83 | <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
| 84 | <SpecificVersion>False</SpecificVersion>
|
---|
| 85 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.NRefactory.dll</HintPath>
|
---|
| 86 | </Reference>
|
---|
| 87 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
| 88 | <SpecificVersion>False</SpecificVersion>
|
---|
| 89 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
| 90 | </Reference>
|
---|
| 91 | <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
| 92 | <SpecificVersion>False</SpecificVersion>
|
---|
| 93 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\ICSharpCode.TextEditor.dll</HintPath>
|
---|
| 94 | </Reference>
|
---|
[2667] | 95 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\Mono.Cecil.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
[2659] | 99 | <Reference Include="System" />
|
---|
| 100 | <Reference Include="System.Core">
|
---|
| 101 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="System.Data" />
|
---|
| 104 | <Reference Include="System.Drawing" />
|
---|
| 105 | <Reference Include="System.Windows.Forms" />
|
---|
| 106 | <Reference Include="System.Xml" />
|
---|
| 107 | </ItemGroup>
|
---|
| 108 | <ItemGroup>
|
---|
| 109 | <Compile Include="CodeCompletionData.cs" />
|
---|
| 110 | <EmbeddedResource Include="CodeEditor.resx">
|
---|
| 111 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
| 112 | </EmbeddedResource>
|
---|
| 113 | <EmbeddedResource Include="CodeViewer.resx">
|
---|
| 114 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 115 | </EmbeddedResource>
|
---|
| 116 | <Compile Include="CodeCompletionProvider.cs" />
|
---|
| 117 | <Compile Include="CodeCompletionKeyHandler.cs" />
|
---|
| 118 | <Compile Include="CodeViewer.cs">
|
---|
| 119 | <SubType>Form</SubType>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="CodeViewer.Designer.cs">
|
---|
| 122 | <DependentUpon>CodeViewer.cs</DependentUpon>
|
---|
| 123 | </Compile>
|
---|
[2911] | 124 | <None Include="HeuristicLabCodeEditorPlugin.cs.frame" />
|
---|
[2659] | 125 | <Compile Include="HeuristicLabCodeEditorPlugin.cs" />
|
---|
| 126 | <Compile Include="ErrorBookmark.cs" />
|
---|
| 127 | <Compile Include="HostCallbackImplementation.cs" />
|
---|
| 128 | <Compile Include="CodeEditor.cs">
|
---|
| 129 | <SubType>UserControl</SubType>
|
---|
| 130 | </Compile>
|
---|
| 131 | <Compile Include="CodeEditor.Designer.cs">
|
---|
| 132 | <DependentUpon>CodeEditor.cs</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 135 | <Compile Include="ToolTipProvider.cs" />
|
---|
| 136 | </ItemGroup>
|
---|
| 137 | <ItemGroup>
|
---|
| 138 | <None Include="HeuristicLab.snk" />
|
---|
| 139 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 140 | </ItemGroup>
|
---|
| 141 | <ItemGroup>
|
---|
[3702] | 142 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
[2667] | 143 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
[3702] | 144 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[2667] | 145 | </ProjectReference>
|
---|
[2659] | 146 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
|
---|
| 147 | <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
|
---|
| 148 | <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
|
---|
| 149 | </ProjectReference>
|
---|
[3832] | 150 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[2670] | 151 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 152 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[2670] | 153 | </ProjectReference>
|
---|
[2659] | 154 | </ItemGroup>
|
---|
| 155 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
---|
| 156 | <PropertyGroup>
|
---|
| 157 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 158 | set ProjectDir=$(ProjectDir)
|
---|
| 159 | set SolutionDir=$(SolutionDir)
|
---|
| 160 | set Outdir=$(Outdir)
|
---|
| 161 |
|
---|
[2911] | 162 | call PreBuildEvent.cmd
|
---|
| 163 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs"</PreBuildEvent>
|
---|
[2659] | 164 | </PropertyGroup>
|
---|
| 165 | </Project> |
---|