Mercurial > silverbladetech
annotate Workflow/Workflow.sln @ 91:50e944bcea9d
updated solution file for nuget restore
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 30 Apr 2012 10:49:09 +0100 |
parents | 3c67e54e3a17 |
children |
rev | line source |
---|---|
89 | 1 |
2 Microsoft Visual Studio Solution File, Format Version 11.00 | |
3 # Visual Studio 2010 | |
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{52DBB55B-5483-4E56-93D3-0D6DEC3FF603}" | |
5 EndProject | |
91
50e944bcea9d
updated solution file for nuget restore
stevenhollidge <stevenhollidge@hotmail.com>
parents:
89
diff
changeset
|
6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{93EDFE1D-E1CD-4E60-B515-E96724972414}" |
50e944bcea9d
updated solution file for nuget restore
stevenhollidge <stevenhollidge@hotmail.com>
parents:
89
diff
changeset
|
7 ProjectSection(SolutionItems) = preProject |
50e944bcea9d
updated solution file for nuget restore
stevenhollidge <stevenhollidge@hotmail.com>
parents:
89
diff
changeset
|
8 .nuget\NuGet.exe = .nuget\NuGet.exe |
50e944bcea9d
updated solution file for nuget restore
stevenhollidge <stevenhollidge@hotmail.com>
parents:
89
diff
changeset
|
9 .nuget\NuGet.targets = .nuget\NuGet.targets |
50e944bcea9d
updated solution file for nuget restore
stevenhollidge <stevenhollidge@hotmail.com>
parents:
89
diff
changeset
|
10 EndProjectSection |
50e944bcea9d
updated solution file for nuget restore
stevenhollidge <stevenhollidge@hotmail.com>
parents:
89
diff
changeset
|
11 EndProject |
89 | 12 Global |
13 GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
14 Debug|Any CPU = Debug|Any CPU | |
15 Debug|Mixed Platforms = Debug|Mixed Platforms | |
16 Debug|x86 = Debug|x86 | |
17 Release|Any CPU = Release|Any CPU | |
18 Release|Mixed Platforms = Release|Mixed Platforms | |
19 Release|x86 = Release|x86 | |
20 EndGlobalSection | |
21 GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
22 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Debug|Any CPU.ActiveCfg = Debug|x86 | |
23 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | |
24 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Debug|Mixed Platforms.Build.0 = Debug|x86 | |
25 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Debug|x86.ActiveCfg = Debug|x86 | |
26 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Debug|x86.Build.0 = Debug|x86 | |
27 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Release|Any CPU.ActiveCfg = Release|x86 | |
28 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Release|Mixed Platforms.ActiveCfg = Release|x86 | |
29 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Release|Mixed Platforms.Build.0 = Release|x86 | |
30 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Release|x86.ActiveCfg = Release|x86 | |
31 {52DBB55B-5483-4E56-93D3-0D6DEC3FF603}.Release|x86.Build.0 = Release|x86 | |
32 EndGlobalSection | |
33 GlobalSection(SolutionProperties) = preSolution | |
34 HideSolutionNode = FALSE | |
35 EndGlobalSection | |
36 EndGlobal |