-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUltraMapper.CommandLine.sln
More file actions
43 lines (43 loc) · 2.69 KB
/
UltraMapper.CommandLine.sln
File metadata and controls
43 lines (43 loc) · 2.69 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UltraMapper.CommandLine", "UltraMapper.CommandLine\UltraMapper.CommandLine.csproj", "{918260B1-BBC3-4623-882B-F17E0C5BF782}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltraMapper.CommandLine.Example", "UltraMapper.CommandLine.Example\UltraMapper.CommandLine.Example.csproj", "{FBC0F529-1071-4C6E-AAA3-66546B906A3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UltraMapper.CommandLine.Tests", "UltraMapper.CommandLine.UnitTest\UltraMapper.CommandLine.Tests.csproj", "{04E6C080-26B9-48CE-AA02-78A830188B93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UltraMapper.Parsing", "..\UltraMapper.Parsing\UltraMapper.Parsing\UltraMapper.Parsing.csproj", "{3AA98F92-D541-4BAE-BD73-D042AB0D83F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{918260B1-BBC3-4623-882B-F17E0C5BF782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{918260B1-BBC3-4623-882B-F17E0C5BF782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{918260B1-BBC3-4623-882B-F17E0C5BF782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{918260B1-BBC3-4623-882B-F17E0C5BF782}.Release|Any CPU.Build.0 = Release|Any CPU
{FBC0F529-1071-4C6E-AAA3-66546B906A3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBC0F529-1071-4C6E-AAA3-66546B906A3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBC0F529-1071-4C6E-AAA3-66546B906A3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBC0F529-1071-4C6E-AAA3-66546B906A3D}.Release|Any CPU.Build.0 = Release|Any CPU
{04E6C080-26B9-48CE-AA02-78A830188B93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04E6C080-26B9-48CE-AA02-78A830188B93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04E6C080-26B9-48CE-AA02-78A830188B93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04E6C080-26B9-48CE-AA02-78A830188B93}.Release|Any CPU.Build.0 = Release|Any CPU
{3AA98F92-D541-4BAE-BD73-D042AB0D83F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AA98F92-D541-4BAE-BD73-D042AB0D83F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AA98F92-D541-4BAE-BD73-D042AB0D83F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AA98F92-D541-4BAE-BD73-D042AB0D83F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {362037A7-E33A-46EF-BB17-DA17D12706E7}
EndGlobalSection
EndGlobal