-
Notifications
You must be signed in to change notification settings - Fork 1
/
asmformat.sln
60 lines (60 loc) · 2.53 KB
/
asmformat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{856F0274-F232-4BE6-A368-A58544EF4FAF}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzer.ruleset = Analyzer.ruleset
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Files", "Test Files", "{4713F9F3-6246-4049-9785-1372543D0F2D}"
ProjectSection(SolutionItems) = preProject
assets\ANSI-LF.asm = assets\ANSI-LF.asm
assets\ANSI.asm = assets\ANSI.asm
assets\ANSI.txt = assets\ANSI.txt
assets\ASCII.asm = assets\ASCII.asm
assets\ASCII.txt = assets\ASCII.txt
assets\blank-BOM.asm = assets\blank-BOM.asm
assets\blank.asm = assets\blank.asm
assets\utf16be.asm = assets\utf16be.asm
assets\utf16le-LF.asm = assets\utf16le-LF.asm
assets\utf16le.asm = assets\utf16le.asm
assets\utf8-BOM.asm = assets\utf8-BOM.asm
assets\utf8-LF.asm = assets\utf8-LF.asm
assets\utf8.asm = assets\utf8.asm
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asmformat", "asmformat\asmformat.vcxproj", "{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Debug|x64.ActiveCfg = Debug|x64
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Debug|x64.Build.0 = Debug|x64
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Debug|x86.ActiveCfg = Debug|Win32
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Debug|x86.Build.0 = Debug|Win32
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Release|x64.ActiveCfg = Release|x64
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Release|x64.Build.0 = Release|x64
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Release|x86.ActiveCfg = Release|Win32
{D1E2E50E-71DE-4C93-A968-030D9B5B8F04}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EA7821D-1EC4-4FC2-885E-0C7E5879EB59}
EndGlobalSection
EndGlobal