-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectPilot.sln
More file actions
34 lines (34 loc) · 2.19 KB
/
ProjectPilot.sln
File metadata and controls
34 lines (34 loc) · 2.19 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
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectPilotAi", "ProjectPilotAi\ProjectPilotAi.csproj", "{9809D4BC-065D-485F-980A-E418BAE33D31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectPilotApi", "ProjectPilotApi\ProjectPilotApi.csproj", "{E8EBB14E-12D9-4A66-96BC-1209982C481F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGenerator", "DataGenerator\DataGenerator.csproj", "{9985634C-29B4-4B3F-B82B-1AB68DC76D37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{31C0F5A9-B839-4A8D-8E91-37435B62E180}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9809D4BC-065D-485F-980A-E418BAE33D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9809D4BC-065D-485F-980A-E418BAE33D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9809D4BC-065D-485F-980A-E418BAE33D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9809D4BC-065D-485F-980A-E418BAE33D31}.Release|Any CPU.Build.0 = Release|Any CPU
{E8EBB14E-12D9-4A66-96BC-1209982C481F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8EBB14E-12D9-4A66-96BC-1209982C481F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8EBB14E-12D9-4A66-96BC-1209982C481F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8EBB14E-12D9-4A66-96BC-1209982C481F}.Release|Any CPU.Build.0 = Release|Any CPU
{9985634C-29B4-4B3F-B82B-1AB68DC76D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9985634C-29B4-4B3F-B82B-1AB68DC76D37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9985634C-29B4-4B3F-B82B-1AB68DC76D37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9985634C-29B4-4B3F-B82B-1AB68DC76D37}.Release|Any CPU.Build.0 = Release|Any CPU
{31C0F5A9-B839-4A8D-8E91-37435B62E180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31C0F5A9-B839-4A8D-8E91-37435B62E180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31C0F5A9-B839-4A8D-8E91-37435B62E180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31C0F5A9-B839-4A8D-8E91-37435B62E180}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal