Initial Commit

This commit is contained in:
2025-02-12 09:46:23 +01:00
parent d37d4b7b64
commit d9a655a1bc
24 changed files with 2607 additions and 0 deletions

25
Epi2Exchange.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.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epi2Exchange", "Epi2Exchange\Epi2Exchange.csproj", "{6ED87064-301E-4A3C-A7F1-AD10B5F55183}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ED87064-301E-4A3C-A7F1-AD10B5F55183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ED87064-301E-4A3C-A7F1-AD10B5F55183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ED87064-301E-4A3C-A7F1-AD10B5F55183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ED87064-301E-4A3C-A7F1-AD10B5F55183}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAF830DE-2DB6-44FA-8746-EF99837D444C}
EndGlobalSection
EndGlobal