File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments