-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCampaignManager.sln
45 lines (45 loc) · 2.49 KB
/
CampaignManager.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CampaignManager", "CampaignManager\CampaignManager.csproj", "{BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B8DAD23-DDB4-442D-A2B5-CB0AB4852161}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CampaignManager.Tests", "CampaignManager.Tests\CampaignManager.Tests.csproj", "{C4151AEA-5FF1-4384-B15F-8F416D0C638F}"
ProjectSection(ProjectDependencies) = postProject
{BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8} = {BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8}
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "CampaignManager.Frontend", "CampaignManager.Frontend\src\CampaignManager.Frontend.fsproj", "{1E976673-7184-4018-A69E-1DD897D07B6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC0D64AB-0606-4006-AFA7-D5D3CDBADAF8}.Release|Any CPU.Build.0 = Release|Any CPU
{C4151AEA-5FF1-4384-B15F-8F416D0C638F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4151AEA-5FF1-4384-B15F-8F416D0C638F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4151AEA-5FF1-4384-B15F-8F416D0C638F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4151AEA-5FF1-4384-B15F-8F416D0C638F}.Release|Any CPU.Build.0 = Release|Any CPU
{1E976673-7184-4018-A69E-1DD897D07B6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E976673-7184-4018-A69E-1DD897D07B6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E976673-7184-4018-A69E-1DD897D07B6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E976673-7184-4018-A69E-1DD897D07B6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89CC43AF-00FF-469D-A6A0-62752A721020}
EndGlobalSection
EndGlobal