Add project files.

This commit is contained in:
2021-08-04 07:54:55 +02:00
parent 1471d9aeb2
commit e64c2cb4c0
9 changed files with 525 additions and 0 deletions

25
HusaMK.3.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HusaMK.3", "HusaMK.3.csproj", "{5D7EEAC9-C8AF-4BDE-B49B-E3B0EB9811B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D7EEAC9-C8AF-4BDE-B49B-E3B0EB9811B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D7EEAC9-C8AF-4BDE-B49B-E3B0EB9811B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D7EEAC9-C8AF-4BDE-B49B-E3B0EB9811B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D7EEAC9-C8AF-4BDE-B49B-E3B0EB9811B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE71C24F-509D-4FB0-AE5F-861BD28ECE8C}
EndGlobalSection
EndGlobal