-
Notifications
You must be signed in to change notification settings - Fork 3
/
Iride.sln
43 lines (43 loc) · 2.39 KB
/
Iride.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Iride", "src\Iride\Iride.fsproj", "{1C4F03BB-15EA-4AE2-8E9C-98B41B8FDBD0}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Iride.DesignTime", "src\Iride.DesignTime\Iride.DesignTime.fsproj", "{E6656B67-2077-4434-93A7-372EFB08504E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Iride.Tests", "tests\Iride.Tests\Iride.Tests.fsproj", "{5EBB88F8-9F50-4732-A59C-647A81C7FF73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C4F03BB-15EA-4AE2-8E9C-98B41B8FDBD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4F03BB-15EA-4AE2-8E9C-98B41B8FDBD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4F03BB-15EA-4AE2-8E9C-98B41B8FDBD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4F03BB-15EA-4AE2-8E9C-98B41B8FDBD0}.Release|Any CPU.Build.0 = Release|Any CPU
{E6656B67-2077-4434-93A7-372EFB08504E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6656B67-2077-4434-93A7-372EFB08504E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6656B67-2077-4434-93A7-372EFB08504E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6656B67-2077-4434-93A7-372EFB08504E}.Release|Any CPU.Build.0 = Release|Any CPU
{5EBB88F8-9F50-4732-A59C-647A81C7FF73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EBB88F8-9F50-4732-A59C-647A81C7FF73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EBB88F8-9F50-4732-A59C-647A81C7FF73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EBB88F8-9F50-4732-A59C-647A81C7FF73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5EBB88F8-9F50-4732-A59C-647A81C7FF73} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal