generated from codebeltnet/dotnet-new-classlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodebelt.AwsSignature4.sln
39 lines (39 loc) · 2.2 KB
/
Codebelt.AwsSignature4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0070E83B-2DDD-4537-A83F-1CF8644F2880}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A3C56B2E-55EE-44EC-876E-B03B8DDA3317}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codebelt.Extensions.AwsSignature4", "src\Codebelt.Extensions.AwsSignature4\Codebelt.Extensions.AwsSignature4.csproj", "{AB0ADF91-E7C7-4CB4-A39D-E1A5374C5602}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codebelt.Extensions.AwsSignature4.Tests", "test\Codebelt.Extensions.AwsSignature4.Test\Codebelt.Extensions.AwsSignature4.Tests.csproj", "{4733FF73-08E8-48E1-B309-A17B8B480238}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB0ADF91-E7C7-4CB4-A39D-E1A5374C5602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB0ADF91-E7C7-4CB4-A39D-E1A5374C5602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB0ADF91-E7C7-4CB4-A39D-E1A5374C5602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB0ADF91-E7C7-4CB4-A39D-E1A5374C5602}.Release|Any CPU.Build.0 = Release|Any CPU
{4733FF73-08E8-48E1-B309-A17B8B480238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4733FF73-08E8-48E1-B309-A17B8B480238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4733FF73-08E8-48E1-B309-A17B8B480238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4733FF73-08E8-48E1-B309-A17B8B480238}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB0ADF91-E7C7-4CB4-A39D-E1A5374C5602} = {0070E83B-2DDD-4537-A83F-1CF8644F2880}
{4733FF73-08E8-48E1-B309-A17B8B480238} = {A3C56B2E-55EE-44EC-876E-B03B8DDA3317}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CBE2805-F0FF-4D0F-902C-8B9277A5D3F2}
EndGlobalSection
EndGlobal