-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScreenSound.sln
More file actions
49 lines (49 loc) · 3.07 KB
/
ScreenSound.sln
File metadata and controls
49 lines (49 loc) · 3.07 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSound", "ScreenSound\ScreenSound.csproj", "{A9CCE41C-6657-42BF-AED4-F3F578033037}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSound.API", "ScreenSoung.API\ScreenSound.API.csproj", "{4ADF65E1-AB37-48F3-B3B7-F502EFD1057E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSound.Shared.Modelos", "ScreenSound.Shared.Modelos\ScreenSound.Shared.Modelos.csproj", "{1BE5247A-356A-47F1-B2DF-225372935BC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSound.Shared.Dados", "ScreenSound.Shared.Dados\ScreenSound.Shared.Dados.csproj", "{E34C3F96-2C05-47CE-9669-E5E3E1C0F2DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSound.Web", "ScreenSound.Web\ScreenSound.Web.csproj", "{C2CEBE00-C31D-4BAC-839C-E6F06A487CEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9CCE41C-6657-42BF-AED4-F3F578033037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9CCE41C-6657-42BF-AED4-F3F578033037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9CCE41C-6657-42BF-AED4-F3F578033037}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9CCE41C-6657-42BF-AED4-F3F578033037}.Release|Any CPU.Build.0 = Release|Any CPU
{4ADF65E1-AB37-48F3-B3B7-F502EFD1057E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ADF65E1-AB37-48F3-B3B7-F502EFD1057E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ADF65E1-AB37-48F3-B3B7-F502EFD1057E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ADF65E1-AB37-48F3-B3B7-F502EFD1057E}.Release|Any CPU.Build.0 = Release|Any CPU
{1BE5247A-356A-47F1-B2DF-225372935BC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE5247A-356A-47F1-B2DF-225372935BC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE5247A-356A-47F1-B2DF-225372935BC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE5247A-356A-47F1-B2DF-225372935BC4}.Release|Any CPU.Build.0 = Release|Any CPU
{E34C3F96-2C05-47CE-9669-E5E3E1C0F2DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E34C3F96-2C05-47CE-9669-E5E3E1C0F2DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E34C3F96-2C05-47CE-9669-E5E3E1C0F2DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E34C3F96-2C05-47CE-9669-E5E3E1C0F2DE}.Release|Any CPU.Build.0 = Release|Any CPU
{C2CEBE00-C31D-4BAC-839C-E6F06A487CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2CEBE00-C31D-4BAC-839C-E6F06A487CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2CEBE00-C31D-4BAC-839C-E6F06A487CEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2CEBE00-C31D-4BAC-839C-E6F06A487CEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E20AF90-8B9D-4F99-9BE8-AC08463CADEE}
EndGlobalSection
EndGlobal