Replace manual csc.exe invokation with dotnet project (for NuGet build)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net5.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
34
pkg/nuget/bindings/dotnet.sln
Normal file
34
pkg/nuget/bindings/dotnet.sln
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26124.0
|
||||
MinimumVisualStudioVersion = 15.0.26124.0
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroTier.Sockets", "ZeroTier.Sockets\ZeroTier.Sockets.csproj", "{D4F39F65-88E6-457D-807A-AB602AE80D7A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Release|x64.Build.0 = Release|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{D4F39F65-88E6-457D-807A-AB602AE80D7A}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user