-
Notifications
You must be signed in to change notification settings - Fork 0
/
BackOfficeSystem.sln
37 lines (37 loc) · 2.07 KB
/
BackOfficeSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackOfficeSystem", "BackOfficeSystem\BackOfficeSystem.csproj", "{80306A7F-682B-435D-BD17-7429A271D88E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TsvReader", "TsvReader\TsvReader.csproj", "{E5A4DAD5-E84E-4A28-975F-F1BCCE74ECD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackOfficeSystem.Tests", "BackOfficeSystem.Tests\BackOfficeSystem.Tests.csproj", "{98F80D02-DF2E-4364-84B2-CC55FDA6EA13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80306A7F-682B-435D-BD17-7429A271D88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80306A7F-682B-435D-BD17-7429A271D88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80306A7F-682B-435D-BD17-7429A271D88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80306A7F-682B-435D-BD17-7429A271D88E}.Release|Any CPU.Build.0 = Release|Any CPU
{E5A4DAD5-E84E-4A28-975F-F1BCCE74ECD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A4DAD5-E84E-4A28-975F-F1BCCE74ECD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5A4DAD5-E84E-4A28-975F-F1BCCE74ECD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A4DAD5-E84E-4A28-975F-F1BCCE74ECD6}.Release|Any CPU.Build.0 = Release|Any CPU
{98F80D02-DF2E-4364-84B2-CC55FDA6EA13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F80D02-DF2E-4364-84B2-CC55FDA6EA13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F80D02-DF2E-4364-84B2-CC55FDA6EA13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F80D02-DF2E-4364-84B2-CC55FDA6EA13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {432B25D3-3A1C-440B-B709-41EFE0C7D6A3}
EndGlobalSection
EndGlobal