Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj @ 13360

Last change on this file since 13360 was 13360, checked in by gkronber, 8 years ago

#2522: added new PluginInformationDialog

File size: 6.9 KB
Line 
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="MultiSelectListView.cs">
87      <SubType>Component</SubType>
88    </Compile>
89    <Compile Include="MultiSelectListView.Designer.cs">
90      <DependentUpon>MultiSelectListView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="PluginInformationDialog.cs">
93      <SubType>Form</SubType>
94    </Compile>
95    <Compile Include="PluginInformationDialog.Designer.cs">
96      <DependentUpon>PluginInformationDialog.cs</DependentUpon>
97    </Compile>
98    <Compile Include="PluginView.cs">
99      <SubType>Form</SubType>
100    </Compile>
101    <Compile Include="PluginView.Designer.cs">
102      <DependentUpon>PluginView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <Compile Include="Resources.Designer.cs" />
106    <Compile Include="SplashScreen.cs">
107      <SubType>Form</SubType>
108    </Compile>
109    <Compile Include="SplashScreen.Designer.cs">
110      <DependentUpon>SplashScreen.cs</DependentUpon>
111    </Compile>
112    <Compile Include="StarterForm.cs">
113      <SubType>Form</SubType>
114    </Compile>
115    <Compile Include="StarterForm.Designer.cs">
116      <DependentUpon>StarterForm.cs</DependentUpon>
117    </Compile>
118    <Compile Include="Util.cs" />
119    <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
120  </ItemGroup>
121  <ItemGroup>
122    <EmbeddedResource Include="PluginInformationDialog.resx">
123      <DependentUpon>PluginInformationDialog.cs</DependentUpon>
124    </EmbeddedResource>
125    <EmbeddedResource Include="Resources\Error.ico" />
126    <EmbeddedResource Include="Resources\HeuristicLab.ico" />
127    <EmbeddedResource Include="Resources\HeuristicLabBanner.png" />
128    <EmbeddedResource Include="Resources\HeuristicLabLogo.png" />
129    <EmbeddedResource Include="Resources\show_details.png" />
130    <EmbeddedResource Include="Resources\show_icons.png" />
131    <EmbeddedResource Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
132    <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
133    <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
134    <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_File.png" />
135    <EmbeddedResource Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
136  </ItemGroup>
137  <ItemGroup>
138    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
139      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
140      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
141      <Private>False</Private>
142    </ProjectReference>
143  </ItemGroup>
144  <ItemGroup>
145    <EmbeddedResource Include="Resources.resx" />
146  </ItemGroup>
147  <ItemGroup>
148    <None Include="HeuristicLab.snk" />
149    <None Include="Properties\AssemblyInfo.cs.frame" />
150  </ItemGroup>
151  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152  <PropertyGroup>
153    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
154set ProjectDir=$(ProjectDir)
155set SolutionDir=$(SolutionDir)
156set Outdir=$(Outdir)
157
158call PreBuildEvent.cmd</PreBuildEvent>
159  </PropertyGroup>
160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
161       Other similar extension points exist, see Microsoft.Common.targets.
162  <Target Name="BeforeBuild">
163  </Target>
164  <Target Name="AfterBuild">
165  </Target>
166  -->
167</Project>
Note: See TracBrowser for help on using the repository browser.