main
  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>{6BDCB0C1-51E1-435A-93D8-CA02BF8E409C}</ProjectGuid>
  9    <OutputType>Library</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>gorilla.commons.infrastructure.thirdparty.log4net</RootNamespace>
 12    <AssemblyName>gorilla.commons.infrastructure.thirdparty.log4net</AssemblyName>
 13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 14    <FileAlignment>512</FileAlignment>
 15    <FileUpgradeFlags>
 16    </FileUpgradeFlags>
 17    <OldToolsVersion>3.5</OldToolsVersion>
 18    <UpgradeBackupLocation />
 19    <PublishUrl>publish\</PublishUrl>
 20    <Install>true</Install>
 21    <InstallFrom>Disk</InstallFrom>
 22    <UpdateEnabled>false</UpdateEnabled>
 23    <UpdateMode>Foreground</UpdateMode>
 24    <UpdateInterval>7</UpdateInterval>
 25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 26    <UpdatePeriodically>false</UpdatePeriodically>
 27    <UpdateRequired>false</UpdateRequired>
 28    <MapFileExtensions>true</MapFileExtensions>
 29    <ApplicationRevision>0</ApplicationRevision>
 30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 31    <IsWebBootstrapper>false</IsWebBootstrapper>
 32    <UseApplicationTrust>false</UseApplicationTrust>
 33    <BootstrapperEnabled>true</BootstrapperEnabled>
 34    <TargetFrameworkProfile />
 35  </PropertyGroup>
 36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 37    <DebugSymbols>true</DebugSymbols>
 38    <DebugType>full</DebugType>
 39    <Optimize>false</Optimize>
 40    <OutputPath>bin\Debug\</OutputPath>
 41    <DefineConstants>DEBUG;TRACE</DefineConstants>
 42    <ErrorReport>prompt</ErrorReport>
 43    <WarningLevel>4</WarningLevel>
 44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 45  </PropertyGroup>
 46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 47    <DebugType>pdbonly</DebugType>
 48    <Optimize>true</Optimize>
 49    <OutputPath>bin\Release\</OutputPath>
 50    <DefineConstants>TRACE</DefineConstants>
 51    <ErrorReport>prompt</ErrorReport>
 52    <WarningLevel>4</WarningLevel>
 53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 54  </PropertyGroup>
 55  <ItemGroup>
 56    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
 57      <SpecificVersion>False</SpecificVersion>
 58      <HintPath>..\..\..\thirdparty\log4net\log4net.dll</HintPath>
 59    </Reference>
 60    <Reference Include="System" />
 61    <Reference Include="System.Core">
 62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 63    </Reference>
 64    <Reference Include="System.Xml.Linq">
 65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 66    </Reference>
 67    <Reference Include="System.Data.DataSetExtensions">
 68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 69    </Reference>
 70    <Reference Include="System.Data" />
 71    <Reference Include="System.Xml" />
 72  </ItemGroup>
 73  <ItemGroup>
 74    <Compile Include="Log4NetLogFactory.cs" />
 75    <Compile Include="Log4NetLogger.cs" />
 76  </ItemGroup>
 77  <ItemGroup>
 78    <ProjectReference Include="..\infrastructure\infrastructure.csproj">
 79      <Project>{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}</Project>
 80      <Name>infrastructure</Name>
 81    </ProjectReference>
 82  </ItemGroup>
 83  <ItemGroup>
 84    <Folder Include="Properties\" />
 85  </ItemGroup>
 86  <ItemGroup>
 87    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 88      <Visible>False</Visible>
 89      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 90      <Install>false</Install>
 91    </BootstrapperPackage>
 92    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 93      <Visible>False</Visible>
 94      <ProductName>.NET Framework 3.5 SP1</ProductName>
 95      <Install>true</Install>
 96    </BootstrapperPackage>
 97    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 98      <Visible>False</Visible>
 99      <ProductName>Windows Installer 3.1</ProductName>
100      <Install>true</Install>
101    </BootstrapperPackage>
102  </ItemGroup>
103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
105       Other similar extension points exist, see Microsoft.Common.targets.
106  <Target Name="BeforeBuild">
107  </Target>
108  <Target Name="AfterBuild">
109  </Target>
110  -->
111</Project>