-
Notifications
You must be signed in to change notification settings - Fork 2
/
AILZ80ASM.sln
48 lines (48 loc) · 2.8 KB
/
AILZ80ASM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AILZ80ASM", "AILZ80ASM\AILZ80ASM.csproj", "{93C0C165-4B19-4A3D-B8BB-5276087C989F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AILZ80ASM.Test", "AILZ80ASM.Test\AILZ80ASM.Test.csproj", "{5411EED7-F51B-4892-92A4-09A52C8CFC39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BAC6C55-7F0D-4A16-9DF9-4278AF26A9A5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AILZ80ASM.Tools", "AILZ80ASM.Tools\AILZ80ASM.Tools.csproj", "{E5D31A1F-8F0C-40A3-BD0E-A358CB239AD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AILZ80ASM.Benchmark", "AILZ80ASM.Benchmark\AILZ80ASM.Benchmark.csproj", "{C2C66BFF-F793-4C92-9261-089A11C1B551}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93C0C165-4B19-4A3D-B8BB-5276087C989F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93C0C165-4B19-4A3D-B8BB-5276087C989F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93C0C165-4B19-4A3D-B8BB-5276087C989F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93C0C165-4B19-4A3D-B8BB-5276087C989F}.Release|Any CPU.Build.0 = Release|Any CPU
{5411EED7-F51B-4892-92A4-09A52C8CFC39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5411EED7-F51B-4892-92A4-09A52C8CFC39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5411EED7-F51B-4892-92A4-09A52C8CFC39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5411EED7-F51B-4892-92A4-09A52C8CFC39}.Release|Any CPU.Build.0 = Release|Any CPU
{E5D31A1F-8F0C-40A3-BD0E-A358CB239AD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5D31A1F-8F0C-40A3-BD0E-A358CB239AD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5D31A1F-8F0C-40A3-BD0E-A358CB239AD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5D31A1F-8F0C-40A3-BD0E-A358CB239AD6}.Release|Any CPU.Build.0 = Release|Any CPU
{C2C66BFF-F793-4C92-9261-089A11C1B551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2C66BFF-F793-4C92-9261-089A11C1B551}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2C66BFF-F793-4C92-9261-089A11C1B551}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2C66BFF-F793-4C92-9261-089A11C1B551}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37559143-1E67-4B5D-B02C-410F090B8524}
EndGlobalSection
EndGlobal