-
Notifications
You must be signed in to change notification settings - Fork 13
/
TxFileManager.sln
43 lines (43 loc) · 2.42 KB
/
TxFileManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChinhDo.Transactions.FileManager", "ChinhDo.Transactions.FileManager\ChinhDo.Transactions.FileManager.csproj", "{150E49F2-1FF4-49C5-9E07-A63590F55E1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChinhDo.Transactions.FileManagerTest", "ChinhDo.Transactions.FileManagerTest\ChinhDo.Transactions.FileManagerTest.csproj", "{8A302DE0-4F2C-46E0-9099-143BF662B20C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7DBA08BD-543F-4AEC-AB35-B5C3EB1F4775}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsoleApp1", "TestConsoleApp1\TestConsoleApp1.csproj", "{1565B47C-B349-40D4-83EF-3E6FD58D4CF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{150E49F2-1FF4-49C5-9E07-A63590F55E1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{150E49F2-1FF4-49C5-9E07-A63590F55E1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{150E49F2-1FF4-49C5-9E07-A63590F55E1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{150E49F2-1FF4-49C5-9E07-A63590F55E1C}.Release|Any CPU.Build.0 = Release|Any CPU
{8A302DE0-4F2C-46E0-9099-143BF662B20C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A302DE0-4F2C-46E0-9099-143BF662B20C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A302DE0-4F2C-46E0-9099-143BF662B20C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A302DE0-4F2C-46E0-9099-143BF662B20C}.Release|Any CPU.Build.0 = Release|Any CPU
{1565B47C-B349-40D4-83EF-3E6FD58D4CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1565B47C-B349-40D4-83EF-3E6FD58D4CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1565B47C-B349-40D4-83EF-3E6FD58D4CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1565B47C-B349-40D4-83EF-3E6FD58D4CF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {827CBB49-0F11-4E30-B66A-BA18E4EE2A3F}
EndGlobalSection
EndGlobal