Skip to content

Commit

Permalink
Fix packing error with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Jul 22, 2024
1 parent 5757b3a commit 52e1c7c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions SharpLSL.Full.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL", "Source\SharpLSL
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Test", "Tests\SharpLSL.Test\SharpLSL.Test.csproj", "{3B7B2CE6-36CE-4CD5-BF7B-B9C5AACF47F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x86", "Source\SharpLSL.Native\SharpLSL.Native.win-x86.csproj", "{90129B6E-A393-4E10-BE70-9F083DA1FEE3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x64", "Source\SharpLSL.Natives\SharpLSL.Native.win-x64\SharpLSL.Native.win-x64.csproj", "{A7C89951-03EE-44FB-91A5-F3446521BE82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x64", "Source\SharpLSL.Native\SharpLSL.Native.win-x64.csproj", "{CA51C9A5-AE7A-4A1C-968B-6C82E2E7AE7F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x86", "Source\SharpLSL.Natives\SharpLSL.Native.win-x86\SharpLSL.Native.win-x86.csproj", "{048C8A10-DC44-465E-AE73-D30CC9F5370C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -25,14 +25,14 @@ Global
{3B7B2CE6-36CE-4CD5-BF7B-B9C5AACF47F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B7B2CE6-36CE-4CD5-BF7B-B9C5AACF47F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B7B2CE6-36CE-4CD5-BF7B-B9C5AACF47F5}.Release|Any CPU.Build.0 = Release|Any CPU
{90129B6E-A393-4E10-BE70-9F083DA1FEE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90129B6E-A393-4E10-BE70-9F083DA1FEE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90129B6E-A393-4E10-BE70-9F083DA1FEE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90129B6E-A393-4E10-BE70-9F083DA1FEE3}.Release|Any CPU.Build.0 = Release|Any CPU
{CA51C9A5-AE7A-4A1C-968B-6C82E2E7AE7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA51C9A5-AE7A-4A1C-968B-6C82E2E7AE7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA51C9A5-AE7A-4A1C-968B-6C82E2E7AE7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA51C9A5-AE7A-4A1C-968B-6C82E2E7AE7F}.Release|Any CPU.Build.0 = Release|Any CPU
{A7C89951-03EE-44FB-91A5-F3446521BE82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7C89951-03EE-44FB-91A5-F3446521BE82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7C89951-03EE-44FB-91A5-F3446521BE82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7C89951-03EE-44FB-91A5-F3446521BE82}.Release|Any CPU.Build.0 = Release|Any CPU
{048C8A10-DC44-465E-AE73-D30CC9F5370C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{048C8A10-DC44-465E-AE73-D30CC9F5370C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{048C8A10-DC44-465E-AE73-D30CC9F5370C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{048C8A10-DC44-465E-AE73-D30CC9F5370C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="./LICENSE" Pack="true" PackagePath="/" />
<None Include="./README.md" Pack="true" PackagePath="/" />
<None Include="../LICENSE" Pack="true" PackagePath="/" />
<None Include="../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions Source/SharpLSL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL", "SharpLSL\SharpLSL.csproj", "{D868DFCA-FF3C-4756-AAC0-1DEF22AF90DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x86", "SharpLSL.Native\SharpLSL.Native.win-x86.csproj", "{E6E40218-F587-40AE-8BDA-B41110ED7B11}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x64", "SharpLSL.Natives\SharpLSL.Native.win-x64\SharpLSL.Native.win-x64.csproj", "{D05586CC-A210-441A-841B-8634082DF3F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x64", "SharpLSL.Native\SharpLSL.Native.win-x64.csproj", "{85C7DF90-E235-41BB-B71A-6FE8BD17E3B5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpLSL.Native.win-x86", "SharpLSL.Natives\SharpLSL.Native.win-x86\SharpLSL.Native.win-x86.csproj", "{A9440F74-C458-4C5B-B310-A1A2DE19C3F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,14 +19,14 @@ Global
{D868DFCA-FF3C-4756-AAC0-1DEF22AF90DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D868DFCA-FF3C-4756-AAC0-1DEF22AF90DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D868DFCA-FF3C-4756-AAC0-1DEF22AF90DB}.Release|Any CPU.Build.0 = Release|Any CPU
{E6E40218-F587-40AE-8BDA-B41110ED7B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6E40218-F587-40AE-8BDA-B41110ED7B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6E40218-F587-40AE-8BDA-B41110ED7B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6E40218-F587-40AE-8BDA-B41110ED7B11}.Release|Any CPU.Build.0 = Release|Any CPU
{85C7DF90-E235-41BB-B71A-6FE8BD17E3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C7DF90-E235-41BB-B71A-6FE8BD17E3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C7DF90-E235-41BB-B71A-6FE8BD17E3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C7DF90-E235-41BB-B71A-6FE8BD17E3B5}.Release|Any CPU.Build.0 = Release|Any CPU
{D05586CC-A210-441A-841B-8634082DF3F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D05586CC-A210-441A-841B-8634082DF3F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D05586CC-A210-441A-841B-8634082DF3F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D05586CC-A210-441A-841B-8634082DF3F8}.Release|Any CPU.Build.0 = Release|Any CPU
{A9440F74-C458-4C5B-B310-A1A2DE19C3F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9440F74-C458-4C5B-B310-A1A2DE19C3F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9440F74-C458-4C5B-B310-A1A2DE19C3F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9440F74-C458-4C5B-B310-A1A2DE19C3F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 52e1c7c

Please sign in to comment.