Browse Source

[CacheControl] Added solution sub folder

feature/authentication
Robin Thoni 9 years ago
parent
commit
170668950c
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      NuGet-3ie.sln

+ 6
- 0
NuGet-3ie.sln View File

9
 EndProject
9
 EndProject
10
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheControl-test", "CacheControl-test\CacheControl-test.csproj", "{87621742-F6EE-457A-9ED4-6C450D462B3B}"
10
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheControl-test", "CacheControl-test\CacheControl-test.csproj", "{87621742-F6EE-457A-9ED4-6C450D462B3B}"
11
 EndProject
11
 EndProject
12
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cache-Control", "Cache-Control", "{E16E4E26-9C4B-433E-90A3-BFAA852C0FFA}"
13
+EndProject
12
 Global
14
 Global
13
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
15
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
14
 		Debug|Any CPU = Debug|Any CPU
16
 		Debug|Any CPU = Debug|Any CPU
31
 	GlobalSection(SolutionProperties) = preSolution
33
 	GlobalSection(SolutionProperties) = preSolution
32
 		HideSolutionNode = FALSE
34
 		HideSolutionNode = FALSE
33
 	EndGlobalSection
35
 	EndGlobalSection
36
+	GlobalSection(NestedProjects) = preSolution
37
+		{BA63D177-BE9E-41E0-89F5-3D134A26A604} = {E16E4E26-9C4B-433E-90A3-BFAA852C0FFA}
38
+		{87621742-F6EE-457A-9ED4-6C450D462B3B} = {E16E4E26-9C4B-433E-90A3-BFAA852C0FFA}
39
+	EndGlobalSection
34
 EndGlobal
40
 EndGlobal

Loading…
Cancel
Save