diff options
| author | Syndamia <kami02882@gmail.com> | 2019-09-01 16:46:31 +0300 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-09-01 16:46:31 +0300 |
| commit | bd62d4dedcef5938ad887130d2ec3843c2e44736 (patch) | |
| tree | fef8fd8e7b9cf9a819709a8e81f81507e310bf53 /Oscilloscope/Oscilloscope.sln | |
| parent | d1d0a12527e7d7c0fa43910499d8cc849f0af7f9 (diff) | |
| download | Shower-bd62d4dedcef5938ad887130d2ec3843c2e44736.tar Shower-bd62d4dedcef5938ad887130d2ec3843c2e44736.tar.gz Shower-bd62d4dedcef5938ad887130d2ec3843c2e44736.zip | |
Began the oscilloscope project
Diffstat (limited to 'Oscilloscope/Oscilloscope.sln')
| -rw-r--r-- | Oscilloscope/Oscilloscope.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Oscilloscope/Oscilloscope.sln b/Oscilloscope/Oscilloscope.sln new file mode 100644 index 0000000..2482a4c --- /dev/null +++ b/Oscilloscope/Oscilloscope.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29102.190 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oscilloscope", "Oscilloscope\Oscilloscope.csproj", "{36E3F0B2-B785-4AF3-B59F-483FDA57672A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {36E3F0B2-B785-4AF3-B59F-483FDA57672A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {36E3F0B2-B785-4AF3-B59F-483FDA57672A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {36E3F0B2-B785-4AF3-B59F-483FDA57672A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {36E3F0B2-B785-4AF3-B59F-483FDA57672A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4F0BFF39-C20B-4BA7-8F27-2218F165F21D} + EndGlobalSection +EndGlobal |
