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:
authorMike Minns <mminns@itofinity.co.uk>2018-12-03 05:21:27 +0300
committerMike Minns <mminns@itofinity.co.uk>2018-12-03 05:21:27 +0300
commit7e7e84a2029eecbe21b1850f40db88169f2f8eab (patch)
treebf7afbaf6e9096c2efd12245ddb33902d65ea5ac
parent222d4c432303063aee5f7b0fbb603db102a848f7 (diff)
Issue-1471 undo unneeded csproj changes
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj11
1 files changed, 2 insertions, 9 deletions
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index 2e376e2c..fecc80f0 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -17,7 +17,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DefineConstants>TRACE;DEBUG;NETSTANDARD2_0;LEAKS_IDENTIFYING;LEAKS_TRACKING</DefineConstants>
+ <DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">$(DefineConstants);DESKTOP</DefineConstants>
</PropertyGroup>
<ItemGroup>
@@ -29,10 +29,7 @@
<None Include="..\README.md" Pack="true" PackagePath="App_Readme\" />
<None Include="..\LICENSE.md" Pack="true" PackagePath="App_Readme\" />
<None Include="..\CHANGES.md" Pack="true" PackagePath="App_Readme\" />
- <Compile Update="Core\Handles\Objects.cs" DependentUpon="Objects.tt">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- </Compile>
+ <Compile Update="Core\Handles\Objects.cs" DependentUpon="Objects.tt" />
</ItemGroup>
<ItemGroup>
@@ -41,10 +38,6 @@
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.13" PrivateAssets="all" />
</ItemGroup>
- <ItemGroup>
- <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
- </ItemGroup>
-
<Import Project="..\Targets\CodeGenerator.targets" />
<Import Project="..\Targets\GenerateNativeDllName.targets" />