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 >{F305304B-081C-44B5-BE53-F24A07BCDC56}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <RootNamespace >LibTester</RootNamespace >
9
+ <AssemblyName >LibTester</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.3\lib\nunit.framework.dll</HintPath >
34
+ </Reference >
35
+ <Reference Include =" LinqExtender" >
36
+ <HintPath >..\packages\LinqExtender.3.0.1\lib\LinqExtender.dll</HintPath >
37
+ </Reference >
38
+ </ItemGroup >
39
+ <ItemGroup >
40
+ <Compile Include =" Test.cs" />
41
+ <Compile Include =" TestAppData.cs" />
42
+ <Compile Include =" ExpressionVisitor.cs" />
43
+ <Compile Include =" DefaultContext.cs" />
44
+ <Compile Include =" MyEntity.cs" />
45
+ </ItemGroup >
46
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
47
+ <Import Project =" ..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
48
+ <ItemGroup >
49
+ <None Include =" packages.config" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <ProjectReference Include =" ..\Kinvey-Xamarin\Kinvey-Xamarin.csproj" >
53
+ <Project >{6644D98D-026B-48E9-95A3-61C4D98D82E7}</Project >
54
+ <Name >Kinvey-Xamarin</Name >
55
+ </ProjectReference >
56
+ <ProjectReference Include =" ..\Kinvey-Utils\Kinvey-Utils.csproj" >
57
+ <Project >{444456B1-5B55-48D6-9637-00ADCA92B7C9}</Project >
58
+ <Name >Kinvey-Utils</Name >
59
+ </ProjectReference >
60
+ <ProjectReference Include =" ..\RestSharp.Portable\RestSharp.Portable.csproj" >
61
+ <Project >{BA2352E1-CB07-4795-A2EB-F70720B2BBC9}</Project >
62
+ <Name >RestSharp.Portable</Name >
63
+ </ProjectReference >
64
+ </ItemGroup >
65
+ </Project >
0 commit comments