Add project files.

This commit is contained in:
2021-03-25 22:24:49 +01:00
parent a970f77cf0
commit 0a186bbe30
10 changed files with 512 additions and 0 deletions

31
TestWinFormsDataVis.sln Normal file
View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWinFormsDataVis", "TestWinFormsDataVis\TestWinFormsDataVis.csproj", "{E863ED95-AF3C-4F67-BF82-3C9A57A38274}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testthings", "Testthings\Testthings.csproj", "{521D3DAA-F6A8-44F1-85CF-7E0AAC405BBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E863ED95-AF3C-4F67-BF82-3C9A57A38274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E863ED95-AF3C-4F67-BF82-3C9A57A38274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E863ED95-AF3C-4F67-BF82-3C9A57A38274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E863ED95-AF3C-4F67-BF82-3C9A57A38274}.Release|Any CPU.Build.0 = Release|Any CPU
{521D3DAA-F6A8-44F1-85CF-7E0AAC405BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{521D3DAA-F6A8-44F1-85CF-7E0AAC405BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{521D3DAA-F6A8-44F1-85CF-7E0AAC405BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{521D3DAA-F6A8-44F1-85CF-7E0AAC405BBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D06D1593-FCB9-4A09-94CF-1C68304F2495}
EndGlobalSection
EndGlobal