-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added shared project for VS 2019 and VS 2022, two separate vsix files…
… are created now
- Loading branch information
1 parent
a75bb89
commit 2473acb
Showing
38 changed files
with
898 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,58 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.26430.6 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.33214.272 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlackSpace", "BlackSpace\BlackSpace.csproj", "{7AD2B41A-974B-4B31-91E7-3E137D8AD273}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlackSpace2022", "BlackSpace\BlackSpace2022.csproj", "{7AD2B41A-974B-4B31-91E7-3E137D8AD273}" | ||
EndProject | ||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BlackSpaceShared", "BlackSpaceShared\BlackSpaceShared.shproj", "{D171E5DB-D9DE-4B08-B24F-3B21056E779D}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlackSpace2019", "BlackSpace2019\BlackSpace2019.csproj", "{D2A1455F-A0E8-4239-8368-782AFEEFBE65}" | ||
EndProject | ||
Global | ||
GlobalSection(SharedMSBuildProjectFiles) = preSolution | ||
BlackSpaceShared\BlackSpaceShared.projitems*{7ad2b41a-974b-4b31-91e7-3e137d8ad273}*SharedItemsImports = 4 | ||
BlackSpaceShared\BlackSpaceShared.projitems*{d171e5db-d9de-4b08-b24f-3b21056e779d}*SharedItemsImports = 13 | ||
BlackSpaceShared\BlackSpaceShared.projitems*{d2a1455f-a0e8-4239-8368-782afeefbe65}*SharedItemsImports = 4 | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|arm64 = Debug|arm64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|arm64 = Release|arm64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Debug|arm64.ActiveCfg = Debug|arm64 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Debug|arm64.Build.0 = Debug|arm64 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Debug|x86.ActiveCfg = Debug|x86 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Debug|x86.Build.0 = Debug|x86 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Release|arm64.ActiveCfg = Release|arm64 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Release|arm64.Build.0 = Release|arm64 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Release|x86.ActiveCfg = Release|x86 | ||
{7AD2B41A-974B-4B31-91E7-3E137D8AD273}.Release|x86.Build.0 = Release|x86 | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Debug|arm64.ActiveCfg = Debug|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Debug|arm64.Build.0 = Debug|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Debug|x86.Build.0 = Debug|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Release|arm64.ActiveCfg = Release|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Release|arm64.Build.0 = Release|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Release|x86.ActiveCfg = Release|Any CPU | ||
{D2A1455F-A0E8-4239-8368-782AFEEFBE65}.Release|x86.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {FD56EC77-AB07-4C02-8EFE-2F08DC50EE8D} | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Oops, something went wrong.