1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
- <Import Project =" ..\Hermes.props" />
5
- <PropertyGroup >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{CC70B0BB-EC87-45D0-A4AE-2462F99D7573}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >Tests</RootNamespace >
11
- <AssemblyName >Tests</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- </PropertyGroup >
15
- <ItemGroup >
16
- <Reference Include =" Moq" >
17
- <HintPath >..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath >
18
- </Reference >
19
- <Reference Include =" System" />
20
- <Reference Include =" System.Core" />
21
- <Reference Include =" Microsoft.CSharp" />
22
- <Reference Include =" xunit" >
23
- <HintPath >..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
24
- </Reference >
25
- </ItemGroup >
26
- <ItemGroup >
27
- <Compile Include =" Properties\AssemblyInfo.cs" />
28
- </ItemGroup >
29
- <ItemGroup >
30
- <ProjectReference Include =" ..\Broker\Broker.csproj" >
31
- <Project >{1397ec83-6d03-4d81-95d5-5d11c766c43a}</Project >
32
- <Name >Broker</Name >
33
- </ProjectReference >
34
- <ProjectReference Include =" ..\Client\Client.csproj" >
35
- <Project >{d3eb8c4f-6cf4-4eb4-94e3-bca31767ae53}</Project >
36
- <Name >Client</Name >
37
- </ProjectReference >
38
- <ProjectReference Include =" ..\Portable\Portable.csproj" >
39
- <Project >{6481b999-0479-4162-ac53-5936ce5fd8bf}</Project >
40
- <Name >Portable</Name >
41
- </ProjectReference >
42
- </ItemGroup >
43
- <ItemGroup >
44
- <None Include =" packages.config" />
45
- </ItemGroup >
46
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
47
- <Import Project =" ..\Hermes.targets" />
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <Import Project =" ..\Hermes.props" />
5
+ <PropertyGroup >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{CC70B0BB-EC87-45D0-A4AE-2462F99D7573}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Tests</RootNamespace >
11
+ <AssemblyName >Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <ItemGroup >
16
+ <Reference Include =" Moq" >
17
+ <HintPath >..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath >
18
+ </Reference >
19
+ <Reference Include =" System" />
20
+ <Reference Include =" System.Core" />
21
+ <Reference Include =" Microsoft.CSharp" />
22
+ <Reference Include =" xunit" >
23
+ <HintPath >..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
24
+ </Reference >
25
+ </ItemGroup >
26
+ <ItemGroup >
27
+ <Compile Include =" Properties\AssemblyInfo.cs" />
28
+ </ItemGroup >
29
+ <ItemGroup >
30
+ <ProjectReference Include =" ..\Broker\Broker.csproj" >
31
+ <Project >{1397ec83-6d03-4d81-95d5-5d11c766c43a}</Project >
32
+ <Name >Broker</Name >
33
+ </ProjectReference >
34
+ <ProjectReference Include =" ..\Client\Client.csproj" >
35
+ <Project >{d3eb8c4f-6cf4-4eb4-94e3-bca31767ae53}</Project >
36
+ <Name >Client</Name >
37
+ </ProjectReference >
38
+ <ProjectReference Include =" ..\Portable\Portable.csproj" >
39
+ <Project >{6481b999-0479-4162-ac53-5936ce5fd8bf}</Project >
40
+ <Name >Portable</Name >
41
+ </ProjectReference >
42
+ </ItemGroup >
43
+ <ItemGroup >
44
+ <None Include =" ..\Hermes.licenseheader" >
45
+ <Link >Hermes.licenseheader</Link >
46
+ </None >
47
+ <None Include =" packages.config" />
48
+ </ItemGroup >
49
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50
+ <Import Project =" ..\Hermes.targets" />
48
51
</Project >
0 commit comments