forked from rizwan3d/SharpRISCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpRISCV.sln
65 lines (65 loc) · 3.62 KB
/
SharpRISCV.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
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRISCV", "SharpRISCV\SharpRISCV.csproj", "{637A2613-BD4B-4FD4-9927-C397F2B31D4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30719734-480B-454B-8870-61E9FEFFCD87}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
img.jpg = img.jpg
LICENSE.txt = LICENSE.txt
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{2730FC94-0E0E-4CD7-870B-27E1D55C9B27}"
ProjectSection(SolutionItems) = preProject
Example\example.s = Example\example.s
helloworld.s = helloworld.s
Input.s = Input.s
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebRISCV", "WebRISCV\WebRISCV.csproj", "{E4C78F51-2521-41A5-BBC2-8ABCE9B9975B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRISCV.Core", "SharpRISCV.Core\SharpRISCV.Core.csproj", "{4532AF82-E17D-4B81-B311-58C78096900A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRISCV.Core.V2", "SharpRISCV.Core.V2\SharpRISCV.Core.V2.csproj", "{F5CE2567-624C-4DB9-AF99-882FA5BC75A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRISCV.Core.V2.Test", "SharpRISCV.Core.V2.Test\SharpRISCV.Core.V2.Test.csproj", "{F0D8AB33-6259-42D1-B289-4980146B519F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{637A2613-BD4B-4FD4-9927-C397F2B31D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{637A2613-BD4B-4FD4-9927-C397F2B31D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{637A2613-BD4B-4FD4-9927-C397F2B31D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{637A2613-BD4B-4FD4-9927-C397F2B31D4F}.Release|Any CPU.Build.0 = Release|Any CPU
{E4C78F51-2521-41A5-BBC2-8ABCE9B9975B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4C78F51-2521-41A5-BBC2-8ABCE9B9975B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4C78F51-2521-41A5-BBC2-8ABCE9B9975B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4C78F51-2521-41A5-BBC2-8ABCE9B9975B}.Release|Any CPU.Build.0 = Release|Any CPU
{4532AF82-E17D-4B81-B311-58C78096900A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4532AF82-E17D-4B81-B311-58C78096900A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4532AF82-E17D-4B81-B311-58C78096900A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4532AF82-E17D-4B81-B311-58C78096900A}.Release|Any CPU.Build.0 = Release|Any CPU
{F5CE2567-624C-4DB9-AF99-882FA5BC75A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5CE2567-624C-4DB9-AF99-882FA5BC75A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5CE2567-624C-4DB9-AF99-882FA5BC75A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5CE2567-624C-4DB9-AF99-882FA5BC75A3}.Release|Any CPU.Build.0 = Release|Any CPU
{F0D8AB33-6259-42D1-B289-4980146B519F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0D8AB33-6259-42D1-B289-4980146B519F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0D8AB33-6259-42D1-B289-4980146B519F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0D8AB33-6259-42D1-B289-4980146B519F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B1A58CD-3D17-4D91-BC0D-F62816266FCC}
EndGlobalSection
EndGlobal