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 =" ..\..\packages\LibGit2Sharp.NativeBinaries.1.0.129 \build\LibGit2Sharp.NativeBinaries.props" Condition =" Exists('..\..\packages\LibGit2Sharp.NativeBinaries.1.0.129 \build\LibGit2Sharp.NativeBinaries.props')" />
4
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
- <PropertyGroup >
6
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
- <ProjectGuid >{C11252F9-0ECA-44DC-860B-E029C04FBD10}</ProjectGuid >
9
- <OutputType >Library</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >GitTools</RootNamespace >
12
- <AssemblyName >GitTools.Core</AssemblyName >
13
- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
- <LangVersion >5</LangVersion >
15
- <FileAlignment >512</FileAlignment >
16
- <TargetFrameworkProfile />
17
- <NuGetPackageImportStamp >
18
- </NuGetPackageImportStamp >
19
- </PropertyGroup >
20
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
- <DebugSymbols >true</DebugSymbols >
22
- <DebugType >full</DebugType >
23
- <Optimize >false</Optimize >
24
- <OutputPath >..\..\..\output\Debug\GitTools.Core\net4\</OutputPath >
25
- <DefineConstants >TRACE;DEBUG</DefineConstants >
26
- <ErrorReport >prompt</ErrorReport >
27
- <WarningLevel >4</WarningLevel >
28
- <DocumentationFile >..\..\..\output\Debug\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile >
29
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
30
- <NoWarn >1591</NoWarn >
31
- </PropertyGroup >
32
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
- <DebugType >pdbonly</DebugType >
34
- <Optimize >true</Optimize >
35
- <OutputPath >..\..\..\output\Release\GitTools.Core\net4\</OutputPath >
36
- <DefineConstants >TRACE</DefineConstants >
37
- <ErrorReport >prompt</ErrorReport >
38
- <WarningLevel >4</WarningLevel >
39
- <NoWarn >1591</NoWarn >
40
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
41
- <DocumentationFile >..\..\..\output\Release\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile >
42
- </PropertyGroup >
43
- <ItemGroup >
44
- <Reference Include =" LibGit2Sharp, Version=0.22 .0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL" >
45
- <HintPath >..\..\packages\LibGit2Sharp.0.22.0 \lib\net40\LibGit2Sharp.dll</HintPath >
46
- <Private >True</Private >
47
- </Reference >
48
- <Reference Include =" System" />
49
- <Reference Include =" System.Core" />
50
- <Reference Include =" System.Xml.Linq" />
51
- <Reference Include =" System.Data.DataSetExtensions" />
52
- <Reference Include =" Microsoft.CSharp" />
53
- <Reference Include =" System.Data" />
54
- <Reference Include =" System.Xml" />
55
- </ItemGroup >
56
- <ItemGroup >
57
- <Compile Include =" ..\..\SolutionAssemblyInfo.cs" >
58
- <Link >Properties\SolutionAssemblyInfo.cs</Link >
59
- </Compile >
60
- <Compile Include =" App_Packages\LibLog.4.2\LibLog.cs" />
61
- <Compile Include =" Properties\JetBrainsAnnotations.cs" />
62
- <Compile Include =" Properties\AssemblyInfo.cs" />
63
- </ItemGroup >
64
- <ItemGroup >
65
- <None Include =" packages.config" />
66
- </ItemGroup >
67
- <Import Project =" ..\GitTools.Core.Shared\GitTools.Core.Shared.projitems" Label =" Shared" />
68
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
70
- <PropertyGroup >
71
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
72
- </PropertyGroup >
73
- <Error Condition =" !Exists('..\..\packages\LibGit2Sharp.NativeBinaries.1.0.129 \build\LibGit2Sharp.NativeBinaries.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\LibGit2Sharp.NativeBinaries.1.0.129 \build\LibGit2Sharp.NativeBinaries.props'))" />
74
- </Target >
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 =" ..\..\packages\LibGit2Sharp.NativeBinaries.1.0.137 \build\LibGit2Sharp.NativeBinaries.props" Condition =" Exists('..\..\packages\LibGit2Sharp.NativeBinaries.1.0.137 \build\LibGit2Sharp.NativeBinaries.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{C11252F9-0ECA-44DC-860B-E029C04FBD10}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >GitTools</RootNamespace >
12
+ <AssemblyName >GitTools.Core</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <LangVersion >5</LangVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <TargetFrameworkProfile />
17
+ <NuGetPackageImportStamp >
18
+ </NuGetPackageImportStamp >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >false</Optimize >
24
+ <OutputPath >..\..\..\output\Debug\GitTools.Core\net4\</OutputPath >
25
+ <DefineConstants >TRACE;DEBUG</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ <DocumentationFile >..\..\..\output\Debug\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile >
29
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
30
+ <NoWarn >1591</NoWarn >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >..\..\..\output\Release\GitTools.Core\net4\</OutputPath >
36
+ <DefineConstants >TRACE</DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <WarningLevel >4</WarningLevel >
39
+ <NoWarn >1591</NoWarn >
40
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
41
+ <DocumentationFile >..\..\..\output\Release\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile >
42
+ </PropertyGroup >
43
+ <ItemGroup >
44
+ <Reference Include =" LibGit2Sharp, Version=0.23 .0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL" >
45
+ <HintPath >..\..\packages\LibGit2Sharp.0.23.0-pre20150419160303 \lib\net40\LibGit2Sharp.dll</HintPath >
46
+ <Private >True</Private >
47
+ </Reference >
48
+ <Reference Include =" System" />
49
+ <Reference Include =" System.Core" />
50
+ <Reference Include =" System.Xml.Linq" />
51
+ <Reference Include =" System.Data.DataSetExtensions" />
52
+ <Reference Include =" Microsoft.CSharp" />
53
+ <Reference Include =" System.Data" />
54
+ <Reference Include =" System.Xml" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" ..\..\SolutionAssemblyInfo.cs" >
58
+ <Link >Properties\SolutionAssemblyInfo.cs</Link >
59
+ </Compile >
60
+ <Compile Include =" App_Packages\LibLog.4.2\LibLog.cs" />
61
+ <Compile Include =" Properties\JetBrainsAnnotations.cs" />
62
+ <Compile Include =" Properties\AssemblyInfo.cs" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <None Include =" packages.config" />
66
+ </ItemGroup >
67
+ <Import Project =" ..\GitTools.Core.Shared\GitTools.Core.Shared.projitems" Label =" Shared" />
68
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
70
+ <PropertyGroup >
71
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
72
+ </PropertyGroup >
73
+ <Error Condition =" !Exists('..\..\packages\LibGit2Sharp.NativeBinaries.1.0.137 \build\LibGit2Sharp.NativeBinaries.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\LibGit2Sharp.NativeBinaries.1.0.137 \build\LibGit2Sharp.NativeBinaries.props'))" />
74
+ </Target >
75
75
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76
76
Other similar extension points exist, see Microsoft.Common.targets.
77
77
<Target Name="BeforeBuild">
78
78
</Target>
79
79
<Target Name="AfterBuild">
80
80
</Target>
81
- -->
81
+ -->
82
82
</Project >
0 commit comments