[2] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 5 | <ProductVersion>9.0.21022</ProductVersion>
|
---|
| 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 7 | <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.PluginInfrastructure</AssemblyName>
|
---|
| 12 | <StartupObject>
|
---|
| 13 | </StartupObject>
|
---|
| 14 | <SignAssembly>true</SignAssembly>
|
---|
| 15 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 16 | <FileUpgradeFlags>
|
---|
| 17 | </FileUpgradeFlags>
|
---|
| 18 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 19 | <UpgradeBackupLocation>
|
---|
| 20 | </UpgradeBackupLocation>
|
---|
| 21 | </PropertyGroup>
|
---|
| 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 23 | <DebugSymbols>true</DebugSymbols>
|
---|
| 24 | <DebugType>full</DebugType>
|
---|
| 25 | <Optimize>false</Optimize>
|
---|
| 26 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 27 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 28 | <ErrorReport>prompt</ErrorReport>
|
---|
| 29 | <WarningLevel>4</WarningLevel>
|
---|
| 30 | </PropertyGroup>
|
---|
| 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 32 | <DebugType>pdbonly</DebugType>
|
---|
| 33 | <Optimize>true</Optimize>
|
---|
| 34 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 35 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 36 | <ErrorReport>prompt</ErrorReport>
|
---|
| 37 | <WarningLevel>4</WarningLevel>
|
---|
| 38 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
| 39 | <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <ItemGroup>
|
---|
| 42 | <Reference Include="System" />
|
---|
| 43 | <Reference Include="System.Data" />
|
---|
| 44 | <Reference Include="System.Deployment" />
|
---|
| 45 | <Reference Include="System.Drawing" />
|
---|
| 46 | <Reference Include="System.Windows.Forms" />
|
---|
| 47 | <Reference Include="System.Xml" />
|
---|
| 48 | </ItemGroup>
|
---|
| 49 | <ItemGroup>
|
---|
| 50 | <Compile Include="ApplicationInfo.cs" />
|
---|
[91] | 51 | <Compile Include="AssemblyBuildDateAttribute.cs" />
|
---|
[2] | 52 | <Compile Include="BaseClasses\ApplicationBase.cs" />
|
---|
| 53 | <Compile Include="BaseClasses\PluginBase.cs" />
|
---|
| 54 | <Compile Include="ClassInfoAttribute.cs" />
|
---|
| 55 | <Compile Include="Interfaces\IApplication.cs" />
|
---|
| 56 | <Compile Include="Interfaces\IControl.cs" />
|
---|
| 57 | <Compile Include="Interfaces\IControlManager.cs" />
|
---|
[8] | 58 | <Compile Include="InvalidPluginException.cs" />
|
---|
[2] | 59 | <Compile Include="PluginManager.cs" />
|
---|
| 60 | <Compile Include="PluginManagerActionEventArgs.cs" />
|
---|
| 61 | <Compile Include="DependencyAttribute.cs" />
|
---|
| 62 | <Compile Include="Interfaces\IPlugin.cs" />
|
---|
| 63 | <Compile Include="DiscoveryService.cs" />
|
---|
| 64 | <Compile Include="PluginFileAttribute.cs" />
|
---|
| 65 | <Compile Include="PluginInfo.cs" />
|
---|
| 66 | <Compile Include="Loader.cs" />
|
---|
| 67 | <Compile Include="Runner.cs" />
|
---|
| 68 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 69 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 70 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 71 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 72 | <SubType>Designer</SubType>
|
---|
| 73 | </EmbeddedResource>
|
---|
| 74 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 75 | <AutoGen>True</AutoGen>
|
---|
| 76 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 77 | <DesignTime>True</DesignTime>
|
---|
| 78 | </Compile>
|
---|
| 79 | <None Include="app.config" />
|
---|
| 80 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 81 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 82 | <None Include="Properties\Settings.settings">
|
---|
| 83 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 84 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 85 | </None>
|
---|
| 86 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 87 | <AutoGen>True</AutoGen>
|
---|
| 88 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 89 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 90 | </Compile>
|
---|
| 91 | </ItemGroup>
|
---|
| 92 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 93 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 94 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 95 | <Target Name="BeforeBuild">
|
---|
| 96 | </Target>
|
---|
| 97 | <Target Name="AfterBuild">
|
---|
| 98 | </Target>
|
---|
| 99 | -->
|
---|
[30] | 100 | <PropertyGroup>
|
---|
| 101 | <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 102 | </PropertyGroup>
|
---|
[2] | 103 | </Project> |
---|