Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Removed Fody and Costura as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Nov 28, 2019
1 parent b3a7c01 commit d884bea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 133 deletions.
3 changes: 0 additions & 3 deletions OMODFramework/FodyWeavers.xml

This file was deleted.

111 changes: 0 additions & 111 deletions OMODFramework/FodyWeavers.xsd

This file was deleted.

17 changes: 0 additions & 17 deletions OMODFramework/OMODFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
<Reference Include="AlphaFS, Version=2.2.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\AlphaFS.2.2.6\lib\net452\AlphaFS.dll</HintPath>
</Reference>
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -70,22 +67,8 @@
<Compile Include="Utils.cs" />
</ItemGroup>
<ItemGroup>
<None Include="FodyWeavers.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="FodyWeavers.xml" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\packages\Fody.6.0.5\build\Fody.targets" Condition="Exists('$(SolutionDir)\packages\Fody.6.0.5\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\packages\Fody.6.0.5\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\Fody.6.0.5\build\Fody.targets'))" />
<Error Condition="!Exists('$(SolutionDir)\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
</Target>
</Project>
2 changes: 0 additions & 2 deletions OMODFramework/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AlphaFS" version="2.2.6" targetFramework="net48" />
<package id="Costura.Fody" version="4.1.0" targetFramework="net48" />
<package id="Fody" version="6.0.5" targetFramework="net48" developmentDependency="true" />
<package id="SevenZip" version="19.0.0" targetFramework="net48" />
<package id="SharpZipLib" version="1.2.0" targetFramework="net48" />
</packages>

0 comments on commit d884bea

Please sign in to comment.