-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandomness.sln
More file actions
55 lines (54 loc) · 3.22 KB
/
randomness.sln
File metadata and controls
55 lines (54 loc) · 3.22 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "afn-random-points", "points\afn-random-points.csproj", "{94CDBEA7-B5E7-4246-B751-6504AD869B4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "afn-random-coins", "coins\afn-random-coins.csproj", "{48046E3F-F61C-4C93-844D-FD453ACF5867}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "frontend", "frontend\frontend.csproj", "{B7DEDEA1-015F-41C4-947C-F9DD9BD583B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{92069168-12B5-4AD3-8225-8BDE3A963775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bUnut", "bUnut\bUnut.csproj", "{919C75A6-AE5F-4EFA-B3D9-9AF0237D66E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C73D8F9-9560-426E-9F3A-071F16593E4F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94CDBEA7-B5E7-4246-B751-6504AD869B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CDBEA7-B5E7-4246-B751-6504AD869B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CDBEA7-B5E7-4246-B751-6504AD869B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CDBEA7-B5E7-4246-B751-6504AD869B4F}.Release|Any CPU.Build.0 = Release|Any CPU
{48046E3F-F61C-4C93-844D-FD453ACF5867}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48046E3F-F61C-4C93-844D-FD453ACF5867}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48046E3F-F61C-4C93-844D-FD453ACF5867}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48046E3F-F61C-4C93-844D-FD453ACF5867}.Release|Any CPU.Build.0 = Release|Any CPU
{B7DEDEA1-015F-41C4-947C-F9DD9BD583B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7DEDEA1-015F-41C4-947C-F9DD9BD583B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7DEDEA1-015F-41C4-947C-F9DD9BD583B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7DEDEA1-015F-41C4-947C-F9DD9BD583B7}.Release|Any CPU.Build.0 = Release|Any CPU
{92069168-12B5-4AD3-8225-8BDE3A963775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92069168-12B5-4AD3-8225-8BDE3A963775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92069168-12B5-4AD3-8225-8BDE3A963775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92069168-12B5-4AD3-8225-8BDE3A963775}.Release|Any CPU.Build.0 = Release|Any CPU
{919C75A6-AE5F-4EFA-B3D9-9AF0237D66E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{919C75A6-AE5F-4EFA-B3D9-9AF0237D66E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{919C75A6-AE5F-4EFA-B3D9-9AF0237D66E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{919C75A6-AE5F-4EFA-B3D9-9AF0237D66E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C533B910-296E-4681-8CF0-DBF251EB9064}
EndGlobalSection
EndGlobal