Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Persistence Test/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj @ 4456

Last change on this file since 4456 was 1474, checked in by abeham, 15 years ago

Added x64 and x86 configurations to all projects
Removed "Release x64" configuration from HeuristicLab.csproj (is covered by Release|x64)

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="PluginDescription.cs" />
113    <Compile Include="PluginNameTransform.cs" />
114    <Compile Include="PluginSource.cs" />
115    <Compile Include="PluginSourceEditor.cs">
116      <SubType>Form</SubType>
117    </Compile>
118    <Compile Include="PluginSourceEditor.Designer.cs">
119      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
120    </Compile>
121    <Compile Include="PluginTag.cs" />
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <EmbeddedResource Include="AboutBox.resx">
124      <SubType>Designer</SubType>
125      <DependentUpon>AboutBox.cs</DependentUpon>
126    </EmbeddedResource>
127    <EmbeddedResource Include="DownloaderDialog.resx">
128      <SubType>Designer</SubType>
129      <DependentUpon>DownloaderDialog.cs</DependentUpon>
130    </EmbeddedResource>
131    <EmbeddedResource Include="ErrorDialog.resx">
132      <SubType>Designer</SubType>
133      <DependentUpon>ErrorDialog.cs</DependentUpon>
134    </EmbeddedResource>
135    <EmbeddedResource Include="ManagerForm.resx">
136      <DependentUpon>ManagerForm.cs</DependentUpon>
137      <SubType>Designer</SubType>
138    </EmbeddedResource>
139    <EmbeddedResource Include="PluginSourceEditor.resx">
140      <SubType>Designer</SubType>
141      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
142    </EmbeddedResource>
143    <EmbeddedResource Include="Properties\Resources.resx">
144      <Generator>ResXFileCodeGenerator</Generator>
145      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
146      <SubType>Designer</SubType>
147    </EmbeddedResource>
148    <Compile Include="Properties\Resources.Designer.cs">
149      <AutoGen>True</AutoGen>
150      <DependentUpon>Resources.resx</DependentUpon>
151      <DesignTime>True</DesignTime>
152    </Compile>
153    <None Include="app.config" />
154    <None Include="Properties\Settings.settings">
155      <Generator>SettingsSingleFileGenerator</Generator>
156      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
157    </None>
158    <Compile Include="Properties\Settings.Designer.cs">
159      <AutoGen>True</AutoGen>
160      <DependentUpon>Settings.settings</DependentUpon>
161      <DesignTimeSharedInput>True</DesignTimeSharedInput>
162    </Compile>
163  </ItemGroup>
164  <ItemGroup>
165    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
166      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
167      <Name>HeuristicLab.PluginInfrastructure</Name>
168    </ProjectReference>
169  </ItemGroup>
170  <ItemGroup>
171    <None Include="Resources\Logo_gray.gif" />
172  </ItemGroup>
173  <ItemGroup>
174    <None Include="HeuristicLab.snk" />
175    <None Include="Properties\AssemblyInfo.frame" />
176    <None Include="Resources\HeuristicLab.ico" />
177  </ItemGroup>
178  <ItemGroup>
179    <Content Include="ICSharpCode.SharpZipLib License.txt" />
180    <Content Include="ICSharpCode.SharpZipLib.dll" />
181  </ItemGroup>
182  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190  <PropertyGroup>
191    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
192set ProjectDir=$(ProjectDir)
193set SolutionDir=$(SolutionDir)
194set Outdir=$(Outdir)
195
196call PreBuildEvent.cmd</PreBuildEvent>
197  </PropertyGroup>
198</Project>
Note: See TracBrowser for help on using the repository browser.