-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpreadsheet.sln
43 lines (43 loc) · 2.55 KB
/
Spreadsheet.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 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpreadsheetApp", "Spreadsheet\SpreadsheetApp.csproj", "{F1DAB10F-562B-4A19-A34A-82644A5915F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadsheetEngine", "SpreadsheetEngine\SpreadsheetEngine.csproj", "{9D23DDA3-B1DA-46F3-B878-C28EC9C45A12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpTreeConsole", "ExpTreeConsole\ExpTreeConsole.csproj", "{46F9C431-9977-4768-B765-546672559660}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpreadsheetEngineTests", "SpreadsheetEngineTests\SpreadsheetEngineTests.csproj", "{EE4B7C04-1217-4D30-8742-38419F85C1C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1DAB10F-562B-4A19-A34A-82644A5915F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1DAB10F-562B-4A19-A34A-82644A5915F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1DAB10F-562B-4A19-A34A-82644A5915F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1DAB10F-562B-4A19-A34A-82644A5915F8}.Release|Any CPU.Build.0 = Release|Any CPU
{9D23DDA3-B1DA-46F3-B878-C28EC9C45A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D23DDA3-B1DA-46F3-B878-C28EC9C45A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D23DDA3-B1DA-46F3-B878-C28EC9C45A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D23DDA3-B1DA-46F3-B878-C28EC9C45A12}.Release|Any CPU.Build.0 = Release|Any CPU
{46F9C431-9977-4768-B765-546672559660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F9C431-9977-4768-B765-546672559660}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F9C431-9977-4768-B765-546672559660}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F9C431-9977-4768-B765-546672559660}.Release|Any CPU.Build.0 = Release|Any CPU
{EE4B7C04-1217-4D30-8742-38419F85C1C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE4B7C04-1217-4D30-8742-38419F85C1C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE4B7C04-1217-4D30-8742-38419F85C1C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE4B7C04-1217-4D30-8742-38419F85C1C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62DF9E1C-9C45-494F-861D-25DC48BF5DFC}
EndGlobalSection
EndGlobal