[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>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 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>
|
---|
| 19 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 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>
|
---|
| 27 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 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>
|
---|
| 62 | <Compile Include="InstallationManagerControl.cs">
|
---|
| 63 | <SubType>UserControl</SubType>
|
---|
| 64 | </Compile>
|
---|
| 65 | <Compile Include="InstallationManagerControl.Designer.cs">
|
---|
| 66 | <DependentUpon>InstallationManagerControl.cs</DependentUpon>
|
---|
| 67 | </Compile>
|
---|
| 68 | <Compile Include="InstallationManagerForm.cs">
|
---|
| 69 | <SubType>Form</SubType>
|
---|
| 70 | </Compile>
|
---|
| 71 | <Compile Include="InstallationManagerForm.Designer.cs">
|
---|
| 72 | <DependentUpon>InstallationManagerForm.cs</DependentUpon>
|
---|
| 73 | </Compile>
|
---|
| 74 | <Compile Include="InstalledPluginsView.cs">
|
---|
| 75 | <SubType>UserControl</SubType>
|
---|
| 76 | </Compile>
|
---|
| 77 | <Compile Include="InstalledPluginsView.Designer.cs">
|
---|
| 78 | <DependentUpon>InstalledPluginsView.cs</DependentUpon>
|
---|
| 79 | </Compile>
|
---|
| 80 | <Compile Include="LicenseView.cs">
|
---|
| 81 | <SubType>Form</SubType>
|
---|
| 82 | </Compile>
|
---|
| 83 | <Compile Include="LicenseView.Designer.cs">
|
---|
| 84 | <DependentUpon>LicenseView.cs</DependentUpon>
|
---|
| 85 | </Compile>
|
---|
| 86 | <Compile Include="Main.cs" />
|
---|
| 87 | <Compile Include="MultiSelectListView.cs">
|
---|
| 88 | <SubType>Component</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="MultiSelectListView.Designer.cs">
|
---|
| 91 | <DependentUpon>MultiSelectListView.cs</DependentUpon>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="PluginView.cs">
|
---|
| 94 | <SubType>Form</SubType>
|
---|
| 95 | </Compile>
|
---|
| 96 | <Compile Include="PluginView.Designer.cs">
|
---|
| 97 | <DependentUpon>PluginView.cs</DependentUpon>
|
---|
| 98 | </Compile>
|
---|
| 99 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 100 | <Compile Include="Resources.Designer.cs" />
|
---|
| 101 | <Compile Include="SplashScreen.cs">
|
---|
| 102 | <SubType>Form</SubType>
|
---|
| 103 | </Compile>
|
---|
| 104 | <Compile Include="SplashScreen.Designer.cs">
|
---|
| 105 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
| 106 | </Compile>
|
---|
| 107 | <Compile Include="StarterForm.cs">
|
---|
| 108 | <SubType>Form</SubType>
|
---|
| 109 | </Compile>
|
---|
| 110 | <Compile Include="StarterForm.Designer.cs">
|
---|
| 111 | <DependentUpon>StarterForm.cs</DependentUpon>
|
---|
| 112 | </Compile>
|
---|
| 113 | <Compile Include="Util.cs" />
|
---|
| 114 | <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
|
---|
| 115 | </ItemGroup>
|
---|
| 116 | <ItemGroup>
|
---|
| 117 | <EmbeddedResource Include="Resources\Error.ico" />
|
---|
| 118 | <EmbeddedResource Include="Resources\HeuristicLab.ico" />
|
---|
| 119 | <EmbeddedResource Include="Resources\HeuristicLabBanner.png" />
|
---|
| 120 | <EmbeddedResource Include="Resources\HeuristicLabLogo.png" />
|
---|
| 121 | <EmbeddedResource Include="Resources\show_details.png" />
|
---|
| 122 | <EmbeddedResource Include="Resources\show_icons.png" />
|
---|
| 123 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
|
---|
| 124 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
|
---|
| 125 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
|
---|
| 126 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_File.png" />
|
---|
| 127 | <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
|
---|
| 128 | </ItemGroup>
|
---|
| 129 | <ItemGroup>
|
---|
| 130 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 131 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 132 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[13340] | 133 | <Private>False</Private>
|
---|
[13338] | 134 | </ProjectReference>
|
---|
| 135 | </ItemGroup>
|
---|
| 136 | <ItemGroup>
|
---|
| 137 | <EmbeddedResource Include="Resources.resx" />
|
---|
| 138 | </ItemGroup>
|
---|
| 139 | <ItemGroup>
|
---|
| 140 | <None Include="HeuristicLab.snk" />
|
---|
[13340] | 141 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[13338] | 142 | </ItemGroup>
|
---|
| 143 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[13340] | 144 | <PropertyGroup>
|
---|
| 145 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 146 | set ProjectDir=$(ProjectDir)
|
---|
| 147 | set SolutionDir=$(SolutionDir)
|
---|
| 148 | set Outdir=$(Outdir)
|
---|
| 149 |
|
---|
| 150 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 151 | </PropertyGroup>
|
---|
[13338] | 152 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 153 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 154 | <Target Name="BeforeBuild">
|
---|
| 155 | </Target>
|
---|
| 156 | <Target Name="AfterBuild">
|
---|
| 157 | </Target>
|
---|
| 158 | -->
|
---|
| 159 | </Project> |
---|