Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
22006326
Commit
22006326
authored
Nov 10, 2021
by
Vinicius Jarina
Browse files
Add .NET 6 build
parent
151e59f9
Changes
32
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
22006326
...
...
@@ -40,4 +40,4 @@ tests/build/xamarintvos/TEST-Result-Xamarin.TVOS.xml
tests/build/xamarinios/result.xml
tests/build/xamarinios/TEST-Result-Xamarin.iOS.xml
tests/build/xamarintvos/result.xml
build/net
5
.0/obj
build/net
6
.0/obj
NLua.Mac.sln
View file @
22006326
...
...
@@ -9,14 +9,8 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLua.Shared", "src\NLua.Sha
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BDBA9844-3BD3-436C-AB8A-8E78C810A710}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.XamariniOS", "build\XamariniOS\NLua.XamariniOS.csproj", "{8FAFDF62-E07E-487A-863C-74F308AE7BA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.TVOS", "build\TVOS\NLua.TVOS.csproj", "{9238F6AA-2D63-4804-99D1-C279871F5669}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.WatchOS", "build\WatchOS\NLua.WatchOS.csproj", "{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.XamarinMac", "build\XamarinMac\NLua.XamarinMac.csproj", "{CFE2185E-C344-4503-9B94-9046744CEF37}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLuaTest.Shared", "tests\src\NLuaTest.Shared.shproj", "{7279D001-6F21-4FF3-A0EE-3A1D12004BA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.XamariniOS", "tests\build\xamarinios\NLuaTest.XamariniOS.csproj", "{20225B34-18F0-477B-AE89-1C95B788C55D}"
...
...
@@ -28,6 +22,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.XamarinMac", "build\macOS\NLua.XamarinMac.csproj", "{CFE2185E-C344-4503-9B94-9046744CEF37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLua.XamariniOS", "build\iOS\NLua.XamariniOS.csproj", "{8FAFDF62-E07E-487A-863C-74F308AE7BA6}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
tests\src\NLuaTest.Shared.projitems*{20225b34-18f0-477b-ae89-1c95b788c55d}*SharedItemsImports = 4
...
...
@@ -44,22 +42,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Release|Any CPU.Build.0 = Release|Any CPU
{9238F6AA-2D63-4804-99D1-C279871F5669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9238F6AA-2D63-4804-99D1-C279871F5669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9238F6AA-2D63-4804-99D1-C279871F5669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9238F6AA-2D63-4804-99D1-C279871F5669}.Release|Any CPU.Build.0 = Release|Any CPU
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238}.Release|Any CPU.Build.0 = Release|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Release|Any CPU.Build.0 = Release|Any CPU
{20225B34-18F0-477B-AE89-1C95B788C55D}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{20225B34-18F0-477B-AE89-1C95B788C55D}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
...
...
@@ -68,19 +54,26 @@ Global
{73AA14F8-8A24-4011-8030-3FB3248044C3}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{CFE2185E-C344-4503-9B94-9046744CEF37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFE2185E-C344-4503-9B94-9046744CEF37}.Release|Any CPU.Build.0 = Release|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BD205AD6-760E-48F3-BAB2-21447396BD17} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{8FAFDF62-E07E-487A-863C-74F308AE7BA6} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{9238F6AA-2D63-4804-99D1-C279871F5669} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{CFE2185E-C344-4503-9B94-9046744CEF37} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{7279D001-6F21-4FF3-A0EE-3A1D12004BA3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{20225B34-18F0-477B-AE89-1C95B788C55D} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{73AA14F8-8A24-4011-8030-3FB3248044C3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{CFE2185E-C344-4503-9B94-9046744CEF37} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{8FAFDF62-E07E-487A-863C-74F308AE7BA6} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
...
...
NLua.Symbol.nuspec
View file @
22006326
...
...
@@ -15,7 +15,7 @@
<copyright>
Copyright © NLua 2021
</copyright>
<tags>
lua nlua
</tags>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.
2
.1
5
"
/>
<dependency
id=
"KeraLua"
version=
"1.
3
.1"
/>
</dependencies>
<packageTypes>
<packageType
name=
"SymbolsPackage"
/>
...
...
@@ -29,10 +29,18 @@
<file
src=
"lib\Release\net46\NLua.pdb"
target=
"lib\net46"
/>
<file
src=
"lib\Release\uap10.0\NLua.dll"
target=
"lib\uap10.0"
/>
<file
src=
"lib\Release\uap10.0\NLua.pdb"
target=
"lib\uap10.0"
/>
<file
src=
"lib\Release\net5.0\net5.0\NLua.dll"
target=
"lib\net5.0"
/>
<file
src=
"lib\Release\net5.0\net5.0\NLua.pdb"
target=
"lib\net5.0"
/>
<file
src=
"lib\Release\netcoreapp3.1\netcoreapp3.1\NLua.dll"
target=
"lib\netcoreapp3.1"
/>
<file
src=
"lib\Release\netcoreapp3.1\netcoreapp3.1\NLua.pdb"
target=
"lib\netcoreapp3.1"
/>
<file
src=
"lib\Release\net6.0\NLua.dll"
target=
"lib\net6.0"
/>
<file
src=
"lib\Release\net6.0\NLua.pdb"
target=
"lib\net6.0"
/>
<file
src=
"lib\Release\net6.0-android\NLua.dll"
target=
"lib\net6.0-android28"
/>
<file
src=
"lib\Release\net6.0-android\NLua.pdb"
target=
"lib\net6.0-android28"
/>
<file
src=
"lib\Release\net6.0-ios\NLua.dll"
target=
"lib\net6.0-ios11.0"
/>
<file
src=
"lib\Release\net6.0-ios\NLua.pdb"
target=
"lib\net6.0-ios11.0"
/>
<file
src=
"lib\Release\net6.0-maccatalyst\NLua.dll"
target=
"lib\net6.0-maccatalyst13.0"
/>
<file
src=
"lib\Release\net6.0-maccatalyst\NLua.pdb"
target=
"lib\net6.0-maccatalyst13.0"
/>
<file
src=
"lib\Release\net6.0-tvos\NLua.dll"
target=
"lib\net6.0-tvos11.0"
/>
<file
src=
"lib\Release\net6.0-tvos\NLua.pdb"
target=
"lib\net6.0-tvos11.0"
/>
<file
src=
"lib\Release\net6.0-macos\NLua.dll"
target=
"lib\net6.0-macos10.13"
/>
<file
src=
"lib\Release\net6.0-macos\NLua.pdb"
target=
"lib\net6.0-macos10.13"
/>
<file
src=
"lib\Release\netstandard2.0\NLua.dll"
target=
"lib\netstandard2.0"
/>
<file
src=
"lib\Release\netstandard2.0\NLua.pdb"
target=
"lib\netstandard2.0"
/>
<file
src=
"lib\Release\xamarinios\NLua.dll"
target=
"lib\xamarinios"
/>
...
...
@@ -41,7 +49,5 @@
<file
src=
"lib\Release\xamarinmac\NLua.pdb"
target=
"lib\xamarinmac"
/>
<file
src=
"lib\Release\xamarintvos\NLua.dll"
target=
"lib\xamarintvos"
/>
<file
src=
"lib\Release\xamarintvos\NLua.pdb"
target=
"lib\xamarintvos"
/>
<file
src=
"lib\Release\xamarinwatchos\NLua.dll"
target=
"lib\xamarinwatchos"
/>
<file
src=
"lib\Release\xamarinwatchos\NLua.pdb"
target=
"lib\xamarinwatchos"
/>
</files>
</package>
\ No newline at end of file
NLua.net
5
.0.sln
→
NLua.net
6
.0.sln
View file @
22006326
...
...
@@ -7,13 +7,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NLua", "NLua", "{4A43DAAC-F
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLua.Shared", "src\NLua.Shared.shproj", "{BD205AD6-760E-48F3-BAB2-21447396BD17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.net
5
.0", "build\net
5
.0\NLua.net
5
.0.csproj", "{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.net
6
.0", "build\net
6
.0\NLua.net
6
.0.csproj", "{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D432F663-23CC-48B1-A413-935E5393493C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.net6.0", "tests\build\net6.0\NLuaTest.net6.0.csproj", "{3E63EFA4-AEBA-4F9E-B87A-47EEF4510031}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\NLua.Shared.projitems*{a1944148-0ad8-4def-a245-60c7a8ae8aa7}*SharedItemsImports = 5
...
...
@@ -28,6 +30,10 @@ Global
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Release|Any CPU.Build.0 = Release|Any CPU
{3E63EFA4-AEBA-4F9E-B87A-47EEF4510031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E63EFA4-AEBA-4F9E-B87A-47EEF4510031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E63EFA4-AEBA-4F9E-B87A-47EEF4510031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E63EFA4-AEBA-4F9E-B87A-47EEF4510031}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
NLua.net
coreapp3.1
.sln
→
NLua.net
standard2.0
.sln
View file @
22006326
...
...
@@ -9,14 +9,10 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLua.Shared", "src\NLua.Sha
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BDBA9844-3BD3-436C-AB8A-8E78C810A710}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.netcoreapp3.1", "build\netcoreapp3.1\NLua.netcoreapp3.1.csproj", "{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLua.netstandard2.0", "build\netstandard2.0\NLua.netstandard2.0.csproj", "{6784E262-4845-4B08-8AD1-6319E76AF579}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLuaTest.Shared", "tests\src\NLuaTest.Shared.shproj", "{7279D001-6F21-4FF3-A0EE-3A1D12004BA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLuaTest.netcoreapp3.1", "tests\build\netcoreapp3.1\NLuaTest.netcoreapp3.1.csproj", "{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D432F663-23CC-48B1-A413-935E5393493C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
...
...
@@ -35,27 +31,17 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7}.Release|Any CPU.Build.0 = Release|Any CPU
{6784E262-4845-4B08-8AD1-6319E76AF579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6784E262-4845-4B08-8AD1-6319E76AF579}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6784E262-4845-4B08-8AD1-6319E76AF579}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6784E262-4845-4B08-8AD1-6319E76AF579}.Release|Any CPU.Build.0 = Release|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BD205AD6-760E-48F3-BAB2-21447396BD17} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{A1944148-0AD8-4DEF-A245-60C7A8AE8AA7} = {4A43DAAC-F9FF-4EB1-BFBD-FB4655CCE1F7}
{7279D001-6F21-4FF3-A0EE-3A1D12004BA3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
...
...
NLua.nuspec
View file @
22006326
...
...
@@ -15,7 +15,7 @@
<copyright>
Copyright © NLua 2021
</copyright>
<tags>
lua nlua
</tags>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.
2
.1
5
"
/>
<dependency
id=
"KeraLua"
version=
"1.
3
.1"
/>
</dependencies>
<repository
type=
"git"
url=
"https://github.com/nlua/nlua"
commit=
"708ba30e982deccb1248d099806bc00e362fbda4"
/>
</metadata>
...
...
@@ -24,13 +24,16 @@
<file
src=
"lib\Release\net46\NLua.dll"
target=
"lib\net46"
/>
<file
src=
"lib\Release\uap10.0\NLua.dll"
target=
"lib\uap10.0"
/>
<file
src=
"lib\Release\uap10.0\NLua.pri"
target=
"lib\uap10.0"
/>
<file
src=
"lib\Release\net5.0\net5.0\NLua.dll"
target=
"lib\net5.0"
/>
<file
src=
"lib\Release\netcoreapp3.1\netcoreapp3.1\NLua.dll"
target=
"lib\netcoreapp3.1"
/>
<file
src=
"lib\Release\net6.0\NLua.dll"
target=
"lib\net6.0"
/>
<file
src=
"lib\Release\net6.0-android\NLua.dll"
target=
"lib\net6.0-android28"
/>
<file
src=
"lib\Release\net6.0-ios\NLua.dll"
target=
"lib\net6.0-ios11.0"
/>
<file
src=
"lib\Release\net6.0-maccatalyst\NLua.dll"
target=
"lib\net6.0-maccatalyst13.0"
/>
<file
src=
"lib\Release\net6.0-tvos\NLua.dll"
target=
"lib\net6.0-tvos11.0"
/>
<file
src=
"lib\Release\net6.0-macos\NLua.xml"
target=
"lib\net6.0-macos10.13"
/>
<file
src=
"lib\Release\netstandard2.0\NLua.dll"
target=
"lib\netstandard2.0"
/>
<file
src=
"lib\Release\xamarinios\NLua.dll"
target=
"lib\xamarinios"
/>
<file
src=
"lib\Release\xamarinmac\NLua.dll"
target=
"lib\xamarinmac"
/>
<file
src=
"lib\Release\xamarintvos\NLua.dll"
target=
"lib\xamarintvos"
/>
<file
src=
"lib\Release\xamarinwatchos\NLua.dll"
target=
"lib\xamarinwatchos"
/>
<file
src=
"LICENSE"
target=
"LICENSE"
/>
</files>
</package>
\ No newline at end of file
build/Android/NLua.Android.csproj
View file @
22006326
...
...
@@ -45,12 +45,12 @@
<Reference
Include=
"Mono.Android"
/>
</ItemGroup>
<ItemGroup>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
0
.0"
>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
1
.0"
>
<PrivateAssets>
all
</PrivateAssets>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers
</IncludeAssets>
</PackageReference>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.
2
.1
5
</Version>
<Version>
1.
3
.1
</Version>
</PackageReference>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Shared.projitems')"
/>
...
...
build/
netcoreapp3.1/NLua.netcoreapp3.1
.csproj
→
build/
Android/NLua.net6.0-android
.csproj
View file @
22006326
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<TargetFramework>net6.0-android</TargetFramework>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<DocumentationFile></DocumentationFile>
<OutputPath>..\..\lib\Release\netcoreapp3.1\</OutputPath>
<DefineConstants>TRACE;NETCOREAPP</DefineConstants>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>DEBUG;__MOBILE__;__ANDROID__</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<JavaMaximumHeapSize>
</JavaMaximumHeapSize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\lib\Debug\netcoreapp3.1\</OutputPath>
<DefineConstants>TRACE;NETCOREAPP</DefineConstants>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>__MOBILE__;__ANDROID__</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<JavaMaximumHeapSize>
</JavaMaximumHeapSize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.
0
.0">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.
1
.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<ItemGroup>
<PackageReference Include="KeraLua">
<Version>1.
2
.1
5
</Version>
<Version>1.
3
.1</Version>
</PackageReference>
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0" />
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
</Project>
\ No newline at end of file
build/TVOS/Info.plist
0 → 100644
View file @
22006326
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict/>
</plist>
build/TVOS/NLua.TVOS.csproj
View file @
22006326
...
...
@@ -52,14 +52,17 @@
<Reference
Include=
"Xamarin.TVOS"
/>
</ItemGroup>
<ItemGroup>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
0
.0"
>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
1
.0"
>
<PrivateAssets>
all
</PrivateAssets>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers
</IncludeAssets>
</PackageReference>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.
2
.1
5
</Version>
<Version>
1.
3
.1
</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None
Include=
"Info.plist"
/>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Shared.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
...
...
build/
Watch
OS/NLua.
WatchOS
.csproj
→
build/
TV
OS/NLua.
net6.0-tvos
.csproj
View file @
22006326
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>
{BF6A650F-AA7A-4A08-8ADA-08D9E73E1238}
</ProjectGuid>
<ProjectTypeGuids>
{FC940695-DFE0-4552-9F25-99AF4A5619A1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<TargetFramework>net6.0-tvos</TargetFramework>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>
..\..\lib\Debug
\xamarinwatchos
</OutputPath>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
...
...
@@ -22,17 +21,18 @@
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<IOSDebuggerPort>
64617
</IOSDebuggerPort>
<MtouchHttpClientHandler>
NSUrlSessionHandler
</MtouchHttpClientHandler>
<IOSDebuggerPort>16365</IOSDebuggerPort>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchLink>
</MtouchLink>
<MtouchHttpClientHandler>
</MtouchHttpClientHandler>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>
..\..\lib\Release
\xamarinwatchos
</OutputPath>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
...
...
@@ -40,25 +40,22 @@
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchHttpClientHandler>
NSUrlSessionHandler
</MtouchHttpClientHandler>
<MtouchHttpClientHandler>
</MtouchHttpClientHandler>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"Xamarin.WatchOS"
/>
</ItemGroup>
<ItemGroup>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.0.0"
>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="KeraLua">
<Version>
1.
2
.1
5
</Version>
<Version>1.
3
.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.CSharp.targets"
/>
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
\ No newline at end of file
build/iOS/Info.plist
0 → 100644
View file @
22006326
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict/>
</plist>
build/
Xamarin
iOS/NLua.XamariniOS.csproj
→
build/iOS/NLua.XamariniOS.csproj
View file @
22006326
...
...
@@ -56,14 +56,17 @@
<Reference
Include=
"Xamarin.iOS"
/>
</ItemGroup>
<ItemGroup>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
0
.0"
>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
1
.0"
>
<PrivateAssets>
all
</PrivateAssets>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers
</IncludeAssets>
</PackageReference>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.
2
.1
5
</Version>
<Version>
1.
3
.1
</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None
Include=
"Info.plist"
/>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Shared.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
...
...
build/iOS/NLua.net6.0-ios.csproj
0 → 100644
View file @
22006326
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<TargetFramework>net6.0-ios</TargetFramework>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<IOSDebuggerPort>37816</IOSDebuggerPort>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchLink>
</MtouchLink>
<MtouchHttpClientHandler>
</MtouchHttpClientHandler>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchHttpClientHandler>
</MtouchHttpClientHandler>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="KeraLua">
<Version>1.3.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
\ No newline at end of file
build/iOS/NLua.net6.0-maccatalyst.csproj
0 → 100644
View file @
22006326
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<TargetFramework>net6.0-maccatalyst</TargetFramework>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<IOSDebuggerPort>37816</IOSDebuggerPort>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchLink>
</MtouchLink>
<MtouchHttpClientHandler>
</MtouchHttpClientHandler>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchHttpClientHandler>
</MtouchHttpClientHandler>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="KeraLua">
<Version>1.3.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
\ No newline at end of file
build/
XamarinMac
/NLua.XamarinMac.csproj
→
build/
macOS
/NLua.XamarinMac.csproj
View file @
22006326
...
...
@@ -65,12 +65,12 @@
<Folder
Include=
"Properties\"
/>
</ItemGroup>
<ItemGroup>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
0
.0"
>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
1
.0"
>
<PrivateAssets>
all
</PrivateAssets>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers
</IncludeAssets>
</PackageReference>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.
2
.1
5
</Version>
<Version>
1.
3
.1
</Version>
</PackageReference>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Shared.projitems')"
/>
...
...
build/macOS/NLua.net6.0-macos.csproj
0 → 100644
View file @
22006326
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<TargetFramework>net6.0-macos</TargetFramework>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>false</UseSGen>
<HttpClientHandler>
</HttpClientHandler>
<LinkMode>
</LinkMode>
<XamMacArch>
</XamMacArch>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AOTMode>None</AOTMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>false</UseSGen>
<HttpClientHandler>
</HttpClientHandler>
<LinkMode>
</LinkMode>
<XamMacArch>
</XamMacArch>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AOTMode>None</AOTMode>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="KeraLua">
<Version>1.3.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
\ No newline at end of file
build/net46/NLua.csproj
View file @
22006326
...
...
@@ -40,12 +40,12 @@
<Reference
Include=
"System"
/>
</ItemGroup>
<ItemGroup>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
0
.0"
>
<PackageReference
Include=
"Microsoft.SourceLink.GitHub"
Version=
"1.
1
.0"
>
<PrivateAssets>
all
</PrivateAssets>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers
</IncludeAssets>
</PackageReference>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.
2
.1
5
</Version>
<Version>
1.
3
.1
</Version>
</PackageReference>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Shared.projitems')"
/>
...
...
build/net
5
.0/NLua.net
5
.0.csproj
→
build/net
6
.0/NLua.net
6
.0.csproj
View file @
22006326
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net
5
.0</TargetFramework>
<TargetFramework>net
6
.0</TargetFramework>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<DocumentationFile></DocumentationFile>
<OutputPath>..\..\lib\Release
\net5.0\
</OutputPath>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>TRACE;NETCOREAPP</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\lib\Debug
\net5.0\
</OutputPath>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>TRACE;NETCOREAPP</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.
0
.0">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.
1
.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<ItemGroup>
<PackageReference Include="KeraLua">
<Version>1.2.15</Version>
<PackageReference Include="KeraLua" Version="1.3.1">
</PackageReference>
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0" />
...
...
build/netstandard2.0/NLua.netstandard2.0.csproj
View file @
22006326
...
...
@@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\lib\Debug
\
</OutputPath>
<OutputPath>..\..\lib\Debug</OutputPath>
<DefineConstants>TRACE;NETSTANDARD</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
...
...
@@ -17,14 +17,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<OutputPath>..\..\lib\Release
\
</OutputPath>
<OutputPath>..\..\lib\Release</OutputPath>
<DefineConstants>TRACE;NETSTANDARD</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.
0
.0">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.
1
.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
...
...
@@ -33,10 +33,8 @@
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" />
<ItemGroup>
<PackageReference Include="KeraLua">
<Version>1.2.15</Version>
<PackageReference Include="KeraLua" Version="1.3.1">
</PackageReference>
<PackageReference Include="NUnit" Version="3.13.1" />
</ItemGroup>
<Import Project="..\targets\NLua.Sign.targets" />
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment