-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
NumberParser.sln
39 lines (38 loc) · 2.25 KB
/
NumberParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "NumberParserTest", "NumberParserTest\NumberParserTest.nfproj", "{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NumberParserTestShared", "NumberParserTestShared\NumberParserTestShared.shproj", "{E98BCE69-4C45-4D98-B38E-C3ED8C04EFFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopNumberParserTest", "DesktopNumberParserTest\DesktopNumberParserTest.csproj", "{B7FEF664-44B1-4E33-8F16-8D5B6DA7A11D}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
NumberParserTestShared\NumberParserTestShared.projitems*{b7fef664-44b1-4e33-8f16-8d5b6da7a11d}*SharedItemsImports = 4
NumberParserTestShared\NumberParserTestShared.projitems*{e98bce69-4c45-4d98-b38e-c3ed8c04efff}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}.Release|Any CPU.Build.0 = Release|Any CPU
{2A5794EF-77E7-41A9-8BC6-1077DB0499FE}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B7FEF664-44B1-4E33-8F16-8D5B6DA7A11D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7FEF664-44B1-4E33-8F16-8D5B6DA7A11D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7FEF664-44B1-4E33-8F16-8D5B6DA7A11D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7FEF664-44B1-4E33-8F16-8D5B6DA7A11D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF479E2C-EBB5-428D-82AD-B1DB9016B61B}
EndGlobalSection
EndGlobal