|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 15 |
| 4 | +VisualStudioVersion = 15.0.26124.0 |
| 5 | +MinimumVisualStudioVersion = 15.0.26124.0 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{5E71A0CA-F2E2-4762-B020-29F1D8682F75}" |
| 7 | +EndProject |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Inbound", "Src\Inbound\Inbound.csproj", "{9449C214-54EF-40A9-AAB3-4FE212BECA23}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1446F41E-1766-4B3E-B7AC-C8766A3E1751}" |
| 11 | +EndProject |
| 12 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Inbound.Tests", "Tests\Inbound.Tests\Inbound.Tests.csproj", "{0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}" |
| 13 | +EndProject |
| 14 | +Global |
| 15 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 16 | + Debug|Any CPU = Debug|Any CPU |
| 17 | + Debug|x64 = Debug|x64 |
| 18 | + Debug|x86 = Debug|x86 |
| 19 | + Release|Any CPU = Release|Any CPU |
| 20 | + Release|x64 = Release|x64 |
| 21 | + Release|x86 = Release|x86 |
| 22 | + EndGlobalSection |
| 23 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 24 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 25 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 26 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Debug|x64.ActiveCfg = Debug|Any CPU |
| 27 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Debug|x64.Build.0 = Debug|Any CPU |
| 28 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Debug|x86.ActiveCfg = Debug|Any CPU |
| 29 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Debug|x86.Build.0 = Debug|Any CPU |
| 30 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Release|x64.ActiveCfg = Release|Any CPU |
| 33 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Release|x64.Build.0 = Release|Any CPU |
| 34 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Release|x86.ActiveCfg = Release|Any CPU |
| 35 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23}.Release|x86.Build.0 = Release|Any CPU |
| 36 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 37 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 38 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Debug|x64.ActiveCfg = Debug|Any CPU |
| 39 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Debug|x64.Build.0 = Debug|Any CPU |
| 40 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Debug|x86.ActiveCfg = Debug|Any CPU |
| 41 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Debug|x86.Build.0 = Debug|Any CPU |
| 42 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 43 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Release|Any CPU.Build.0 = Release|Any CPU |
| 44 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Release|x64.ActiveCfg = Release|Any CPU |
| 45 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Release|x64.Build.0 = Release|Any CPU |
| 46 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Release|x86.ActiveCfg = Release|Any CPU |
| 47 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927}.Release|x86.Build.0 = Release|Any CPU |
| 48 | + EndGlobalSection |
| 49 | + GlobalSection(SolutionProperties) = preSolution |
| 50 | + HideSolutionNode = FALSE |
| 51 | + EndGlobalSection |
| 52 | + GlobalSection(NestedProjects) = preSolution |
| 53 | + {9449C214-54EF-40A9-AAB3-4FE212BECA23} = {5E71A0CA-F2E2-4762-B020-29F1D8682F75} |
| 54 | + {0AF26ED1-3F2D-40F5-9A01-FE5955A8F927} = {1446F41E-1766-4B3E-B7AC-C8766A3E1751} |
| 55 | + EndGlobalSection |
| 56 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 57 | + SolutionGuid = {D6E6C0FF-04E9-4D98-B958-612DDD7FBB0A} |
| 58 | + EndGlobalSection |
| 59 | +EndGlobal |
0 commit comments