-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNanoProc4.sln
51 lines (51 loc) · 2.54 KB
/
NanoProc4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np-asm", "np-asm\np-asm.vcxproj", "{E56809F2-0FD0-49AF-B67E-A5A63BC64803}"
ProjectSection(ProjectDependencies) = postProject
{27338D09-AF79-4121-BFE2-274F846DCA03} = {27338D09-AF79-4121-BFE2-274F846DCA03}
{1BF6A13A-4AC7-4512-A77E-225BEC9F35CD} = {1BF6A13A-4AC7-4512-A77E-225BEC9F35CD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np-asm-test", "np-asm-test\np-asm-test.vcxproj", "{1BF6A13A-4AC7-4512-A77E-225BEC9F35CD}"
ProjectSection(ProjectDependencies) = postProject
{27338D09-AF79-4121-BFE2-274F846DCA03} = {27338D09-AF79-4121-BFE2-274F846DCA03}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np-asm-lib", "np-asm-lib\np-asm-lib.vcxproj", "{27338D09-AF79-4121-BFE2-274F846DCA03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D358093C-A604-43DA-88B2-A7794D291DC1}"
ProjectSection(SolutionItems) = preProject
Doxyfile = Doxyfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E56809F2-0FD0-49AF-B67E-A5A63BC64803}.Debug|x64.ActiveCfg = Debug|x64
{E56809F2-0FD0-49AF-B67E-A5A63BC64803}.Debug|x64.Build.0 = Debug|x64
{E56809F2-0FD0-49AF-B67E-A5A63BC64803}.Release|x64.ActiveCfg = Release|x64
{E56809F2-0FD0-49AF-B67E-A5A63BC64803}.Release|x64.Build.0 = Release|x64
{1BF6A13A-4AC7-4512-A77E-225BEC9F35CD}.Debug|x64.ActiveCfg = Debug|x64
{1BF6A13A-4AC7-4512-A77E-225BEC9F35CD}.Debug|x64.Build.0 = Debug|x64
{1BF6A13A-4AC7-4512-A77E-225BEC9F35CD}.Release|x64.ActiveCfg = Release|x64
{1BF6A13A-4AC7-4512-A77E-225BEC9F35CD}.Release|x64.Build.0 = Release|x64
{27338D09-AF79-4121-BFE2-274F846DCA03}.Debug|x64.ActiveCfg = Debug|x64
{27338D09-AF79-4121-BFE2-274F846DCA03}.Debug|x64.Build.0 = Debug|x64
{27338D09-AF79-4121-BFE2-274F846DCA03}.Release|x64.ActiveCfg = Release|x64
{27338D09-AF79-4121-BFE2-274F846DCA03}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6EEFC8F-B815-466D-A2E4-51AF27B160CD}
EndGlobalSection
EndGlobal