-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPathfinder.sln
22 lines (22 loc) · 1.22 KB
/
Pathfinder.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api\api.csproj", "{73A2A602-973A-45D7-90EC-31740E72FB42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data Helper", "Data Helper\Data Helper.csproj", "{62A62F98-EC96-4313-AC5D-D97C8EE589BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73A2A602-973A-45D7-90EC-31740E72FB42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A2A602-973A-45D7-90EC-31740E72FB42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A2A602-973A-45D7-90EC-31740E72FB42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A2A602-973A-45D7-90EC-31740E72FB42}.Release|Any CPU.Build.0 = Release|Any CPU
{62A62F98-EC96-4313-AC5D-D97C8EE589BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62A62F98-EC96-4313-AC5D-D97C8EE589BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62A62F98-EC96-4313-AC5D-D97C8EE589BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62A62F98-EC96-4313-AC5D-D97C8EE589BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal