Skip to content

Commit

Permalink
Added VS2010 solution files for the WebAPI and Azure starter lab proj…
Browse files Browse the repository at this point in the history
…ects.
  • Loading branch information
dmohl committed Oct 31, 2013
1 parent 0251b15 commit b23463f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Azure Lab/AzureFSharpOwinLabStarter/AzureFSharpOwin2010.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2010
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E8666954-D1AF-404F-900D-08FF72ACEA6D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "AzureFSharpOwin", "AzureFSharpOwin\AzureFSharpOwin.ccproj", "{97705B09-682B-4619-A59D-6394EB0B9690}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "WebApiRole", "WebApiRole\WebApiRole.fsproj", "{262D1574-73AC-4029-BCF5-9C99DE74B678}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97705B09-682B-4619-A59D-6394EB0B9690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97705B09-682B-4619-A59D-6394EB0B9690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97705B09-682B-4619-A59D-6394EB0B9690}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97705B09-682B-4619-A59D-6394EB0B9690}.Release|Any CPU.Build.0 = Release|Any CPU
{262D1574-73AC-4029-BCF5-9C99DE74B678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{262D1574-73AC-4029-BCF5-9C99DE74B678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{262D1574-73AC-4029-BCF5-9C99DE74B678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{262D1574-73AC-4029-BCF5-9C99DE74B678}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
39 changes: 39 additions & 0 deletions WebApiLab/WebAPILabStarter/GuitarExample2010.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuitarExampleWeb", "GuitarExample\GuitarExampleWeb\GuitarExampleWeb.csproj", "{A48042E1-F7DE-4E68-9D79-4914510B9194}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GuitarExampleWebApp", "GuitarExample\GuitarExampleWebApp\GuitarExampleWebApp.fsproj", "{A126575F-C66E-42BF-A70F-655D4C3F0069}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B483A23C-6571-49ED-9B42-8E5B7794C692}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GuitarExampleWebApp.Tests", "tests\GuitarExampleWebApp.Tests\GuitarExampleWebApp.Tests.fsproj", "{8995A0B8-D7D7-404E-8763-B8687214BF7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A48042E1-F7DE-4E68-9D79-4914510B9194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A48042E1-F7DE-4E68-9D79-4914510B9194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A48042E1-F7DE-4E68-9D79-4914510B9194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A48042E1-F7DE-4E68-9D79-4914510B9194}.Release|Any CPU.Build.0 = Release|Any CPU
{A126575F-C66E-42BF-A70F-655D4C3F0069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A126575F-C66E-42BF-A70F-655D4C3F0069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A126575F-C66E-42BF-A70F-655D4C3F0069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A126575F-C66E-42BF-A70F-655D4C3F0069}.Release|Any CPU.Build.0 = Release|Any CPU
{8995A0B8-D7D7-404E-8763-B8687214BF7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8995A0B8-D7D7-404E-8763-B8687214BF7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8995A0B8-D7D7-404E-8763-B8687214BF7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8995A0B8-D7D7-404E-8763-B8687214BF7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit b23463f

Please sign in to comment.