-
Notifications
You must be signed in to change notification settings - Fork 6
/
MixEmul.sln
51 lines (51 loc) · 2.69 KB
/
MixEmul.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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MixEmul", "src\MixEmul\MixEmul.csproj", "{3CE2CBD5-6C29-437B-844B-A32C1029128A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MixAssembler", "src\MixAssembler\MixAssembler.csproj", "{8947C313-9E7E-4558-A9C1-DCB59F4C32E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MixLib", "src\MixLib\MixLib.csproj", "{5865F55B-9F09-47FC-8DB6-84AF7B5990EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B6633F6-31F5-4E78-9358-6D73D8144FB4}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
README.md = README.md
src\SolutionInfo.cs = src\SolutionInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E76E698C-4638-42D5-9429-4FA45E7B53D3}"
ProjectSection(SolutionItems) = preProject
docs\Changes.txt = docs\Changes.txt
docs\MixEmul Documentation 0.4.0.docx = docs\MixEmul Documentation 0.4.0.docx
docs\MixEmul Documentation 0.4.0.pdf = docs\MixEmul Documentation 0.4.0.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CE2CBD5-6C29-437B-844B-A32C1029128A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CE2CBD5-6C29-437B-844B-A32C1029128A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CE2CBD5-6C29-437B-844B-A32C1029128A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CE2CBD5-6C29-437B-844B-A32C1029128A}.Release|Any CPU.Build.0 = Release|Any CPU
{8947C313-9E7E-4558-A9C1-DCB59F4C32E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8947C313-9E7E-4558-A9C1-DCB59F4C32E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8947C313-9E7E-4558-A9C1-DCB59F4C32E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8947C313-9E7E-4558-A9C1-DCB59F4C32E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5865F55B-9F09-47FC-8DB6-84AF7B5990EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5865F55B-9F09-47FC-8DB6-84AF7B5990EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5865F55B-9F09-47FC-8DB6-84AF7B5990EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5865F55B-9F09-47FC-8DB6-84AF7B5990EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B4C5CE4-B012-43B1-B37A-034B5866A9AE}
EndGlobalSection
EndGlobal