-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGhiza.sln
40 lines (40 loc) · 1.67 KB
/
Ghiza.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Ghiza", "Ghiza.fsproj", "{F13B60F8-EC66-4946-B867-72FA114A30E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{937093CA-26FA-4D0C-AAC2-D4B606339FB7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
card-sample-working.json = card-sample-working.json
cas-sample.json = cas-sample.json
Dockerfile = Dockerfile
global.json = global.json
local.settings.example.json = local.settings.example.json
POST.ps1 = POST.ps1
POSTcard.ps1 = POSTcard.ps1
readme.txt = readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
fsx|Any CPU = fsx|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F13B60F8-EC66-4946-B867-72FA114A30E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F13B60F8-EC66-4946-B867-72FA114A30E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13B60F8-EC66-4946-B867-72FA114A30E5}.fsx|Any CPU.ActiveCfg = Release|Any CPU
{F13B60F8-EC66-4946-B867-72FA114A30E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13B60F8-EC66-4946-B867-72FA114A30E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB1E47FB-ECFE-4459-8559-325D250CE68E}
EndGlobalSection
EndGlobal