-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAudacia.Random.sln
45 lines (45 loc) · 2.26 KB
/
Audacia.Random.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Audacia.Random", "Audacia.Random\Audacia.Random.csproj", "{DF030FC7-712C-424C-A5C2-04B7121439F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Audacia.Random.Tests", "Audacia.Random.Tests\Audacia.Random.Tests.csproj", "{B71B2123-AB80-492E-8446-C4751CA254FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E99C6855-1129-4F4D-A0B9-5C4BA7B430B4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE.md = LICENSE.md
CONTRIBUTING.md = CONTRIBUTING.md
build.yaml = build.yaml
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF030FC7-712C-424C-A5C2-04B7121439F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF030FC7-712C-424C-A5C2-04B7121439F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF030FC7-712C-424C-A5C2-04B7121439F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF030FC7-712C-424C-A5C2-04B7121439F4}.Release|Any CPU.Build.0 = Release|Any CPU
{E32F477E-277D-4FE1-911F-8901AAB4678F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E32F477E-277D-4FE1-911F-8901AAB4678F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E32F477E-277D-4FE1-911F-8901AAB4678F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E32F477E-277D-4FE1-911F-8901AAB4678F}.Release|Any CPU.Build.0 = Release|Any CPU
{B71B2123-AB80-492E-8446-C4751CA254FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B71B2123-AB80-492E-8446-C4751CA254FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B71B2123-AB80-492E-8446-C4751CA254FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B71B2123-AB80-492E-8446-C4751CA254FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5D310E0-9B46-452F-AF9D-5ADFDA293E55}
EndGlobalSection
EndGlobal