-
Notifications
You must be signed in to change notification settings - Fork 0
/
CyberScores.sln
67 lines (67 loc) · 4.62 KB
/
CyberScores.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberScores", "src\CyberScores\CyberScores.csproj", "{4316457B-D0C7-41C4-A4A6-BC4C03D5FE40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberPatriot.Models", "src\CyberPatriot.Models\CyberPatriot.Models.csproj", "{C4517923-3517-4AB6-9EB3-074869BCF38C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberPatriot.BitmapProvider", "src\CyberPatriot.BitmapProvider\CyberPatriot.BitmapProvider.csproj", "{6C3BBAF5-F535-42D6-B623-7A2374D19307}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberPatriot.BitmapProvider.ImageSharp", "src\CyberPatriot.BitmapProvider.ImageSharp\CyberPatriot.BitmapProvider.ImageSharp.csproj", "{6267ADFD-66B6-4A4F-B199-19BA151CDC99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvToJsonShim", "src\CsvToJsonShim\CsvToJsonShim.csproj", "{B67B95C2-BB71-4005-9854-4749DC018E15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonCategoryBackfill", "src\JsonCategoryBackfill\JsonCategoryBackfill.csproj", "{0CDFB68E-5F07-4A50-AB7C-68F7713E8512}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonCorrector", "src\JsonCorrector\JsonCorrector.csproj", "{B9474C2B-4697-482A-A044-8722386C232C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyberPatriot.Services", "src\CyberPatriot.Services\CyberPatriot.Services.csproj", "{DF5569C2-7D6D-4299-B57C-DD6B0BD52485}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4316457B-D0C7-41C4-A4A6-BC4C03D5FE40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4316457B-D0C7-41C4-A4A6-BC4C03D5FE40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4316457B-D0C7-41C4-A4A6-BC4C03D5FE40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4316457B-D0C7-41C4-A4A6-BC4C03D5FE40}.Release|Any CPU.Build.0 = Release|Any CPU
{C4517923-3517-4AB6-9EB3-074869BCF38C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4517923-3517-4AB6-9EB3-074869BCF38C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4517923-3517-4AB6-9EB3-074869BCF38C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4517923-3517-4AB6-9EB3-074869BCF38C}.Release|Any CPU.Build.0 = Release|Any CPU
{6C3BBAF5-F535-42D6-B623-7A2374D19307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C3BBAF5-F535-42D6-B623-7A2374D19307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C3BBAF5-F535-42D6-B623-7A2374D19307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C3BBAF5-F535-42D6-B623-7A2374D19307}.Release|Any CPU.Build.0 = Release|Any CPU
{6267ADFD-66B6-4A4F-B199-19BA151CDC99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6267ADFD-66B6-4A4F-B199-19BA151CDC99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6267ADFD-66B6-4A4F-B199-19BA151CDC99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6267ADFD-66B6-4A4F-B199-19BA151CDC99}.Release|Any CPU.Build.0 = Release|Any CPU
{B67B95C2-BB71-4005-9854-4749DC018E15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B67B95C2-BB71-4005-9854-4749DC018E15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B67B95C2-BB71-4005-9854-4749DC018E15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B67B95C2-BB71-4005-9854-4749DC018E15}.Release|Any CPU.Build.0 = Release|Any CPU
{0CDFB68E-5F07-4A50-AB7C-68F7713E8512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CDFB68E-5F07-4A50-AB7C-68F7713E8512}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CDFB68E-5F07-4A50-AB7C-68F7713E8512}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CDFB68E-5F07-4A50-AB7C-68F7713E8512}.Release|Any CPU.Build.0 = Release|Any CPU
{B9474C2B-4697-482A-A044-8722386C232C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9474C2B-4697-482A-A044-8722386C232C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9474C2B-4697-482A-A044-8722386C232C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9474C2B-4697-482A-A044-8722386C232C}.Release|Any CPU.Build.0 = Release|Any CPU
{DF5569C2-7D6D-4299-B57C-DD6B0BD52485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF5569C2-7D6D-4299-B57C-DD6B0BD52485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF5569C2-7D6D-4299-B57C-DD6B0BD52485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF5569C2-7D6D-4299-B57C-DD6B0BD52485}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFE74700-467A-4085-8F49-66C4F92EAE46}
EndGlobalSection
EndGlobal