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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/LibGit2Sharp.csproj')
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index 54fc4b9c..26e5aec3 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -78,19 +78,25 @@
<Compile Include="Core\Handles\PatchSafeHandle.cs" />
<Compile Include="Core\IntPtrExtensions.cs" />
<Compile Include="FetchOptions.cs" />
+ <Compile Include="MergeResult.cs" />
<Compile Include="RefSpec.cs" />
<Compile Include="RefSpecCollection.cs" />
<Compile Include="Core\EncodingMarshaler.cs" />
+ <Compile Include="Core\GitMergeOpts.cs" />
+ <Compile Include="Core\GitMergeTreeOpts.cs" />
<Compile Include="Core\Handles\BranchIteratorSafeHandle.cs" />
<Compile Include="Core\Handles\ConfigurationIteratorSafeHandle.cs" />
<Compile Include="Core\GitBlame.cs" />
<Compile Include="Core\Handles\BlameSafeHandle.cs" />
+ <Compile Include="Core\Handles\GitMergeHeadHandle.cs" />
+ <Compile Include="Core\Handles\GitMergeResultHandle.cs" />
<Compile Include="Core\PushTransferProgressCallbacks.cs" />
<Compile Include="Core\PackbuilderCallbacks.cs" />
<Compile Include="HistoryDivergence.cs" />
<Compile Include="PushOptions.cs" />
<Compile Include="Core\GitBuf.cs" />
<Compile Include="FilteringOptions.cs" />
+ <Compile Include="Core\GitMergeResult.cs" />
<Compile Include="ResetMode.cs" />
<Compile Include="NoteCollectionExtensions.cs" />
<Compile Include="RefSpecDirection.cs" />