-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSpreadsheet.sln
More file actions
35 lines (35 loc) · 1.98 KB
/
Spreadsheet.sln
File metadata and controls
35 lines (35 loc) · 1.98 KB
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Spreadsheet", "Spreadsheet\Spreadsheet.fsproj", "{3119740D-0F82-4210-BE71-14134A471E8C}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestCases", "TestCases\TestCases.fsproj", "{153289E4-BDEB-4B46-B1EB-673904367369}"
ProjectSection(ProjectDependencies) = postProject
{3119740D-0F82-4210-BE71-14134A471E8C} = {3119740D-0F82-4210-BE71-14134A471E8C}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SheetApplication", "SheetApplication\SheetApplication.csproj", "{22AF61A8-0E86-496B-A381-6B2697111A74}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3119740D-0F82-4210-BE71-14134A471E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3119740D-0F82-4210-BE71-14134A471E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3119740D-0F82-4210-BE71-14134A471E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3119740D-0F82-4210-BE71-14134A471E8C}.Release|Any CPU.Build.0 = Release|Any CPU
{153289E4-BDEB-4B46-B1EB-673904367369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{153289E4-BDEB-4B46-B1EB-673904367369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{153289E4-BDEB-4B46-B1EB-673904367369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{153289E4-BDEB-4B46-B1EB-673904367369}.Release|Any CPU.Build.0 = Release|Any CPU
{22AF61A8-0E86-496B-A381-6B2697111A74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22AF61A8-0E86-496B-A381-6B2697111A74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22AF61A8-0E86-496B-A381-6B2697111A74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22AF61A8-0E86-496B-A381-6B2697111A74}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal