1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>9.0.30729</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{4376ECC9-C346-4A99-B13C-FA93C0FBD2C9}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>YOURLIBNAME.Test</RootNamespace>
\r
11 <AssemblyName>YOURLIBNAME.Test</AssemblyName>
\r
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
13 <FileAlignment>512</FileAlignment>
\r
14 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
17 <DebugSymbols>true</DebugSymbols>
\r
18 <DebugType>full</DebugType>
\r
19 <Optimize>false</Optimize>
\r
20 <OutputPath>..\..\bin\Debug\</OutputPath>
\r
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
22 <ErrorReport>prompt</ErrorReport>
\r
23 <WarningLevel>4</WarningLevel>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
26 <DebugType>pdbonly</DebugType>
\r
27 <Optimize>true</Optimize>
\r
28 <OutputPath>..\..\bin\Release\</OutputPath>
\r
29 <DefineConstants>TRACE</DefineConstants>
\r
30 <ErrorReport>prompt</ErrorReport>
\r
31 <WarningLevel>4</WarningLevel>
\r
33 <PropertyGroup Condition=" '$(Sign)' == 'true' ">
\r
34 <SignAssembly>true</SignAssembly>
\r
35 <AssemblyOriginatorKeyFile>..\official-build-key.pfx</AssemblyOriginatorKeyFile>
\r
38 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
\r
39 <SpecificVersion>False</SpecificVersion>
\r
40 <HintPath>..\..\lib\log4net.dll</HintPath>
\r
42 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
\r
43 <Reference Include="System" />
\r
44 <Reference Include="System.Core">
\r
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
47 <Reference Include="System.Data" />
\r
48 <Reference Include="System.Data.DataSetExtensions">
\r
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
51 <Reference Include="System.Runtime.Serialization">
\r
52 <RequiredTargetFramework>3.0</RequiredTargetFramework>
\r
54 <Reference Include="System.Web" />
\r
55 <Reference Include="System.Xml" />
\r
56 <Reference Include="System.Xml.Linq">
\r
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
61 <Compile Include="Properties\AssemblyInfo.cs" />
\r
62 <Compile Include="TestBase.cs" />
\r
65 <ProjectReference Include="..\YOURLIBNAME\YOURLIBNAME.csproj">
\r
66 <Project>{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</Project>
\r
67 <Name>YOURLIBNAME</Name>
\r
71 <EmbeddedResource Include="Logging.config" />
\r
73 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
74 <Import Project="..\..\tools\YOURLIBNAME.Versioning.targets" />
\r