Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

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