-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChance.NET.sln
43 lines (43 loc) · 2.3 KB
/
Chance.NET.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.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttributeGenerator", "AttributeGenerator\AttributeGenerator.csproj", "{B053EC2E-1326-451D-942F-2DE532A498F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14AC7A99-0B93-47C5-B070-D66B28225E7B}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chance.NET", "Chance.NET\Chance.NET.csproj", "{D2A12520-1F77-4119-B1FD-7FD1CB52BD8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chance.NET.Tests", "Chance.NET.Tests\Chance.NET.Tests.csproj", "{CE4EB6B1-F432-488A-854D-84201EB0D3B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B053EC2E-1326-451D-942F-2DE532A498F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B053EC2E-1326-451D-942F-2DE532A498F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B053EC2E-1326-451D-942F-2DE532A498F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B053EC2E-1326-451D-942F-2DE532A498F2}.Release|Any CPU.Build.0 = Release|Any CPU
{D2A12520-1F77-4119-B1FD-7FD1CB52BD8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2A12520-1F77-4119-B1FD-7FD1CB52BD8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2A12520-1F77-4119-B1FD-7FD1CB52BD8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2A12520-1F77-4119-B1FD-7FD1CB52BD8C}.Release|Any CPU.Build.0 = Release|Any CPU
{CE4EB6B1-F432-488A-854D-84201EB0D3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE4EB6B1-F432-488A-854D-84201EB0D3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE4EB6B1-F432-488A-854D-84201EB0D3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE4EB6B1-F432-488A-854D-84201EB0D3B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23D84E6D-D055-4322-B362-12E065CF225F}
EndGlobalSection
EndGlobal