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 >{D866F87B-7088-432C-AE36-10324815A25E}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Prometheus.Tests</RootNamespace >
11
+ <AssemblyName >prometheus-net.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 =" nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
34
+ <HintPath >..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath >
35
+ <Private >True</Private >
36
+ </Reference >
37
+ <Reference Include =" protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL" >
38
+ <SpecificVersion >False</SpecificVersion >
39
+ <HintPath >..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" Should" >
42
+ <HintPath >..\packages\Should.1.1.20\lib\Should.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ <Reference Include =" System.Reactive.Core, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\System.Reactive.Core.3.1.1\lib\net45\System.Reactive.Core.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ <Reference Include =" System.Reactive.Interfaces, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\System.Reactive.Interfaces.3.1.1\lib\net45\System.Reactive.Interfaces.dll</HintPath >
52
+ <Private >True</Private >
53
+ </Reference >
54
+ <Reference Include =" System.Reactive.Linq, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\System.Reactive.Linq.3.1.1\lib\net45\System.Reactive.Linq.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" System.Reactive.PlatformServices, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
59
+ <HintPath >..\packages\System.Reactive.PlatformServices.3.1.1\lib\net45\System.Reactive.PlatformServices.dll</HintPath >
60
+ <Private >True</Private >
61
+ </Reference >
62
+ <Reference Include =" System.Reactive.Windows.Threading, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
63
+ <HintPath >..\packages\System.Reactive.Windows.Threading.3.1.1\lib\net45\System.Reactive.Windows.Threading.dll</HintPath >
64
+ <Private >True</Private >
65
+ </Reference >
66
+ <Reference Include =" System.Windows" />
67
+ <Reference Include =" System.Xml.Linq" />
68
+ <Reference Include =" System.Data.DataSetExtensions" />
69
+ <Reference Include =" Microsoft.CSharp" />
70
+ <Reference Include =" System.Data" />
71
+ <Reference Include =" System.Xml" />
72
+ <Reference Include =" WindowsBase" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <Compile Include =" Properties\AssemblyInfo.cs" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <None Include =" packages.config" >
79
+ <SubType >Designer</SubType >
80
+ </None >
81
+ </ItemGroup >
82
+ <ItemGroup >
83
+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
84
+ </ItemGroup >
85
+ <Import Project =" ..\prometheus-net.shared\prometheus-net.shared.projitems" Label =" Shared" />
86
+ <Import Project =" ..\prometheus-net.sharedtests\prometheus-net.sharedtests.projitems" Label =" Shared" />
87
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89
+ Other similar extension points exist, see Microsoft.Common.targets.
90
+ <Target Name="BeforeBuild">
91
+ </Target>
92
+ <Target Name="AfterBuild">
93
+ </Target>
94
+ -->
95
+ </Project >
0 commit comments