Skip to content

Commit

Permalink
De-signing
Browse files Browse the repository at this point in the history
This doesn't work because basically everything I own is unsigned. We'll just deal with this later, whenever we start a new project
  • Loading branch information
Ignacio Tampe authored and Ignacio Tampe committed Sep 22, 2020
1 parent 641538f commit c9988be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BasicGraphics.C/Igtampe.BasicGraphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TheChopoSignature.pfx</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion BasicRender/Igtampe.BasicRender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TheChopoSignature.pfx</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion BasicRenderShowcase/Example_CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TheChopoSignature.pfx</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion BasicWindow.C/Igtampe.BasicWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TheChopoSignature.pfx</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion Igtampe.BasicFonts/Igtampe.BasicFonts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TheChopoSignature.pfx</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ApplicationIcon>BasicFonts.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TheChopoSignature.pfx</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit c9988be

Please sign in to comment.