forked from CompositionalIT/farmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFarmer.sln
44 lines (44 loc) · 2.25 KB
/
Farmer.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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Farmer", "src\Farmer\Farmer.fsproj", "{CB0287CC-AD12-427C-866B-5F236C29B0A2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SampleApp", "src\SampleApp\SampleApp.fsproj", "{34AF2A93-200E-496D-836E-032E8B32CD67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{037D54DD-EA56-4865-982A-4669A14A552A}"
ProjectSection(SolutionItems) = preProject
src\Samples\appinsights.fsx = src\Samples\appinsights.fsx
src\Samples\cosmos.fsx = src\Samples\cosmos.fsx
src\Samples\functions.fsx = src\Samples\functions.fsx
src\Samples\keyvault.fsx = src\Samples\keyvault.fsx
src\Samples\safe-template.fsx = src\Samples\safe-template.fsx
src\Samples\search.fsx = src\Samples\search.fsx
src\Samples\vm.fsx = src\Samples\vm.fsx
src\Samples\webapp-appinsights.fsx = src\Samples\webapp-appinsights.fsx
src\Samples\webapp-storage.fsx = src\Samples\webapp-storage.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB0287CC-AD12-427C-866B-5F236C29B0A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0287CC-AD12-427C-866B-5F236C29B0A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0287CC-AD12-427C-866B-5F236C29B0A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0287CC-AD12-427C-866B-5F236C29B0A2}.Release|Any CPU.Build.0 = Release|Any CPU
{34AF2A93-200E-496D-836E-032E8B32CD67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34AF2A93-200E-496D-836E-032E8B32CD67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34AF2A93-200E-496D-836E-032E8B32CD67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34AF2A93-200E-496D-836E-032E8B32CD67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63B0361D-FC8A-40CF-B988-5BE797ADD2CE}
EndGlobalSection
EndGlobal