-
Notifications
You must be signed in to change notification settings - Fork 1
/
MeadowAppsTryout.sln
56 lines (56 loc) · 3.4 KB
/
MeadowAppsTryout.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OledApp", "OledApp\OledApp.csproj", "{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReadMe", "ReadMe", "{B25F4F8D-F05C-439B-8136-1DC1A3C4F796}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Uln2003App", "Uln2003App\Uln2003App.csproj", "{8FDA502E-013D-4DBE-8F5D-1D35817E7362}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InputValueChanged", "InputValueChanged\InputValueChanged.csproj", "{6E2CA019-96D1-4629-8C8D-6366D51A696E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeadowApp", "MeadowApp\MeadowApp.csproj", "{93391F02-E352-4D5C-856B-7B0509C14154}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}.Release|Any CPU.Build.0 = Release|Any CPU
{875D6CF1-F937-4DCB-9CDE-A06D7C6AC677}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8FDA502E-013D-4DBE-8F5D-1D35817E7362}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FDA502E-013D-4DBE-8F5D-1D35817E7362}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FDA502E-013D-4DBE-8F5D-1D35817E7362}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8FDA502E-013D-4DBE-8F5D-1D35817E7362}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FDA502E-013D-4DBE-8F5D-1D35817E7362}.Release|Any CPU.Build.0 = Release|Any CPU
{8FDA502E-013D-4DBE-8F5D-1D35817E7362}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6E2CA019-96D1-4629-8C8D-6366D51A696E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E2CA019-96D1-4629-8C8D-6366D51A696E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E2CA019-96D1-4629-8C8D-6366D51A696E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6E2CA019-96D1-4629-8C8D-6366D51A696E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E2CA019-96D1-4629-8C8D-6366D51A696E}.Release|Any CPU.Build.0 = Release|Any CPU
{6E2CA019-96D1-4629-8C8D-6366D51A696E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{93391F02-E352-4D5C-856B-7B0509C14154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93391F02-E352-4D5C-856B-7B0509C14154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93391F02-E352-4D5C-856B-7B0509C14154}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{93391F02-E352-4D5C-856B-7B0509C14154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93391F02-E352-4D5C-856B-7B0509C14154}.Release|Any CPU.Build.0 = Release|Any CPU
{93391F02-E352-4D5C-856B-7B0509C14154}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9627721A-8567-420D-9162-B6727AC25FF1}
EndGlobalSection
EndGlobal