Skip to content

Commit 312c728

Browse files
authored
for not have sign for all people
for not have sign for all people
1 parent f781d22 commit 312c728

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

GraphDiff/GraphDiff/GraphDiff.csproj

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -33,7 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<PropertyGroup>
36-
<SignAssembly>true</SignAssembly>
36+
<SignAssembly>false</SignAssembly>
3737
</PropertyGroup>
3838
<PropertyGroup>
3939
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
@@ -72,16 +72,15 @@
7272
</ItemGroup>
7373
<ItemGroup>
7474
<None Include="packages.config" />
75-
<None Include="zzzproject.pfx" />
7675
</ItemGroup>
7776
<ItemGroup />
7877
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7978
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
80-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81-
Other similar extension points exist, see Microsoft.Common.targets.
82-
<Target Name="BeforeBuild">
83-
</Target>
84-
<Target Name="AfterBuild">
85-
</Target>
79+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80+
Other similar extension points exist, see Microsoft.Common.targets.
81+
<Target Name="BeforeBuild">
82+
</Target>
83+
<Target Name="AfterBuild">
84+
</Target>
8685
-->
87-
</Project>
86+
</Project>

0 commit comments

Comments
 (0)