-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNSCI.sln
52 lines (52 loc) · 2.8 KB
/
NSCI.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
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSCI", "NSCI\NSCI.csproj", "{68A04712-38F1-4C35-9CA7-F81888BBE88E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B304290-B20E-414D-9A7D-123BF6CC1664}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.md = LICENSE.md
Logo.ai = Logo.ai
Logo.png = Logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHarness", "TestHarness\TestHarness.csproj", "{EF2D495F-7B92-49BE-B4E5-CB1BF47740C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSCI.Characters", "NSCI.Characters\NSCI.Characters.csproj", "{F035E193-2C4C-4FDF-B934-4CE2507F3513}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSCI.Sample", "NSCI.Sample\NSCI.Sample.csproj", "{1E9991A1-BB31-476C-8B73-ACC3CA8EA5D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68A04712-38F1-4C35-9CA7-F81888BBE88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A04712-38F1-4C35-9CA7-F81888BBE88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A04712-38F1-4C35-9CA7-F81888BBE88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A04712-38F1-4C35-9CA7-F81888BBE88E}.Release|Any CPU.Build.0 = Release|Any CPU
{EF2D495F-7B92-49BE-B4E5-CB1BF47740C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF2D495F-7B92-49BE-B4E5-CB1BF47740C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF2D495F-7B92-49BE-B4E5-CB1BF47740C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF2D495F-7B92-49BE-B4E5-CB1BF47740C7}.Release|Any CPU.Build.0 = Release|Any CPU
{F035E193-2C4C-4FDF-B934-4CE2507F3513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F035E193-2C4C-4FDF-B934-4CE2507F3513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F035E193-2C4C-4FDF-B934-4CE2507F3513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F035E193-2C4C-4FDF-B934-4CE2507F3513}.Release|Any CPU.Build.0 = Release|Any CPU
{1E9991A1-BB31-476C-8B73-ACC3CA8EA5D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E9991A1-BB31-476C-8B73-ACC3CA8EA5D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E9991A1-BB31-476C-8B73-ACC3CA8EA5D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E9991A1-BB31-476C-8B73-ACC3CA8EA5D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B139F6B1-A47C-436E-AEDF-35F5EEA19F17}
EndGlobalSection
EndGlobal