-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathEVEStandard.sln
38 lines (38 loc) · 1.85 KB
/
EVEStandard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EVEStandard", "EVEStandard\EVEStandard.csproj", "{9D4F601D-CD4A-4910-9FD9-41BAA9236FDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C856830-9839-495D-9C6A-CDFB094698DA}"
ProjectSection(SolutionItems) = preProject
AddingNewAPI.md = AddingNewAPI.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EVEStandard.Tests", "EVEStandard.Tests\EVEStandard.Tests.csproj", "{E9AF0CA7-0998-467A-8BB1-9CE00F1C9A12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D4F601D-CD4A-4910-9FD9-41BAA9236FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D4F601D-CD4A-4910-9FD9-41BAA9236FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D4F601D-CD4A-4910-9FD9-41BAA9236FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D4F601D-CD4A-4910-9FD9-41BAA9236FDC}.Release|Any CPU.Build.0 = Release|Any CPU
{E9AF0CA7-0998-467A-8BB1-9CE00F1C9A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9AF0CA7-0998-467A-8BB1-9CE00F1C9A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9AF0CA7-0998-467A-8BB1-9CE00F1C9A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9AF0CA7-0998-467A-8BB1-9CE00F1C9A12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {865A1836-EF7F-41BD-8036-D50C1FB89D6C}
EndGlobalSection
EndGlobal