remove .exe extractor resource

This commit is contained in:
Timothy Baldridge 2019-09-30 20:47:46 -06:00
parent ea95c78b26
commit c98991010f
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ namespace Wabbajack.Common
{ {
ExtractResource("Wabbajack.Common.7z.dll.gz", "7z.dll"); ExtractResource("Wabbajack.Common.7z.dll.gz", "7z.dll");
ExtractResource("Wabbajack.Common.7z.exe.gz", "7z.exe"); ExtractResource("Wabbajack.Common.7z.exe.gz", "7z.exe");
ExtractResource("Wabbajack.Common.innounp.exe.gz", "innounp.exe"); //ExtractResource("Wabbajack.Common.innounp.exe.gz", "innounp.exe");
} }
private static void ExtractResource(string from, string to) private static void ExtractResource(string from, string to)

View File

@ -100,7 +100,7 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="7z.dll.gz" /> <EmbeddedResource Include="7z.dll.gz" />
<EmbeddedResource Include="7z.exe.gz" /> <EmbeddedResource Include="7z.exe.gz" />
<EmbeddedResource Include="innounp.exe.gz" /> <None Include="innounp.exe.gz" />
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@ -116,7 +116,7 @@
<ItemGroup> <ItemGroup>
<Content Include="7z.dll" /> <Content Include="7z.dll" />
<Content Include="7z.exe" /> <Content Include="7z.exe" />
<Content Include="innounp.exe" /> <None Include="innounp.exe" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>