Skip to content

Commit aa78f8a

Browse files
committed
safe
1 parent 7b01568 commit aa78f8a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Slic3rPostProcessing.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
12+
Description = Slic3r Post Processing Script which does some stuff.
1213
EndGlobalSection
1314
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1415
{F65E1FAE-B2AC-4544-A842-30D057BAAFD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU

Slic3rPostProcessing/Slic3rPostProcessing.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@
4141
<PropertyGroup>
4242
<NoWin32Manifest>true</NoWin32Manifest>
4343
</PropertyGroup>
44+
<PropertyGroup>
45+
<SignAssembly>false</SignAssembly>
46+
</PropertyGroup>
4447
<ItemGroup>
4548
<Reference Include="NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL">
4649
<HintPath>..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath>
4750
<Private>True</Private>
48-
<EmbedInteropTypes>False</EmbedInteropTypes>
4951
</Reference>
5052
<Reference Include="System" />
5153
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)