added strong name key

This commit is contained in:
Stardust3D 2022-01-28 20:32:45 +01:00
parent ac231467a3
commit a3f71aee43
2 changed files with 4 additions and 2 deletions

View file

@ -48,8 +48,7 @@
<DelaySign>false</DelaySign> <DelaySign>false</DelaySign>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>RJW_PlasticSurgeries.snk</AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Assembly-CSharp"> <Reference Include="Assembly-CSharp">
@ -100,5 +99,8 @@
<Link>Defs\Recipe_Surgery\Recipes_Surgery_Vaginoplasty.xml</Link> <Link>Defs\Recipe_Surgery\Recipes_Surgery_Vaginoplasty.xml</Link>
</Content> </Content>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="RJW_PlasticSurgeries.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>

Binary file not shown.