-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathSecretsManager.slnx
More file actions
26 lines (26 loc) · 1.38 KB
/
Copy pathSecretsManager.slnx
File metadata and controls
26 lines (26 loc) · 1.38 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/samples/">
<Project Path="samples/ListSecrets/ListSecrets.csproj" />
<Project Path="samples/ConfigureAwsOptions/ConfigureAwsOptions.csproj" />
<Project Path="samples/UseCustomSecretsManagerClient/UseCustomSecretsManagerClient.csproj" />
<Project Path="samples/ManySecrets/ManySecrets.csproj" />
<Project Path="samples/CustomizeConfigurationKeys/CustomizeConfigurationKeys.csproj" />
<Project Path="samples/ResolveDuplicateKeys/ResolveDuplicateKeys.csproj" />
<Project Path="samples/BootstrapLogging/BootstrapLogging.csproj" />
<Project Path="samples/SingleSecret/SingleSecret.csproj" />
<Project Path="samples/ReloadSecretsInAspNetCore/ReloadSecretsInAspNetCore.csproj" />
<Project Path="samples/MapConfigurationKeys/MapConfigurationKeys.csproj" />
<Project Path="samples/ComposeConfigurationSources/ComposeConfigurationSources.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Kralizek.Extensions.Configuration.AWSSecretsManager/Kralizek.Extensions.Configuration.AWSSecretsManager.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Tests.Extensions.Configuration.AWSSecretsManager/Tests.Extensions.Configuration.AWSSecretsManager.csproj" />
</Folder>
</Solution>