This commit is contained in:
Maurice
2023-10-17 19:00:03 +02:00
commit 828e08c6ce
8 changed files with 564 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FfiChannels", "FfiChannels\FfiChannels.csproj", "{BD86F9D2-3857-47AA-B9E8-842FB91131CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD86F9D2-3857-47AA-B9E8-842FB91131CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD86F9D2-3857-47AA-B9E8-842FB91131CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD86F9D2-3857-47AA-B9E8-842FB91131CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD86F9D2-3857-47AA-B9E8-842FB91131CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFBE47FA-0D1A-4EBF-B552-B050F83A917C}
EndGlobalSection
EndGlobal