-
Notifications
You must be signed in to change notification settings - Fork 0
/
Looper.sln
70 lines (70 loc) · 3.73 KB
/
Looper.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E2FF5DB7-B8B6-4319-829B-7B5EF773C527}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D69D41A4-7C9A-4873-B288-61817C29C659}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LooperAnalyzer", "src\LooperAnalyzer\LooperAnalyzer.csproj", "{FF80DCA6-4F7F-4A7C-B146-3098C948C4EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LooperAnalyzer.Vsix", "src\LooperAnalyzer.Vsix\LooperAnalyzer.Vsix.csproj", "{03B874EE-D61D-43D9-A5A2-A6BB449DA0F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LooperAnalyzer.Test", "tests\LooperAnalyzer.Test\LooperAnalyzer.Test.csproj", "{CA424192-81B1-4CC7-8618-90EBEC2117D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{28562E61-8D20-44A6-9E98-6F9A6D77535E}"
ProjectSection(SolutionItems) = preProject
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{99EA03FB-B9E6-4417-97CE-6C5983E9D955}"
ProjectSection(SolutionItems) = preProject
samples\README.md = samples\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{A0B4EB56-5C6A-4222-BE31-AB537C0B3549}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
paket.dependencies = paket.dependencies
paket.lock = paket.lock
README.md = README.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Looper.Core", "src\Looper.Core\Looper.Core.fsproj", "{778E24C6-E402-4ED3-9230-2FEFFB2A6D68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF80DCA6-4F7F-4A7C-B146-3098C948C4EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF80DCA6-4F7F-4A7C-B146-3098C948C4EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF80DCA6-4F7F-4A7C-B146-3098C948C4EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF80DCA6-4F7F-4A7C-B146-3098C948C4EC}.Release|Any CPU.Build.0 = Release|Any CPU
{03B874EE-D61D-43D9-A5A2-A6BB449DA0F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B874EE-D61D-43D9-A5A2-A6BB449DA0F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA424192-81B1-4CC7-8618-90EBEC2117D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA424192-81B1-4CC7-8618-90EBEC2117D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA424192-81B1-4CC7-8618-90EBEC2117D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA424192-81B1-4CC7-8618-90EBEC2117D8}.Release|Any CPU.Build.0 = Release|Any CPU
{778E24C6-E402-4ED3-9230-2FEFFB2A6D68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{778E24C6-E402-4ED3-9230-2FEFFB2A6D68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{778E24C6-E402-4ED3-9230-2FEFFB2A6D68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{778E24C6-E402-4ED3-9230-2FEFFB2A6D68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF80DCA6-4F7F-4A7C-B146-3098C948C4EC} = {E2FF5DB7-B8B6-4319-829B-7B5EF773C527}
{03B874EE-D61D-43D9-A5A2-A6BB449DA0F9} = {E2FF5DB7-B8B6-4319-829B-7B5EF773C527}
{CA424192-81B1-4CC7-8618-90EBEC2117D8} = {D69D41A4-7C9A-4873-B288-61817C29C659}
{778E24C6-E402-4ED3-9230-2FEFFB2A6D68} = {E2FF5DB7-B8B6-4319-829B-7B5EF773C527}
EndGlobalSection
EndGlobal