-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEducationalMaterials.sln
31 lines (31 loc) · 1.64 KB
/
EducationalMaterials.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EducationalMaterials.API", "EducationalMaterials.API\EducationalMaterials.API.csproj", "{BAB7498F-8A71-4EEA-B32D-F84E4A2A5E20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EducationalMaterials.Data", "EducationalMaterials.Data\EducationalMaterials.Data.csproj", "{590E5EBD-CBFE-4B0E-8DA6-E7ED0A63E7CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAB7498F-8A71-4EEA-B32D-F84E4A2A5E20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAB7498F-8A71-4EEA-B32D-F84E4A2A5E20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAB7498F-8A71-4EEA-B32D-F84E4A2A5E20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAB7498F-8A71-4EEA-B32D-F84E4A2A5E20}.Release|Any CPU.Build.0 = Release|Any CPU
{590E5EBD-CBFE-4B0E-8DA6-E7ED0A63E7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{590E5EBD-CBFE-4B0E-8DA6-E7ED0A63E7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{590E5EBD-CBFE-4B0E-8DA6-E7ED0A63E7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{590E5EBD-CBFE-4B0E-8DA6-E7ED0A63E7CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BA8CD45-1286-47A3-A6E0-41B9CFAB0D2F}
EndGlobalSection
EndGlobal