Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj @ 5138

Last change on this file since 5138 was 4490, checked in by mkommend, 14 years ago

Created PluginDependenciesTest and corrected all projects (ticket #1202).

File size: 8.2 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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Tracing</RootNamespace>
12    <AssemblyName>HeuristicLab.Tracing-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>bin\x86\Debug\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>bin\x86\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <ItemGroup>
96    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\log4net.dll</HintPath>
99    </Reference>
100    <Reference Include="System" />
101    <Reference Include="System.Core">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Xml.Linq">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data.DataSetExtensions">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data" />
111    <Reference Include="System.Xml" />
112  </ItemGroup>
113  <ItemGroup>
114    <None Include="HeuristicLabTracingPlugin.cs.frame" />
115    <Compile Include="HiveLogger.cs" />
116    <Compile Include="Logger.cs" />
117    <Compile Include="HeuristicLabTracingPlugin.cs" />
118    <Compile Include="Properties\AssemblyInfo.cs" />
119    <Compile Include="Properties\Settings.Designer.cs">
120      <AutoGen>True</AutoGen>
121      <DesignTimeSharedInput>True</DesignTimeSharedInput>
122      <DependentUpon>Settings.settings</DependentUpon>
123    </Compile>
124  </ItemGroup>
125  <ItemGroup>
126    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0\HeuristicLab.log4net-1.2.10.0.csproj">
127      <Project>{1B3063DB-D71C-4A6A-A359-883E8F53A140}</Project>
128      <Name>HeuristicLab.log4net-1.2.10.0</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
131      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
132      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
133    </ProjectReference>
134  </ItemGroup>
135  <ItemGroup>
136    <None Include="app.config" />
137    <None Include="HeuristicLab.snk" />
138    <None Include="Properties\AssemblyInfo.frame" />
139    <None Include="Properties\Settings.settings">
140      <Generator>SettingsSingleFileGenerator</Generator>
141      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
142    </None>
143    <Content Include="HeuristicLab.log4net.xml">
144      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
145    </Content>
146  </ItemGroup>
147  <ItemGroup>
148    <Content Include="HeuristicLab.Hive.log4net.xml">
149      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
150    </Content>
151  </ItemGroup>
152  <ItemGroup>
153    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
154      <Visible>False</Visible>
155      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
156      <Install>false</Install>
157    </BootstrapperPackage>
158    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
159      <Visible>False</Visible>
160      <ProductName>.NET Framework 3.5 SP1</ProductName>
161      <Install>true</Install>
162    </BootstrapperPackage>
163    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
164      <Visible>False</Visible>
165      <ProductName>Windows Installer 3.1</ProductName>
166      <Install>true</Install>
167    </BootstrapperPackage>
168  </ItemGroup>
169  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
170  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171       Other similar extension points exist, see Microsoft.Common.targets.
172  <Target Name="BeforeBuild">
173  </Target>
174  <Target Name="AfterBuild">
175  </Target>
176  -->
177  <PropertyGroup>
178    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
179set ProjectDir=$(ProjectDir)
180set SolutionDir=$(SolutionDir)
181set Outdir=$(Outdir)
182
183call PreBuildEvent.cmd
184SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent>
185  </PropertyGroup>
186</Project>
Note: See TracBrowser for help on using the repository browser.