-
Notifications
You must be signed in to change notification settings - Fork 0
/
XCTInputValidationSample.sln
65 lines (65 loc) · 4.46 KB
/
XCTInputValidationSample.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
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.809.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCTInputValidationSample.Android", "XCTInputValidationSample.Android\XCTInputValidationSample.Android.csproj", "{24C60301-AF55-474D-BC9D-14B1C7976CF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCTInputValidationSample.iOS", "XCTInputValidationSample.iOS\XCTInputValidationSample.iOS.csproj", "{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCTInputValidationSample", "XCTInputValidationSample\XCTInputValidationSample.csproj", "{842EB0C4-52B7-488D-992D-1939F343FE9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Release|Any CPU.Build.0 = Release|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Debug|iPhone.Build.0 = Debug|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Release|iPhone.ActiveCfg = Release|Any CPU
{24C60301-AF55-474D-BC9D-14B1C7976CF8}.Release|iPhone.Build.0 = Release|Any CPU
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Debug|iPhone.Build.0 = Debug|iPhone
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Release|iPhone.ActiveCfg = Release|iPhone
{FA05E128-C431-4D4E-BBF7-CB2DECD1A11E}.Release|iPhone.Build.0 = Release|iPhone
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Release|Any CPU.Build.0 = Release|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Debug|iPhone.Build.0 = Debug|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Release|iPhone.ActiveCfg = Release|Any CPU
{842EB0C4-52B7-488D-992D-1939F343FE9F}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {464DE375-F1C6-44F0-874F-3DD1F4F65FA1}
EndGlobalSection
EndGlobal