1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.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 >{B9582325-8252-4281-A071-903A356D335F}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >LibGit2Sharp.Tests.Portable</RootNamespace >
11
+ <AssemblyName >LibGit2Sharp.Tests.Portable</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
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
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" System" />
37
+ <Reference Include =" System.Core" />
38
+ <Reference Include =" System.Xml.Linq" />
39
+ <Reference Include =" System.Data.DataSetExtensions" />
40
+ <Reference Include =" Microsoft.CSharp" />
41
+ <Reference Include =" System.Data" />
42
+ <Reference Include =" System.Net.Http" />
43
+ <Reference Include =" System.Xml" />
44
+ </ItemGroup >
45
+ <ItemGroup >
46
+ <Compile Include =" ..\libgit2sharp.shared\core\Epoch.cs" >
47
+ <Link >TestHelpers\Epoch.cs</Link >
48
+ </Compile >
49
+ <Compile Include =" ..\libgit2sharp.shared\core\Platform.cs" >
50
+ <Link >TestHelpers\Platform.cs</Link >
51
+ </Compile >
52
+ <Compile Include =" Properties\AssemblyInfo.cs" />
53
+ </ItemGroup >
54
+ <ItemGroup >
55
+ <ProjectReference Include =" ..\LibGit2Sharp.Portable\LibGit2Sharp.Portable.csproj" >
56
+ <Project >{39fdd325-625a-4619-a8a9-4e061d0f993f}</Project >
57
+ <Name >LibGit2Sharp.Portable</Name >
58
+ </ProjectReference >
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <None Include =" app.config" />
62
+ <None Include =" project.json" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
66
+ </ItemGroup >
67
+ <Import Project =" ..\LibGit2Sharp.Tests.Shared\LibGit2Sharp.Tests.Shared.projitems" Label =" Shared" />
68
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70
+ Other similar extension points exist, see Microsoft.Common.targets.
71
+ <Target Name="BeforeBuild">
72
+ </Target>
73
+ <Target Name="AfterBuild">
74
+ </Target>
75
+ -->
76
+ </Project >
0 commit comments