-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestNumericUpDownCustomCtrls.sln
More file actions
57 lines (57 loc) · 3.27 KB
/
TestNumericUpDownCustomCtrls.sln
File metadata and controls
57 lines (57 loc) · 3.27 KB
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
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestNumericUpDownCustomCtrls", "TestNumericUpDownCustomCtrls\TestNumericUpDownCustomCtrls.csproj", "{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{F9B4C9A1-297F-42EB-A521-62132460E4B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MileHighWpf.NumericUpDownCustomCtrls", "MileHighWpf.NumericUpDownCustomCtrls\MileHighWpf.NumericUpDownCustomCtrls.csproj", "{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Debug|Any CPU.ActiveCfg = Debug|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Debug|Any CPU.Build.0 = Debug|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Debug|x64.ActiveCfg = Debug|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Debug|x64.Build.0 = Debug|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Release|Any CPU.ActiveCfg = Release|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Release|Any CPU.Build.0 = Release|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Release|x64.ActiveCfg = Release|x64
{D2138B3A-D0A4-4161-B77E-91AD3A9FE0A5}.Release|x64.Build.0 = Release|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Debug|Any CPU.ActiveCfg = Debug|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Debug|Any CPU.Build.0 = Debug|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Debug|x64.ActiveCfg = Debug|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Debug|x64.Build.0 = Debug|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Release|Any CPU.ActiveCfg = Release|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Release|Any CPU.Build.0 = Release|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Release|x64.ActiveCfg = Release|x64
{F9B4C9A1-297F-42EB-A521-62132460E4B7}.Release|x64.Build.0 = Release|x64
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Debug|x64.ActiveCfg = Debug|x64
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Debug|x64.Build.0 = Debug|x64
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Release|Any CPU.Build.0 = Release|Any CPU
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Release|x64.ActiveCfg = Release|x64
{2245B60D-F4E1-F48E-2BBA-169B2A86F1B6}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08DD3FC6-FD12-4491-91FF-10D89E65DD38}
EndGlobalSection
EndGlobal