Skip to content

Commit

Permalink
split into osx and win packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Aug 15, 2023
1 parent b922f8e commit dc93ed8
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project>
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyTitle>OnionFruit Native</AssemblyTitle>
<Title>OnionFruit Native Libraries</Title>
<Description>Native libraries for OnionFruit</Description>
<IncludeBuildOutput>false</IncludeBuildOutput>
<TargetFramework>netstandard1.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageIcon>icon.png</PackageIcon>
<Title>OnionFruit Native Libraries</Title>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageId>DragonFruit.OnionFruit.Native</PackageId>
<PackageTags>dragonfruit onionfruit native</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Native libraries for OnionFruit</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="$(SolutionDir)Common.Build.props"/>

<PropertyGroup>
<PackageId>DragonFruit.OnionFruit.Native.osx</PackageId>
</PropertyGroup>

</Project>
8 changes: 7 additions & 1 deletion DragonFruit.OnionFruit.Native.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonFruit.OnionFruit.Native", "DragonFruit.OnionFruit.Native\DragonFruit.OnionFruit.Native.csproj", "{4F1C79A5-0AB4-4D7F-9786-D0898B74942E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonFruit.OnionFruit.Native.win", "DragonFruit.OnionFruit.Native.win\DragonFruit.OnionFruit.Native.win.csproj", "{4F1C79A5-0AB4-4D7F-9786-D0898B74942E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonFruit.OnionFruit.Native.osx", "DragonFruit.OnionFruit.Native.osx\DragonFruit.OnionFruit.Native.osx.csproj", "{9DF6F90C-FA9E-4A9F-BD19-54CD26252BF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -12,5 +14,9 @@ Global
{4F1C79A5-0AB4-4D7F-9786-D0898B74942E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F1C79A5-0AB4-4D7F-9786-D0898B74942E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F1C79A5-0AB4-4D7F-9786-D0898B74942E}.Release|Any CPU.Build.0 = Release|Any CPU
{9DF6F90C-FA9E-4A9F-BD19-54CD26252BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DF6F90C-FA9E-4A9F-BD19-54CD26252BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DF6F90C-FA9E-4A9F-BD19-54CD26252BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DF6F90C-FA9E-4A9F-BD19-54CD26252BF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="$(SolutionDir)Common.Build.props"/>

<PropertyGroup>
<PackageId>DragonFruit.OnionFruit.Native.win</PackageId>
</PropertyGroup>

</Project>
55 changes: 0 additions & 55 deletions DragonFruit.OnionFruit.Native/TorResolver.cs

This file was deleted.

0 comments on commit dc93ed8

Please sign in to comment.