-
Notifications
You must be signed in to change notification settings - Fork 0
/
myTCCC19Demos.sln
37 lines (37 loc) · 1.66 KB
/
myTCCC19Demos.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "myFeedback", "myFeedback\myFeedback.csproj", "{6F2A0085-B4A5-44E2-B2B4-8D4AC9372292}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "settings", "settings", "{8290B04F-70B8-4E14-9F23-709C273D13D6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
deck\TCCC19-Where’s my stuff.pdf = deck\TCCC19-Where’s my stuff.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "myFunction", "myFunction", "{742A700C-22C0-4680-B970-0107B9B46AD2}"
ProjectSection(SolutionItems) = preProject
Function\fnQueueToTable.csx = Function\fnQueueToTable.csx
Function\function,json = Function\function,json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F2A0085-B4A5-44E2-B2B4-8D4AC9372292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F2A0085-B4A5-44E2-B2B4-8D4AC9372292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F2A0085-B4A5-44E2-B2B4-8D4AC9372292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F2A0085-B4A5-44E2-B2B4-8D4AC9372292}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFF81C33-7D8E-4910-9831-42E27619A470}
EndGlobalSection
EndGlobal