File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 37
37
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
38
38
<TreatWarningsAsErrors >false</TreatWarningsAsErrors >
39
39
<DocumentationFile >bin\Release\LibGit2Sharp.xml</DocumentationFile >
40
+ <CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
41
+ </PropertyGroup >
42
+ <PropertyGroup >
43
+ <SignAssembly >true</SignAssembly >
44
+ </PropertyGroup >
45
+ <PropertyGroup >
46
+ <AssemblyOriginatorKeyFile >ScrumSoftware.snk</AssemblyOriginatorKeyFile >
40
47
</PropertyGroup >
41
48
<ItemGroup >
42
49
<Reference Include =" System" />
360
367
<ItemGroup >
361
368
<EmbeddedResource Include =" libgit2sharp_hash.txt" />
362
369
</ItemGroup >
370
+ <ItemGroup >
371
+ <None Include =" ScrumSoftware.snk" />
372
+ </ItemGroup >
363
373
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
364
374
<Import Project =" UniqueIdentifier.targets" />
365
375
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments