Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj @ 11

Last change on this file since 11 was 5, checked in by swagner, 16 years ago

Added license information for third party libraries

File size: 6.3 KB
Line 
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>{D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.PluginInfrastructure.GUI</RootNamespace>
11    <AssemblyName>HeuristicLab.PluginInfrastructure.GUI</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <StartupObject>
15    </StartupObject>
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    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>.\ICSharpCode.SharpZipLib.dll</HintPath>
44    </Reference>
45    <Reference Include="System" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Deployment" />
48    <Reference Include="System.Drawing" />
49    <Reference Include="System.Windows.Forms" />
50    <Reference Include="System.Xml" />
51  </ItemGroup>
52  <ItemGroup>
53    <Compile Include="AboutBox.cs">
54      <SubType>Form</SubType>
55    </Compile>
56    <Compile Include="AboutBox.Designer.cs">
57      <DependentUpon>AboutBox.cs</DependentUpon>
58    </Compile>
59    <Compile Include="DownloaderDialog.cs">
60      <SubType>Form</SubType>
61    </Compile>
62    <Compile Include="DownloaderDialog.Designer.cs">
63      <DependentUpon>DownloaderDialog.cs</DependentUpon>
64    </Compile>
65    <Compile Include="ErrorDialog.cs">
66      <SubType>Form</SubType>
67    </Compile>
68    <Compile Include="ErrorDialog.Designer.cs">
69      <DependentUpon>ErrorDialog.cs</DependentUpon>
70    </Compile>
71    <Compile Include="ManagerForm.cs">
72      <SubType>Form</SubType>
73    </Compile>
74    <Compile Include="ManagerForm.designer.cs">
75      <DependentUpon>ManagerForm.cs</DependentUpon>
76    </Compile>
77    <Compile Include="PluginAction.cs" />
78    <Compile Include="PluginDescription.cs" />
79    <Compile Include="PluginNameTransform.cs" />
80    <Compile Include="PluginSource.cs" />
81    <Compile Include="PluginSourceEditor.cs">
82      <SubType>Form</SubType>
83    </Compile>
84    <Compile Include="PluginSourceEditor.Designer.cs">
85      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
86    </Compile>
87    <Compile Include="PluginTag.cs" />
88    <Compile Include="Properties\AssemblyInfo.cs" />
89    <EmbeddedResource Include="AboutBox.resx">
90      <SubType>Designer</SubType>
91      <DependentUpon>AboutBox.cs</DependentUpon>
92    </EmbeddedResource>
93    <EmbeddedResource Include="DownloaderDialog.resx">
94      <SubType>Designer</SubType>
95      <DependentUpon>DownloaderDialog.cs</DependentUpon>
96    </EmbeddedResource>
97    <EmbeddedResource Include="ErrorDialog.resx">
98      <SubType>Designer</SubType>
99      <DependentUpon>ErrorDialog.cs</DependentUpon>
100    </EmbeddedResource>
101    <EmbeddedResource Include="ManagerForm.resx">
102      <DependentUpon>ManagerForm.cs</DependentUpon>
103      <SubType>Designer</SubType>
104    </EmbeddedResource>
105    <EmbeddedResource Include="PluginSourceEditor.resx">
106      <SubType>Designer</SubType>
107      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
108    </EmbeddedResource>
109    <EmbeddedResource Include="Properties\Resources.resx">
110      <Generator>ResXFileCodeGenerator</Generator>
111      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
112      <SubType>Designer</SubType>
113    </EmbeddedResource>
114    <Compile Include="Properties\Resources.Designer.cs">
115      <AutoGen>True</AutoGen>
116      <DependentUpon>Resources.resx</DependentUpon>
117      <DesignTime>True</DesignTime>
118    </Compile>
119    <None Include="app.config" />
120    <None Include="Properties\Settings.settings">
121      <Generator>SettingsSingleFileGenerator</Generator>
122      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
123    </None>
124    <Compile Include="Properties\Settings.Designer.cs">
125      <AutoGen>True</AutoGen>
126      <DependentUpon>Settings.settings</DependentUpon>
127      <DesignTimeSharedInput>True</DesignTimeSharedInput>
128    </Compile>
129  </ItemGroup>
130  <ItemGroup>
131    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
132      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
133      <Name>HeuristicLab.PluginInfrastructure</Name>
134    </ProjectReference>
135  </ItemGroup>
136  <ItemGroup>
137    <None Include="Resources\Logo_gray.gif" />
138  </ItemGroup>
139  <ItemGroup>
140    <None Include="HeuristicLab.snk" />
141    <None Include="Resources\HeuristicLab.ico" />
142  </ItemGroup>
143  <ItemGroup>
144    <Content Include="ICSharpCode.SharpZipLib License.txt" />
145    <Content Include="ICSharpCode.SharpZipLib.dll" />
146  </ItemGroup>
147  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149       Other similar extension points exist, see Microsoft.Common.targets.
150  <Target Name="BeforeBuild">
151  </Target>
152  <Target Name="AfterBuild">
153  </Target>
154  -->
155</Project>
Note: See TracBrowser for help on using the repository browser.