-
Notifications
You must be signed in to change notification settings - Fork 0
/
NProg.sln
42 lines (42 loc) · 2.22 KB
/
NProg.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NProg.Test", "NProg.Test\NProg.Test.csproj", "{FF51DD82-5DF9-482F-8519-96B07F436537}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68E9283A-462C-4B98-B7C5-323967A04CE1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NProg.Demo", "NProg.Demo\NProg.Demo.csproj", "{31377CB5-12A1-494B-BA4E-55D16AC724EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NProg", "NProg\NProg.csproj", "{C07A77A6-6AFE-4492-9B06-EA278ED5F500}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF51DD82-5DF9-482F-8519-96B07F436537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF51DD82-5DF9-482F-8519-96B07F436537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF51DD82-5DF9-482F-8519-96B07F436537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF51DD82-5DF9-482F-8519-96B07F436537}.Release|Any CPU.Build.0 = Release|Any CPU
{31377CB5-12A1-494B-BA4E-55D16AC724EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31377CB5-12A1-494B-BA4E-55D16AC724EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31377CB5-12A1-494B-BA4E-55D16AC724EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31377CB5-12A1-494B-BA4E-55D16AC724EC}.Release|Any CPU.Build.0 = Release|Any CPU
{C07A77A6-6AFE-4492-9B06-EA278ED5F500}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C07A77A6-6AFE-4492-9B06-EA278ED5F500}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C07A77A6-6AFE-4492-9B06-EA278ED5F500}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C07A77A6-6AFE-4492-9B06-EA278ED5F500}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A5D608D-1BC0-4551-8303-540F45BF5B6C}
EndGlobalSection
EndGlobal