1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.SharpDevelop</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.SharpDevelop-3.1.1.5327</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <SignAssembly>true</SignAssembly>
|
---|
16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
19 | <DebugSymbols>true</DebugSymbols>
|
---|
20 | <DebugType>full</DebugType>
|
---|
21 | <Optimize>false</Optimize>
|
---|
22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
24 | <ErrorReport>prompt</ErrorReport>
|
---|
25 | <WarningLevel>4</WarningLevel>
|
---|
26 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
27 | </PropertyGroup>
|
---|
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
29 | <DebugType>pdbonly</DebugType>
|
---|
30 | <Optimize>true</Optimize>
|
---|
31 | <OutputPath>bin\Release\</OutputPath>
|
---|
32 | <DefineConstants>TRACE</DefineConstants>
|
---|
33 | <ErrorReport>prompt</ErrorReport>
|
---|
34 | <WarningLevel>4</WarningLevel>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
37 | <DebugSymbols>true</DebugSymbols>
|
---|
38 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
40 | <DebugType>full</DebugType>
|
---|
41 | <PlatformTarget>x86</PlatformTarget>
|
---|
42 | <ErrorReport>prompt</ErrorReport>
|
---|
43 | </PropertyGroup>
|
---|
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
45 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
46 | <DefineConstants>TRACE</DefineConstants>
|
---|
47 | <Optimize>true</Optimize>
|
---|
48 | <DebugType>pdbonly</DebugType>
|
---|
49 | <PlatformTarget>x86</PlatformTarget>
|
---|
50 | <ErrorReport>prompt</ErrorReport>
|
---|
51 | </PropertyGroup>
|
---|
52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
53 | <DebugSymbols>true</DebugSymbols>
|
---|
54 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
55 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
56 | <DebugType>full</DebugType>
|
---|
57 | <PlatformTarget>x64</PlatformTarget>
|
---|
58 | <ErrorReport>prompt</ErrorReport>
|
---|
59 | </PropertyGroup>
|
---|
60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
61 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
62 | <DefineConstants>TRACE</DefineConstants>
|
---|
63 | <Optimize>true</Optimize>
|
---|
64 | <DebugType>pdbonly</DebugType>
|
---|
65 | <PlatformTarget>x64</PlatformTarget>
|
---|
66 | <ErrorReport>prompt</ErrorReport>
|
---|
67 | </PropertyGroup>
|
---|
68 | <ItemGroup>
|
---|
69 | <Reference Include="ICSharpCode.NRefactory, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL">
|
---|
70 | <SpecificVersion>False</SpecificVersion>
|
---|
71 | <HintPath>.\ICSharpCode.NRefactory.dll</HintPath>
|
---|
72 | </Reference>
|
---|
73 | <Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
---|
74 | <SpecificVersion>False</SpecificVersion>
|
---|
75 | <HintPath>.\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
---|
76 | </Reference>
|
---|
77 | <Reference Include="ICSharpCode.TextEditor, Version=3.1.1.5327, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
---|
78 | <SpecificVersion>False</SpecificVersion>
|
---|
79 | <HintPath>.\ICSharpCode.TextEditor.dll</HintPath>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="Mono.Cecil, Version=0.6.9.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
---|
82 | <SpecificVersion>False</SpecificVersion>
|
---|
83 | <HintPath>.\Mono.Cecil.dll</HintPath>
|
---|
84 | </Reference>
|
---|
85 | <Reference Include="System" />
|
---|
86 | <Reference Include="System.Core">
|
---|
87 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
88 | </Reference>
|
---|
89 | <Reference Include="System.Xml.Linq">
|
---|
90 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
91 | </Reference>
|
---|
92 | <Reference Include="System.Data.DataSetExtensions">
|
---|
93 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
94 | </Reference>
|
---|
95 | <Reference Include="System.Data" />
|
---|
96 | <Reference Include="System.Xml" />
|
---|
97 | </ItemGroup>
|
---|
98 | <ItemGroup>
|
---|
99 | <Compile Include="HeuristicLabSharpDevelopPlugin.cs" />
|
---|
100 | <None Include="HeuristicLab.snk" />
|
---|
101 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
102 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
103 | </ItemGroup>
|
---|
104 | <ItemGroup>
|
---|
105 | <Content Include="ICSharpCode.NRefactory.dll">
|
---|
106 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
107 | </Content>
|
---|
108 | <Content Include="ICSharpCode.SharpDevelop.Dom.dll">
|
---|
109 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
110 | </Content>
|
---|
111 | <Content Include="ICSharpCode.TextEditor.dll">
|
---|
112 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
113 | </Content>
|
---|
114 | <Content Include="SharpDevelop License.txt">
|
---|
115 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
116 | </Content>
|
---|
117 | <Content Include="Mono License.txt">
|
---|
118 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
119 | </Content>
|
---|
120 | <Content Include="Mono.Cecil.dll">
|
---|
121 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
122 | </Content>
|
---|
123 | </ItemGroup>
|
---|
124 | <ItemGroup>
|
---|
125 | <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
126 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
127 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
128 | </ProjectReference>
|
---|
129 | </ItemGroup>
|
---|
130 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
131 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
132 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
133 | <Target Name="BeforeBuild">
|
---|
134 | </Target>
|
---|
135 | <Target Name="AfterBuild">
|
---|
136 | </Target>
|
---|
137 | -->
|
---|
138 | <PropertyGroup>
|
---|
139 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
140 | set ProjectDir=$(ProjectDir)
|
---|
141 | set SolutionDir=$(SolutionDir)
|
---|
142 | set Outdir=$(Outdir)
|
---|
143 |
|
---|
144 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
145 | </PropertyGroup>
|
---|
146 | </Project> |
---|