[13338] | 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>{7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.PluginInfrastructure.UI</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.PluginInfrastructure.UI</AssemblyName>
|
---|
[16144] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[13338] | 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 16 | <DebugSymbols>true</DebugSymbols>
|
---|
| 17 | <DebugType>full</DebugType>
|
---|
| 18 | <Optimize>false</Optimize>
|
---|
[13360] | 19 | <OutputPath>..\bin\</OutputPath>
|
---|
[13338] | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
| 23 | </PropertyGroup>
|
---|
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 25 | <DebugType>pdbonly</DebugType>
|
---|
| 26 | <Optimize>true</Optimize>
|
---|
[13360] | 27 | <OutputPath>..\bin\</OutputPath>
|
---|
[13338] | 28 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 29 | <ErrorReport>prompt</ErrorReport>
|
---|
| 30 | <WarningLevel>4</WarningLevel>
|
---|
| 31 | </PropertyGroup>
|
---|
| 32 | <PropertyGroup>
|
---|
| 33 | <SignAssembly>true</SignAssembly>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup>
|
---|
| 36 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <ItemGroup>
|
---|
| 39 | <Reference Include="System" />
|
---|
| 40 | <Reference Include="System.Core" />
|
---|
| 41 | <Reference Include="System.Xml.Linq" />
|
---|
| 42 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 43 | <Reference Include="Microsoft.CSharp" />
|
---|
| 44 | <Reference Include="System.Data" />
|
---|
| 45 | <Reference Include="System.Drawing" />
|
---|
| 46 | <Reference Include="System.Windows.Forms" />
|
---|
| 47 | <Reference Include="System.Xml" />
|
---|
| 48 | </ItemGroup>
|
---|
| 49 | <ItemGroup>
|
---|
| 50 | <Compile Include="AboutDialog.cs">
|
---|
| 51 | <SubType>Form</SubType>
|
---|
| 52 | </Compile>
|
---|
| 53 | <Compile Include="AboutDialog.Designer.cs">
|
---|
| 54 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
| 55 | </Compile>
|
---|
| 56 | <Compile Include="FrameworkVersionErrorDialog.cs">
|
---|
| 57 | <SubType>Form</SubType>
|
---|
| 58 | </Compile>
|
---|
| 59 | <Compile Include="FrameworkVersionErrorDialog.Designer.cs">
|
---|
| 60 | <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
|
---|
| 61 | </Compile>
|
---|
[13360] | 62 | <Compile Include="PluginInformationDialog.cs">
|
---|
| 63 | <SubType>Form</SubType>
|
---|
| 64 | </Compile>
|
---|
| 65 | <Compile Include="PluginInformationDialog.Designer.cs">
|
---|
| 66 | <DependentUpon>PluginInformationDialog.cs</DependentUpon>
|
---|
| 67 | </Compile>
|
---|
[13338] | 68 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 69 | <Compile Include="Resources.Designer.cs" />
|
---|
| 70 | <Compile Include="SplashScreen.cs">
|
---|
| 71 | <SubType>Form</SubType>
|
---|
| 72 | </Compile>
|
---|
| 73 | <Compile Include="SplashScreen.Designer.cs">
|
---|
| 74 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
| 75 | </Compile>
|
---|
| 76 | <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
|
---|
| 77 | </ItemGroup>
|
---|
| 78 | <ItemGroup>
|
---|
| 79 | <EmbeddedResource Include="Resources\Error.ico" />
|
---|
| 80 | <EmbeddedResource Include="Resources\HeuristicLab.ico" />
|
---|
| 81 | <EmbeddedResource Include="Resources\HeuristicLabBanner.png" />
|
---|
| 82 | <EmbeddedResource Include="Resources\HeuristicLabLogo.png" />
|
---|
| 83 | <EmbeddedResource Include="Resources\show_details.png" />
|
---|
| 84 | <EmbeddedResource Include="Resources\show_icons.png" />
|
---|
| 85 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
|
---|
| 86 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
|
---|
| 87 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
|
---|
| 88 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_File.png" />
|
---|
| 89 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
|
---|
| 90 | </ItemGroup>
|
---|
| 91 | <ItemGroup>
|
---|
| 92 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 93 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 94 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[13340] | 95 | <Private>False</Private>
|
---|
[13338] | 96 | </ProjectReference>
|
---|
| 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <EmbeddedResource Include="Resources.resx" />
|
---|
| 100 | </ItemGroup>
|
---|
| 101 | <ItemGroup>
|
---|
| 102 | <None Include="HeuristicLab.snk" />
|
---|
[13340] | 103 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[13338] | 104 | </ItemGroup>
|
---|
| 105 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[13340] | 106 | <PropertyGroup>
|
---|
| 107 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 108 | set ProjectDir=$(ProjectDir)
|
---|
| 109 | set SolutionDir=$(SolutionDir)
|
---|
| 110 | set Outdir=$(Outdir)
|
---|
| 111 |
|
---|
| 112 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 113 | </PropertyGroup>
|
---|
[13338] | 114 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 115 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 116 | <Target Name="BeforeBuild">
|
---|
| 117 | </Target>
|
---|
| 118 | <Target Name="AfterBuild">
|
---|
| 119 | </Target>
|
---|
| 120 | -->
|
---|
| 121 | </Project> |
---|