ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/AnywhereTS.Logging/AnywhereTS.Logging.csproj
Revision: 198
Committed: Mon Jul 16 16:34:11 2012 UTC (11 years, 4 months ago) by william
File size: 5206 byte(s)
Log Message:

File Contents

# Content
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>{94310144-2E03-4F73-B4B2-2039C58B242B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>AnywhereTS</RootNamespace>
12 <AssemblyName>AnywhereTS.Logging</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>full</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <DebugSymbols>true</DebugSymbols>
54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55 <NoWarn>0436</NoWarn>
56 </PropertyGroup>
57 <ItemGroup>
58 <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
59 <SpecificVersion>False</SpecificVersion>
60 <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath>
61 </Reference>
62 <Reference Include="System" />
63 <Reference Include="System.Core">
64 <RequiredTargetFramework>3.5</RequiredTargetFramework>
65 </Reference>
66 <Reference Include="System.Data" />
67 <Reference Include="System.Data.Linq" />
68 <Reference Include="System.Windows.Forms" />
69 <Reference Include="System.Xml" />
70 </ItemGroup>
71 <ItemGroup>
72 <Compile Include="..\VersionSupport\SharedAssemblyInfo.cs">
73 <Link>Properties\SharedAssemblyInfo.cs</Link>
74 </Compile>
75 <Compile Include="Logging.cs" />
76 <Compile Include="Properties\AssemblyInfo.cs" />
77 </ItemGroup>
78 <ItemGroup>
79 <None Include="App.config">
80 <SubType>Designer</SubType>
81 </None>
82 </ItemGroup>
83 <ItemGroup>
84 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
85 <Visible>False</Visible>
86 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
87 <Install>false</Install>
88 </BootstrapperPackage>
89 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
90 <Visible>False</Visible>
91 <ProductName>.NET Framework 3.5 SP1</ProductName>
92 <Install>true</Install>
93 </BootstrapperPackage>
94 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
95 <Visible>False</Visible>
96 <ProductName>Windows Installer 3.1</ProductName>
97 <Install>true</Install>
98 </BootstrapperPackage>
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\SvnVersionHelper\SvnVersionHelper.csproj">
102 <Project>{FFC5F6B4-126B-4C26-ADB5-BFE5CBC252F9}</Project>
103 <Name>SvnVersionHelper</Name>
104 </ProjectReference>
105 </ItemGroup>
106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107 <PropertyGroup>
108 <PreBuildEvent>"$(SolutionDir)3rdparty\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersionSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersionSupport\SharedAssemblyInfo.cs"
109 "$(SolutionDir)SvnVersionHelper\bin\$(ConfigurationName)\SvnVersionHelper.exe" "$(SolutionDir)VersionSupport\SharedAssemblyInfo.cs"</PreBuildEvent>
110 </PropertyGroup>
111 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112 Other similar extension points exist, see Microsoft.Common.targets.
113 <Target Name="BeforeBuild">
114 </Target>
115 <Target Name="AfterBuild">
116 </Target>
117 -->
118 </Project>