Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LibGit2Sharp.csproj « LibGit2Sharp - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e38804e66a148f419cfe9e543b836e9ddb7c5741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>LibGit2Sharp</RootNamespace>
    <AssemblyName>LibGit2Sharp</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PlatformTarget>x86</PlatformTarget>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <PlatformTarget>x86</PlatformTarget>
    <DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AbbreviatedObjectId.cs" />
    <Compile Include="Blob.cs" />
    <Compile Include="Branch.cs" />
    <Compile Include="BranchCollection.cs" />
    <Compile Include="Commit.cs" />
    <Compile Include="CommitCollection.cs" />
    <Compile Include="Core\Ensure.cs" />
    <Compile Include="Core\Epoch.cs" />
    <Compile Include="Core\GitErrorCode.cs" />
    <Compile Include="Core\GitObjectTypeMap.cs" />
    <Compile Include="Core\GitOid.cs" />
    <Compile Include="Core\GitReferenceType.cs" />
    <Compile Include="Core\GitRepositoryPathId.cs" />
    <Compile Include="Core\GitSignature.cs" />
    <Compile Include="Core\GitTime.cs" />
    <Compile Include="Core\IntPtrExtensions.cs" />
    <Compile Include="Core\Lazy.cs" />
    <Compile Include="Core\NativeMethods.cs" />
    <Compile Include="Core\ObjectSafeWrapper.cs" />
    <Compile Include="Core\PosixPathHelper.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Core\RevWalkerSafeHandle.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Core\SafeHandleBase.cs" />
    <Compile Include="Core\UnSafeNativeMethods.cs" />
    <Compile Include="DirectReference.cs" />
    <Compile Include="Core\GitIndexTime.cs" />
    <Compile Include="Core\GitIndexEntry.cs" />
    <Compile Include="GitObject.cs" />
    <Compile Include="GitObjectType.cs" />
    <Compile Include="GitSortOptions.cs" />
    <Compile Include="Core\LambdaEqualityHelper.cs" />
    <Compile Include="Core\Libgit2UnsafeHelper.cs" />
    <Compile Include="ICommitCollection.cs" />
    <Compile Include="Index.cs" />
    <Compile Include="IndexEntry.cs" />
    <Compile Include="Core\IndexSafeHandle.cs" />
    <Compile Include="IndexEntryState.cs" />
    <Compile Include="Filter.cs" />
    <Compile Include="IQueryableCommitCollection.cs" />
    <Compile Include="ObjectId.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Reference.cs" />
    <Compile Include="ReferenceCollection.cs" />
    <Compile Include="Repository.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="RepositoryInformation.cs" />
    <Compile Include="RepositoryExtensions.cs" />
    <Compile Include="Core\RepositorySafeHandle.cs" />
    <Compile Include="Signature.cs" />
    <Compile Include="SymbolicReference.cs" />
    <Compile Include="Tag.cs" />
    <Compile Include="TagAnnotation.cs" />
    <Compile Include="TagCollection.cs" />
    <Compile Include="Tree.cs" />
    <Compile Include="TreeEntry.cs" />
  </ItemGroup>
  <ItemGroup>
    <CodeAnalysisDictionary Include="CustomDictionary.xml" />
  </ItemGroup>
  <ItemGroup>
    <None Include="..\Lib\git2.dll">
      <Link>git2.dll</Link>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>