Initial Import

This commit is contained in:
2023-11-28 12:17:52 +01:00
commit 62c1aa139d
7 changed files with 666 additions and 0 deletions

25
OpenLink.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenLink", "OpenLink.csproj", "{67A69A70-F2E9-4406-9C5F-1F8AEDF9FFE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67A69A70-F2E9-4406-9C5F-1F8AEDF9FFE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67A69A70-F2E9-4406-9C5F-1F8AEDF9FFE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67A69A70-F2E9-4406-9C5F-1F8AEDF9FFE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67A69A70-F2E9-4406-9C5F-1F8AEDF9FFE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDDC9256-5E80-442C-9446-008FFD6C50F6}
EndGlobalSection
EndGlobal