-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSandPile.sln
43 lines (43 loc) · 2.31 KB
/
SandPile.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 Version 16
VisualStudioVersion = 16.0.30021.99
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SandPile", "SandPile\SandPile.vbproj", "{6953846F-1C76-44FF-A6A6-66D7A89F9F1D}"
ProjectSection(ProjectDependencies) = postProject
{91DA405F-E296-485B-ABCD-C2E651DFF881} = {91DA405F-E296-485B-ABCD-C2E651DFF881}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SandPile.Test", "SandPile.Test\SandPile.Test.csproj", "{93708240-0CAA-4711-80DD-8330CDDC91B8}"
ProjectSection(ProjectDependencies) = postProject
{6953846F-1C76-44FF-A6A6-66D7A89F9F1D} = {6953846F-1C76-44FF-A6A6-66D7A89F9F1D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SandPileC", "SandPileC\SandPileC.csproj", "{91DA405F-E296-485B-ABCD-C2E651DFF881}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6953846F-1C76-44FF-A6A6-66D7A89F9F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6953846F-1C76-44FF-A6A6-66D7A89F9F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6953846F-1C76-44FF-A6A6-66D7A89F9F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6953846F-1C76-44FF-A6A6-66D7A89F9F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{93708240-0CAA-4711-80DD-8330CDDC91B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93708240-0CAA-4711-80DD-8330CDDC91B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93708240-0CAA-4711-80DD-8330CDDC91B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93708240-0CAA-4711-80DD-8330CDDC91B8}.Release|Any CPU.Build.0 = Release|Any CPU
{91DA405F-E296-485B-ABCD-C2E651DFF881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91DA405F-E296-485B-ABCD-C2E651DFF881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91DA405F-E296-485B-ABCD-C2E651DFF881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91DA405F-E296-485B-ABCD-C2E651DFF881}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3910A226-099E-41DB-9535-E267799D625A}
EndGlobalSection
EndGlobal