Skip to content

Commit 7e7e84a

Browse files
committed
Issue-1471 undo unneeded csproj changes
1 parent 222d4c4 commit 7e7e84a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
20-
<DefineConstants>TRACE;DEBUG;NETSTANDARD2_0;LEAKS_IDENTIFYING;LEAKS_TRACKING</DefineConstants>
20+
<DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">$(DefineConstants);DESKTOP</DefineConstants>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
@@ -29,10 +29,7 @@
2929
<None Include="..\README.md" Pack="true" PackagePath="App_Readme\" />
3030
<None Include="..\LICENSE.md" Pack="true" PackagePath="App_Readme\" />
3131
<None Include="..\CHANGES.md" Pack="true" PackagePath="App_Readme\" />
32-
<Compile Update="Core\Handles\Objects.cs" DependentUpon="Objects.tt">
33-
<DesignTime>True</DesignTime>
34-
<AutoGen>True</AutoGen>
35-
</Compile>
32+
<Compile Update="Core\Handles\Objects.cs" DependentUpon="Objects.tt" />
3633
</ItemGroup>
3734

3835
<ItemGroup>
@@ -41,10 +38,6 @@
4138
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.13" PrivateAssets="all" />
4239
</ItemGroup>
4340

44-
<ItemGroup>
45-
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
46-
</ItemGroup>
47-
4841
<Import Project="..\Targets\CodeGenerator.targets" />
4942
<Import Project="..\Targets\GenerateNativeDllName.targets" />
5043

0 commit comments

Comments
 (0)