[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
[2] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
|
---|
[3832] | 12 | <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
|
---|
[2] | 13 | <StartupObject>
|
---|
| 14 | </StartupObject>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
[4065] | 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
[2] | 20 | <UpgradeBackupLocation>
|
---|
| 21 | </UpgradeBackupLocation>
|
---|
[16144] | 22 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[5741] | 23 | <TargetFrameworkProfile>
|
---|
| 24 | </TargetFrameworkProfile>
|
---|
[4065] | 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>
|
---|
[2] | 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 42 | <DebugSymbols>true</DebugSymbols>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <Optimize>false</Optimize>
|
---|
[6866] | 45 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2] | 46 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 49 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 50 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2] | 51 | </PropertyGroup>
|
---|
| 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
[6866] | 55 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2] | 56 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <WarningLevel>4</WarningLevel>
|
---|
| 59 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[6866] | 60 | <DocumentationFile>
|
---|
| 61 | </DocumentationFile>
|
---|
[4065] | 62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 63 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2] | 64 | </PropertyGroup>
|
---|
[564] | 65 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 66 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 67 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[564] | 68 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 69 | <DebugType>full</DebugType>
|
---|
| 70 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 72 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[564] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 76 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[564] | 77 | <DefineConstants>TRACE</DefineConstants>
|
---|
[6866] | 78 | <DocumentationFile>
|
---|
| 79 | </DocumentationFile>
|
---|
[564] | 80 | <Optimize>true</Optimize>
|
---|
| 81 | <DebugType>pdbonly</DebugType>
|
---|
| 82 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 83 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 84 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 85 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[564] | 86 | </PropertyGroup>
|
---|
[1474] | 87 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 88 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 89 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 90 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 91 | <DebugType>full</DebugType>
|
---|
| 92 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 93 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 94 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 95 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[1474] | 96 | </PropertyGroup>
|
---|
| 97 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 98 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 99 | <DefineConstants>TRACE</DefineConstants>
|
---|
[6866] | 100 | <DocumentationFile>
|
---|
| 101 | </DocumentationFile>
|
---|
[1474] | 102 | <Optimize>true</Optimize>
|
---|
| 103 | <DebugType>pdbonly</DebugType>
|
---|
| 104 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 105 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 106 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 107 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[1474] | 108 | </PropertyGroup>
|
---|
[2] | 109 | <ItemGroup>
|
---|
| 110 | <Reference Include="System" />
|
---|
[8587] | 111 | <Reference Include="System.Core" />
|
---|
[2] | 112 | </ItemGroup>
|
---|
| 113 | <ItemGroup>
|
---|
[13341] | 114 | <Compile Include="ApplicationBase.cs" />
|
---|
| 115 | <Compile Include="ApplicationDescription.cs" />
|
---|
[13338] | 116 | <Compile Include="AssemblyExtensions.cs" />
|
---|
[8818] | 117 | <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" />
|
---|
[8748] | 118 | <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
|
---|
| 119 | <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
|
---|
| 120 | <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
|
---|
| 121 | <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
|
---|
| 122 | <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
|
---|
[2488] | 123 | <Compile Include="Attributes\ApplicationAttribute.cs" />
|
---|
[2778] | 124 | <Compile Include="Attributes\ContactInformationAttribute.cs" />
|
---|
[5741] | 125 | <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
|
---|
[2488] | 126 | <Compile Include="Attributes\PluginAttribute.cs" />
|
---|
[2475] | 127 | <Compile Include="Attributes\PluginDependencyAttribute.cs" />
|
---|
| 128 | <Compile Include="Attributes\PluginFileAttribute.cs" />
|
---|
[13341] | 129 | <Compile Include="PluginBase.cs" />
|
---|
| 130 | <Compile Include="PluginDescription.cs" />
|
---|
| 131 | <Compile Include="PluginFile.cs" />
|
---|
| 132 | <Compile Include="PluginInfrastructureEventArgs.cs" />
|
---|
| 133 | <Compile Include="PluginManager.cs" />
|
---|
| 134 | <Compile Include="PluginValidator.cs" />
|
---|
[6174] | 135 | <Compile Include="SandboxApplicationManager.cs" />
|
---|
[3247] | 136 | <Compile Include="DefaultApplicationManager.cs" />
|
---|
| 137 | <Compile Include="LightweightApplicationManager.cs" />
|
---|
[2688] | 138 | <Compile Include="Interfaces\IPluginFile.cs" />
|
---|
[2488] | 139 | <Compile Include="Interfaces\IApplicationManager.cs" />
|
---|
| 140 | <Compile Include="Interfaces\IApplicationDescription.cs" />
|
---|
[2] | 141 | <Compile Include="Interfaces\IApplication.cs" />
|
---|
| 142 | <Compile Include="Interfaces\IPlugin.cs" />
|
---|
[2488] | 143 | <Compile Include="Interfaces\IPluginDescription.cs" />
|
---|
[2481] | 144 | <Compile Include="InvalidPluginException.cs" />
|
---|
[2488] | 145 | <Compile Include="PluginDescriptionIterator.cs" />
|
---|
| 146 | <Compile Include="ApplicationManager.cs" />
|
---|
| 147 | <Compile Include="PluginState.cs" />
|
---|
[2] | 148 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[13341] | 149 | <Compile Include="SandboxManager.cs" />
|
---|
[8571] | 150 | <Compile Include="TypeExtensions.cs" />
|
---|
[6413] | 151 | <None Include="app.config">
|
---|
| 152 | <SubType>Designer</SubType>
|
---|
| 153 | </None>
|
---|
[2] | 154 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 155 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[2] | 156 | </ItemGroup>
|
---|
[2503] | 157 | <ItemGroup>
|
---|
[4065] | 158 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 159 | <Visible>False</Visible>
|
---|
| 160 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 161 | <Install>false</Install>
|
---|
| 162 | </BootstrapperPackage>
|
---|
| 163 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 164 | <Visible>False</Visible>
|
---|
| 165 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 166 | <Install>true</Install>
|
---|
| 167 | </BootstrapperPackage>
|
---|
| 168 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 169 | <Visible>False</Visible>
|
---|
| 170 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 171 | <Install>true</Install>
|
---|
| 172 | </BootstrapperPackage>
|
---|
| 173 | </ItemGroup>
|
---|
[13335] | 174 | <ItemGroup />
|
---|
[2] | 175 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 176 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 177 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 178 | <Target Name="BeforeBuild">
|
---|
| 179 | </Target>
|
---|
| 180 | <Target Name="AfterBuild">
|
---|
| 181 | </Target>
|
---|
| 182 | -->
|
---|
[30] | 183 | <PropertyGroup>
|
---|
[8632] | 184 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[852] | 185 | set ProjectDir=$(ProjectDir)
|
---|
| 186 | set SolutionDir=$(SolutionDir)
|
---|
| 187 | set Outdir=$(Outdir)
|
---|
| 188 |
|
---|
| 189 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8632] | 190 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 191 | export ProjectDir=$(ProjectDir)
|
---|
| 192 | export SolutionDir=$(SolutionDir)
|
---|
| 193 |
|
---|
| 194 | $SolutionDir/PreBuildEvent.sh
|
---|
| 195 | </PreBuildEvent>
|
---|
[30] | 196 | </PropertyGroup>
|
---|
[2] | 197 | </Project> |
---|