-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathEdiEngine.sln
51 lines (51 loc) · 3 KB
/
EdiEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EdiEngine.Common", "EdiEngine.Common\EdiEngine.Common.csproj", "{8A577301-EF16-4D5C-84BE-547272473524}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EdiStandards", "EdiStandards", "{24D5CDE5-84E0-4BF4-994C-212F77088DF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "X12_004010", "X12_004010", "{77860263-5E8E-4E9A-9F9A-E20C9E5B0A77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "X12_004010", "EdiStandards\X12_004010\X12_004010.csproj", "{092E8ECA-A810-48D1-A65A-1981239A9D21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EdiEngine", "EdiEngine\EdiEngine.csproj", "{62EF99C4-5CDA-499F-A4E3-C87406E970D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EdiEngine.Tests", "EdiEngine.Tests\EdiEngine.Tests.csproj", "{743B9BCC-666C-4D07-B4BD-3F5C6AB61B3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A577301-EF16-4D5C-84BE-547272473524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A577301-EF16-4D5C-84BE-547272473524}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A577301-EF16-4D5C-84BE-547272473524}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A577301-EF16-4D5C-84BE-547272473524}.Release|Any CPU.Build.0 = Release|Any CPU
{092E8ECA-A810-48D1-A65A-1981239A9D21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{092E8ECA-A810-48D1-A65A-1981239A9D21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{092E8ECA-A810-48D1-A65A-1981239A9D21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{092E8ECA-A810-48D1-A65A-1981239A9D21}.Release|Any CPU.Build.0 = Release|Any CPU
{62EF99C4-5CDA-499F-A4E3-C87406E970D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62EF99C4-5CDA-499F-A4E3-C87406E970D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62EF99C4-5CDA-499F-A4E3-C87406E970D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62EF99C4-5CDA-499F-A4E3-C87406E970D6}.Release|Any CPU.Build.0 = Release|Any CPU
{743B9BCC-666C-4D07-B4BD-3F5C6AB61B3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{743B9BCC-666C-4D07-B4BD-3F5C6AB61B3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{743B9BCC-666C-4D07-B4BD-3F5C6AB61B3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{743B9BCC-666C-4D07-B4BD-3F5C6AB61B3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{77860263-5E8E-4E9A-9F9A-E20C9E5B0A77} = {24D5CDE5-84E0-4BF4-994C-212F77088DF7}
{092E8ECA-A810-48D1-A65A-1981239A9D21} = {77860263-5E8E-4E9A-9F9A-E20C9E5B0A77}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1C6362F-D57E-4298-BD4D-99D494399502}
EndGlobalSection
EndGlobal