-
Notifications
You must be signed in to change notification settings - Fork 0
/
podnoms-backend.sln
55 lines (55 loc) · 3.54 KB
/
podnoms-backend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29021.104
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "podnoms-api", "podnoms-api\podnoms-api.csproj", "{EDA6ED25-1975-471B-A4AD-BA6F6A8FFD83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "podnoms-data", "podnoms-data\podnoms-data.csproj", "{35934DB8-C983-4F79-9523-D739CFBFE4E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "podnoms-common", "podnoms-common\podnoms-common.csproj", "{8C0A23F1-C68E-413D-8587-8B5A361F1C40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "podnoms-jobs", "podnoms-jobs\podnoms-jobs.csproj", "{EC06B105-2E3A-495D-BF14-D680E7A47F49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "podnoms-tests", "podnoms-tests\podnoms-tests.csproj", "{96C48F8B-4F97-4CE7-BD21-A6AD727FA801}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "podnoms-audio-parser", "podnoms-audio-parser\podnoms-audio-parser.csproj", "{67C848EA-26DC-4567-A0F4-AA2AAEE905AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDA6ED25-1975-471B-A4AD-BA6F6A8FFD83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDA6ED25-1975-471B-A4AD-BA6F6A8FFD83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDA6ED25-1975-471B-A4AD-BA6F6A8FFD83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDA6ED25-1975-471B-A4AD-BA6F6A8FFD83}.Release|Any CPU.Build.0 = Release|Any CPU
{35934DB8-C983-4F79-9523-D739CFBFE4E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35934DB8-C983-4F79-9523-D739CFBFE4E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35934DB8-C983-4F79-9523-D739CFBFE4E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35934DB8-C983-4F79-9523-D739CFBFE4E8}.Release|Any CPU.Build.0 = Release|Any CPU
{8C0A23F1-C68E-413D-8587-8B5A361F1C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0A23F1-C68E-413D-8587-8B5A361F1C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0A23F1-C68E-413D-8587-8B5A361F1C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0A23F1-C68E-413D-8587-8B5A361F1C40}.Release|Any CPU.Build.0 = Release|Any CPU
{EC06B105-2E3A-495D-BF14-D680E7A47F49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC06B105-2E3A-495D-BF14-D680E7A47F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC06B105-2E3A-495D-BF14-D680E7A47F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC06B105-2E3A-495D-BF14-D680E7A47F49}.Release|Any CPU.Build.0 = Release|Any CPU
{96C48F8B-4F97-4CE7-BD21-A6AD727FA801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96C48F8B-4F97-4CE7-BD21-A6AD727FA801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96C48F8B-4F97-4CE7-BD21-A6AD727FA801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96C48F8B-4F97-4CE7-BD21-A6AD727FA801}.Release|Any CPU.Build.0 = Release|Any CPU
{67C848EA-26DC-4567-A0F4-AA2AAEE905AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67C848EA-26DC-4567-A0F4-AA2AAEE905AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67C848EA-26DC-4567-A0F4-AA2AAEE905AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67C848EA-26DC-4567-A0F4-AA2AAEE905AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78078F4B-7E58-43AE-A858-3926F7377822}
EndGlobalSection
EndGlobal