1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
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
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{39313686-9B5F-4680-9D5C-373C3E2C87CF}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >PushSharp.Tests</RootNamespace >
11
+ <AssemblyName >PushSharp.Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
15
+ <RestorePackages >true</RestorePackages >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
36
+ <HintPath >..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath >
37
+ </Reference >
38
+ <Reference Include =" System" />
39
+ <Reference Include =" System.Core" />
40
+ <Reference Include =" System.Xml.Linq" />
41
+ <Reference Include =" System.Data.DataSetExtensions" />
42
+ <Reference Include =" Microsoft.CSharp" />
43
+ <Reference Include =" System.Data" />
44
+ <Reference Include =" System.Xml" />
45
+ </ItemGroup >
46
+ <ItemGroup >
47
+ <Compile Include =" CoreTests.cs" />
48
+ <Compile Include =" Properties\AssemblyInfo.cs" />
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <None Include =" packages.config" />
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <ProjectReference Include =" ..\..\PushSharp.Android\PushSharp.Google.csproj" >
55
+ <Project >{71e27c37-fbbf-481b-934b-1f7dbde3c5d6}</Project >
56
+ <Name >PushSharp.Google</Name >
57
+ </ProjectReference >
58
+ <ProjectReference Include =" ..\..\PushSharp.Apple\PushSharp.Apple.csproj" >
59
+ <Project >{83c67156-893d-4aff-9169-db34771989cb}</Project >
60
+ <Name >PushSharp.Apple</Name >
61
+ </ProjectReference >
62
+ <ProjectReference Include =" ..\..\PushSharp.Core\PushSharp.Core.csproj" >
63
+ <Project >{836f225f-6cd9-48de-910c-70f8a7cf54aa}</Project >
64
+ <Name >PushSharp.Core</Name >
65
+ </ProjectReference >
66
+ <ProjectReference Include =" ..\..\PushSharp.WindowsPhone\PushSharp.WindowsPhone.csproj" >
67
+ <Project >{9947f510-ba9a-4045-a648-bab687d8f513}</Project >
68
+ <Name >PushSharp.WindowsPhone</Name >
69
+ </ProjectReference >
70
+ <ProjectReference Include =" ..\..\PushSharp.Windows\PushSharp.Windows.csproj" >
71
+ <Project >{0ec3a31e-b869-4465-abdc-90c2e3ccc17d}</Project >
72
+ <Name >PushSharp.Windows</Name >
73
+ </ProjectReference >
74
+ </ItemGroup >
75
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76
+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
77
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78
+ Other similar extension points exist, see Microsoft.Common.targets.
79
+ <Target Name="BeforeBuild">
80
+ </Target>
81
+ <Target Name="AfterBuild">
82
+ </Target>
83
+ -->
84
+ </Project >
0 commit comments