forked from devattic/ConfigCrypter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConfigCrypter.sln
43 lines (43 loc) · 2.56 KB
/
ConfigCrypter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCrypter.Tests", "ConfigCrypter.Tests\ConfigCrypter.Tests.csproj", "{BD01DA11-CEEB-4B80-A0E7-6E45AAAE2062}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCrypter.Console", "ConfigCrypter.Console\ConfigCrypter.Console.csproj", "{A8441866-F5B4-4C7D-A9AC-F6D8BA403AA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigCrypter", "ConfigCrypter\ConfigCrypter.csproj", "{AE7941FB-9A0E-4A6A-873B-A3391A3BEF7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.WebApp", "Example.WebApp\Example.WebApp.csproj", "{88CE2CCB-5A74-4400-8B00-04B1E10DE540}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD01DA11-CEEB-4B80-A0E7-6E45AAAE2062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD01DA11-CEEB-4B80-A0E7-6E45AAAE2062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD01DA11-CEEB-4B80-A0E7-6E45AAAE2062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD01DA11-CEEB-4B80-A0E7-6E45AAAE2062}.Release|Any CPU.Build.0 = Release|Any CPU
{A8441866-F5B4-4C7D-A9AC-F6D8BA403AA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8441866-F5B4-4C7D-A9AC-F6D8BA403AA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8441866-F5B4-4C7D-A9AC-F6D8BA403AA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8441866-F5B4-4C7D-A9AC-F6D8BA403AA8}.Release|Any CPU.Build.0 = Release|Any CPU
{AE7941FB-9A0E-4A6A-873B-A3391A3BEF7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE7941FB-9A0E-4A6A-873B-A3391A3BEF7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE7941FB-9A0E-4A6A-873B-A3391A3BEF7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE7941FB-9A0E-4A6A-873B-A3391A3BEF7C}.Release|Any CPU.Build.0 = Release|Any CPU
{88CE2CCB-5A74-4400-8B00-04B1E10DE540}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88CE2CCB-5A74-4400-8B00-04B1E10DE540}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88CE2CCB-5A74-4400-8B00-04B1E10DE540}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88CE2CCB-5A74-4400-8B00-04B1E10DE540}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF324722-EE3E-4143-8BCD-5FED5BBA04FD}
EndGlobalSection
EndGlobal