-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rulletour.sln
41 lines (41 loc) · 2.02 KB
/
Rulletour.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rulletour", "Rulletour\Rulletour.csproj", "{1A4FEAFF-7576-473C-9D2D-87021E99CEB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{5AC04222-7708-4094-8087-100F725FF317}"
ProjectSection(SolutionItems) = preProject
PublishScripts\AzureWebsitePublishModule.psm1 = PublishScripts\AzureWebsitePublishModule.psm1
PublishScripts\Publish-WebApplicationWebsite.ps1 = PublishScripts\Publish-WebApplicationWebsite.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{300BB832-DD26-4AD3-938B-4F379DBAF123}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Configurations\Rulletour-WAWS-dev.json = PublishScripts\Configurations\Rulletour-WAWS-dev.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0732714F-50F0-42D6-B2BC-7A3788D1E73D}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A4FEAFF-7576-473C-9D2D-87021E99CEB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A4FEAFF-7576-473C-9D2D-87021E99CEB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A4FEAFF-7576-473C-9D2D-87021E99CEB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A4FEAFF-7576-473C-9D2D-87021E99CEB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{300BB832-DD26-4AD3-938B-4F379DBAF123} = {5AC04222-7708-4094-8087-100F725FF317}
EndGlobalSection
EndGlobal