-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinTech.sln
More file actions
24 lines (24 loc) · 1.07 KB
/
FinTech.sln
File metadata and controls
24 lines (24 loc) · 1.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinTech", "FinTech\FinTech.csproj", "{C901931A-769A-44D9-8C5A-9E2EA413DE5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{136C9DB5-91CF-4202-AFB0-1301FFC96C32}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
FinTech.sln.DotSettings = FinTech.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C901931A-769A-44D9-8C5A-9E2EA413DE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C901931A-769A-44D9-8C5A-9E2EA413DE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C901931A-769A-44D9-8C5A-9E2EA413DE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C901931A-769A-44D9-8C5A-9E2EA413DE5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal