1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.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
- <PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
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
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
- <DebugSymbols >true</DebugSymbols >
17
- <DebugType >full</DebugType >
18
- <Optimize >false</Optimize >
19
- <OutputPath >bin\Debug\</OutputPath >
20
- <DefineConstants >DEBUG;TRACE</DefineConstants >
21
- <ErrorReport >prompt</ErrorReport >
22
- <WarningLevel >4</WarningLevel >
23
- </PropertyGroup >
24
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
- <DebugType >pdbonly</DebugType >
26
- <Optimize >true</Optimize >
27
- <OutputPath >bin\Release\</OutputPath >
28
- <DefineConstants >TRACE</DefineConstants >
29
- <ErrorReport >prompt</ErrorReport >
30
- <WarningLevel >4</WarningLevel >
31
- </PropertyGroup >
32
- <ItemGroup >
33
- <Reference Include =" Moq" >
34
- <HintPath >..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath >
35
- </Reference >
36
- <Reference Include =" System" />
37
- <Reference Include =" System.Core" />
38
- <Reference Include =" Microsoft.CSharp" />
39
- <Reference Include =" xunit" >
40
- <HintPath >..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
41
- </Reference >
42
- </ItemGroup >
43
- <ItemGroup >
44
- <Compile Include =" Properties\AssemblyInfo.cs" />
45
- </ItemGroup >
46
- <ItemGroup >
47
- <ProjectReference Include =" ..\Broker\Broker.csproj" >
48
- <Project >{1397ec83-6d03-4d81-95d5-5d11c766c43a}</Project >
49
- <Name >Broker</Name >
50
- </ProjectReference >
51
- <ProjectReference Include =" ..\Client\Client.csproj" >
52
- <Project >{d3eb8c4f-6cf4-4eb4-94e3-bca31767ae53}</Project >
53
- <Name >Client</Name >
54
- </ProjectReference >
55
- <ProjectReference Include =" ..\Portable\Portable.csproj" >
56
- <Project >{6481b999-0479-4162-ac53-5936ce5fd8bf}</Project >
57
- <Name >Portable</Name >
58
- </ProjectReference >
59
- </ItemGroup >
60
- <ItemGroup >
61
- <None Include =" packages.config" />
62
- </ItemGroup >
63
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65
- Other similar extension points exist, see Microsoft.Common.targets.
66
- <Target Name="BeforeBuild">
67
- </Target>
68
- <Target Name="AfterBuild">
69
- </Target>
70
- -->
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" />
71
48
</Project >
0 commit comments