Browse Source

Workaround a weird build problem on my machine:

AL1078:	Error signing assembly -- Access is denied.
pull/1835/head
Daniel Grunwald 6 years ago
parent
commit
9e460f3192
  1. 2
      ILSpy/ILSpy.csproj

2
ILSpy/ILSpy.csproj

@ -278,7 +278,7 @@ @@ -278,7 +278,7 @@
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.zh-Hans.resx" />
<EmbeddedResource Condition=" '$(COMPUTERNAME)' != 'DANIEL-E590' " Include="Properties\Resources.zh-Hans.resx" />
<Resource Include="Images\ILSpy.ico" />
<EmbeddedResource Include="TextView\CSharp-Mode.xshd" />
<None Include="app.config" />

Loading…
Cancel
Save