1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{2E912FF3-B29A-441E-B32D-4647EA33F490}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <RootNamespace >IntegrationServer.Tests</RootNamespace >
9+ <AssemblyName >IntegrationServer.Tests</AssemblyName >
10+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
11+ </PropertyGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13+ <DebugSymbols >true</DebugSymbols >
14+ <DebugType >full</DebugType >
15+ <Optimize >false</Optimize >
16+ <OutputPath >bin\Debug</OutputPath >
17+ <DefineConstants >DEBUG;</DefineConstants >
18+ <ErrorReport >prompt</ErrorReport >
19+ <WarningLevel >4</WarningLevel >
20+ <ConsolePause >false</ConsolePause >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
23+ <DebugType >full</DebugType >
24+ <Optimize >true</Optimize >
25+ <OutputPath >bin\Release</OutputPath >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ <ConsolePause >false</ConsolePause >
29+ </PropertyGroup >
30+ <ItemGroup >
31+ <Reference Include =" System" />
32+ <Reference Include =" nunit.framework" >
33+ <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
34+ </Reference >
35+ <Reference Include =" BeekmanLabs.UnitTesting" >
36+ <HintPath >..\packages\BeekmanLabs.UnitTesting.0.0.0\lib\net45\BeekmanLabs.UnitTesting.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" Moq" >
39+ <HintPath >..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Microsoft.Practices.Unity" >
42+ <HintPath >..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Microsoft.Practices.Unity.Configuration" >
45+ <HintPath >..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Microsoft.Practices.Unity.RegistrationByConvention" >
48+ <HintPath >..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath >
49+ </Reference >
50+ </ItemGroup >
51+ <ItemGroup >
52+ <Compile Include =" Properties\AssemblyInfo.cs" />
53+ </ItemGroup >
54+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
55+ <ItemGroup >
56+ <None Include =" packages.config" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <ProjectReference Include =" ..\IntegrationServer\IntegrationServer.csproj" >
60+ <Project >{C273AE91-E13F-4443-8D01-9C97016AB4AC}</Project >
61+ <Name >IntegrationServer</Name >
62+ </ProjectReference >
63+ <ProjectReference Include =" ..\IntegrationEngine.Core\IntegrationEngine.Core.csproj" >
64+ <Project >{3F3794D7-4078-4D26-954C-7864173EDD86}</Project >
65+ <Name >IntegrationEngine.Core</Name >
66+ </ProjectReference >
67+ <ProjectReference Include =" ..\IntegrationEngine.Model\IntegrationEngine.Model.csproj" >
68+ <Project >{0B499FE4-0BDB-4080-BCB7-F8D4CE54A4FF}</Project >
69+ <Name >IntegrationEngine.Model</Name >
70+ </ProjectReference >
71+ <ProjectReference Include =" ..\IntegrationEngine\IntegrationEngine.csproj" >
72+ <Project >{7D49353D-A68C-4ACA-A6A5-40B1C314C30E}</Project >
73+ <Name >IntegrationEngine</Name >
74+ </ProjectReference >
75+ </ItemGroup >
76+ </Project >
0 commit comments