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 >{8F491136-6C38-4A8E-BFEA-9234FB981414}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <RootNamespace >IntegrationEngine.Client.Tests</RootNamespace >
9+ <AssemblyName >IntegrationEngine.Client.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.1409.1722\lib\net40\Moq.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" RestSharp" >
42+ <HintPath >..\packages\RestSharp.105.0.1\lib\net4\RestSharp.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Newtonsoft.Json" >
45+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
46+ </Reference >
47+ </ItemGroup >
48+ <ItemGroup >
49+ <Compile Include =" Properties\AssemblyInfo.cs" />
50+ <Compile Include =" InEngineClientTest.cs" />
51+ </ItemGroup >
52+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
53+ <ItemGroup >
54+ <None Include =" packages.config" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <ProjectReference Include =" ..\IntegrationEngine.Client\IntegrationEngine.Client.csproj" >
58+ <Project >{F3FCB706-F0DD-46C1-B121-785757FAE9B9}</Project >
59+ <Name >IntegrationEngine.Client</Name >
60+ </ProjectReference >
61+ </ItemGroup >
62+ </Project >
0 commit comments