Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj @ 2497

Last change on this file since 2497 was 2497, checked in by gkronber, 14 years ago

Minor changes in plugin infrastructure. #799

File size: 8.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.30729</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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>bin\x86\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
66    <OutputPath>bin\x64\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73  </PropertyGroup>
74  <ItemGroup>
75    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
76      <SpecificVersion>False</SpecificVersion>
77      <HintPath>.\ICSharpCode.SharpZipLib.dll</HintPath>
78    </Reference>
79    <Reference Include="System" />
80    <Reference Include="System.Data" />
81    <Reference Include="System.Deployment" />
82    <Reference Include="System.Drawing" />
83    <Reference Include="System.Windows.Forms" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="AboutBox.cs">
88      <SubType>Form</SubType>
89    </Compile>
90    <Compile Include="AboutBox.Designer.cs">
91      <DependentUpon>AboutBox.cs</DependentUpon>
92    </Compile>
93    <Compile Include="DownloaderDialog.cs">
94      <SubType>Form</SubType>
95    </Compile>
96    <Compile Include="DownloaderDialog.Designer.cs">
97      <DependentUpon>DownloaderDialog.cs</DependentUpon>
98    </Compile>
99    <Compile Include="ErrorDialog.cs">
100      <SubType>Form</SubType>
101    </Compile>
102    <Compile Include="ErrorDialog.Designer.cs">
103      <DependentUpon>ErrorDialog.cs</DependentUpon>
104    </Compile>
105    <Compile Include="ManagerForm.cs">
106      <SubType>Form</SubType>
107    </Compile>
108    <Compile Include="ManagerForm.designer.cs">
109      <DependentUpon>ManagerForm.cs</DependentUpon>
110    </Compile>
111    <Compile Include="PluginAction.cs" />
112    <Compile Include="PluginNameTransform.cs" />
113    <Compile Include="PluginSource.cs" />
114    <Compile Include="PluginSourceEditor.cs">
115      <SubType>Form</SubType>
116    </Compile>
117    <Compile Include="PluginSourceEditor.Designer.cs">
118      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
119    </Compile>
120    <Compile Include="PluginTag.cs" />
121    <Compile Include="Properties\AssemblyInfo.cs" />
122    <EmbeddedResource Include="AboutBox.resx">
123      <SubType>Designer</SubType>
124      <DependentUpon>AboutBox.cs</DependentUpon>
125    </EmbeddedResource>
126    <EmbeddedResource Include="DownloaderDialog.resx">
127      <SubType>Designer</SubType>
128      <DependentUpon>DownloaderDialog.cs</DependentUpon>
129    </EmbeddedResource>
130    <EmbeddedResource Include="ErrorDialog.resx">
131      <SubType>Designer</SubType>
132      <DependentUpon>ErrorDialog.cs</DependentUpon>
133    </EmbeddedResource>
134    <EmbeddedResource Include="ManagerForm.resx">
135      <DependentUpon>ManagerForm.cs</DependentUpon>
136      <SubType>Designer</SubType>
137    </EmbeddedResource>
138    <EmbeddedResource Include="PluginSourceEditor.resx">
139      <SubType>Designer</SubType>
140      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
141    </EmbeddedResource>
142    <EmbeddedResource Include="Properties\Resources.resx">
143      <Generator>ResXFileCodeGenerator</Generator>
144      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
145      <SubType>Designer</SubType>
146    </EmbeddedResource>
147    <Compile Include="Properties\Resources.Designer.cs">
148      <AutoGen>True</AutoGen>
149      <DependentUpon>Resources.resx</DependentUpon>
150      <DesignTime>True</DesignTime>
151    </Compile>
152    <None Include="app.config" />
153    <None Include="Properties\Settings.settings">
154      <Generator>SettingsSingleFileGenerator</Generator>
155      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
156    </None>
157    <Compile Include="Properties\Settings.Designer.cs">
158      <AutoGen>True</AutoGen>
159      <DependentUpon>Settings.settings</DependentUpon>
160      <DesignTimeSharedInput>True</DesignTimeSharedInput>
161    </Compile>
162  </ItemGroup>
163  <ItemGroup>
164    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
165      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
166      <Name>HeuristicLab.PluginInfrastructure</Name>
167    </ProjectReference>
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="Resources\Logo_gray.gif" />
171  </ItemGroup>
172  <ItemGroup>
173    <None Include="HeuristicLab.snk" />
174    <None Include="Properties\AssemblyInfo.frame" />
175    <None Include="Resources\HeuristicLab.ico" />
176  </ItemGroup>
177  <ItemGroup>
178    <Content Include="ICSharpCode.SharpZipLib License.txt" />
179    <Content Include="ICSharpCode.SharpZipLib.dll" />
180  </ItemGroup>
181  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
182  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
183       Other similar extension points exist, see Microsoft.Common.targets.
184  <Target Name="BeforeBuild">
185  </Target>
186  <Target Name="AfterBuild">
187  </Target>
188  -->
189  <PropertyGroup>
190    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
191set ProjectDir=$(ProjectDir)
192set SolutionDir=$(SolutionDir)
193set Outdir=$(Outdir)
194
195call PreBuildEvent.cmd</PreBuildEvent>
196  </PropertyGroup>
197</Project>
Note: See TracBrowser for help on using the repository browser.