-
Notifications
You must be signed in to change notification settings - Fork 1
/
SpreadsheetSimulator.sln
40 lines (40 loc) · 2.22 KB
/
SpreadsheetSimulator.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.11.34810.211
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadsheetSimulator", "Spreadsheet\SpreadsheetSimulator.csproj", "{B487F4D8-E42E-4DDD-A33B-CCF03AAE9480}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spreadsheet.Core", "Spreadsheet.Core\Spreadsheet.Core.csproj", "{F3F7714D-497F-4F82-BF5F-96AA21B0266F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spreadsheet.Tests", "Spreadsheet.Tests\Spreadsheet.Tests.csproj", "{6EF01840-052F-40FA-90FE-6A3D0651DFDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBCB0462-1B65-49D6-94D6-220D89A564EB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
simple_scheme.svg = simple_scheme.svg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B487F4D8-E42E-4DDD-A33B-CCF03AAE9480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B487F4D8-E42E-4DDD-A33B-CCF03AAE9480}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B487F4D8-E42E-4DDD-A33B-CCF03AAE9480}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B487F4D8-E42E-4DDD-A33B-CCF03AAE9480}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F7714D-497F-4F82-BF5F-96AA21B0266F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F7714D-497F-4F82-BF5F-96AA21B0266F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F7714D-497F-4F82-BF5F-96AA21B0266F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F7714D-497F-4F82-BF5F-96AA21B0266F}.Release|Any CPU.Build.0 = Release|Any CPU
{6EF01840-052F-40FA-90FE-6A3D0651DFDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EF01840-052F-40FA-90FE-6A3D0651DFDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EF01840-052F-40FA-90FE-6A3D0651DFDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EF01840-052F-40FA-90FE-6A3D0651DFDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal