forked from yusufsarikaya023/CleanFunctionApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCleanFunctionApp.sln
More file actions
40 lines (40 loc) · 2.86 KB
/
Copy pathCleanFunctionApp.sln
File metadata and controls
40 lines (40 loc) · 2.86 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanFunctionApp.Function", "CleanFunctionApp.Function\CleanFunctionApp.Function.csproj", "{F2DFE253-DF9B-4E0D-B07D-DEB3C6961890}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanFunctionApp.Domain", "CleanFunctionApp.Domain\CleanFunctionApp.Domain.csproj", "{8E39208A-455F-42DD-B4C5-E614F5BA2A2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanFunctionApp.Application", "CleanFunctionApp.Application\CleanFunctionApp.Application.csproj", "{5E6D8E09-56F7-44A0-812A-D78F11C8773B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanFunctionApp.Infrastructure", "CleanFunctionApp.Infrastructure\CleanFunctionApp.Infrastructure.csproj", "{0FF0FD0E-41B2-4712-85D5-412A0610C5E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanFunctionApp.Test", "CleanFunctionApp.Test\CleanFunctionApp.Test.csproj", "{09D7974C-B2BC-473D-8864-26215B97A00A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2DFE253-DF9B-4E0D-B07D-DEB3C6961890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2DFE253-DF9B-4E0D-B07D-DEB3C6961890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2DFE253-DF9B-4E0D-B07D-DEB3C6961890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2DFE253-DF9B-4E0D-B07D-DEB3C6961890}.Release|Any CPU.Build.0 = Release|Any CPU
{8E39208A-455F-42DD-B4C5-E614F5BA2A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E39208A-455F-42DD-B4C5-E614F5BA2A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E39208A-455F-42DD-B4C5-E614F5BA2A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E39208A-455F-42DD-B4C5-E614F5BA2A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{5E6D8E09-56F7-44A0-812A-D78F11C8773B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E6D8E09-56F7-44A0-812A-D78F11C8773B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E6D8E09-56F7-44A0-812A-D78F11C8773B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E6D8E09-56F7-44A0-812A-D78F11C8773B}.Release|Any CPU.Build.0 = Release|Any CPU
{0FF0FD0E-41B2-4712-85D5-412A0610C5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF0FD0E-41B2-4712-85D5-412A0610C5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF0FD0E-41B2-4712-85D5-412A0610C5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF0FD0E-41B2-4712-85D5-412A0610C5E7}.Release|Any CPU.Build.0 = Release|Any CPU
{09D7974C-B2BC-473D-8864-26215B97A00A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09D7974C-B2BC-473D-8864-26215B97A00A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09D7974C-B2BC-473D-8864-26215B97A00A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09D7974C-B2BC-473D-8864-26215B97A00A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal