-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKleinSharp.sln
54 lines (54 loc) · 3.34 KB
/
KleinSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KleinSharp", "KleinSharp\KleinSharp.csproj", "{1444BE9A-C142-488A-8FE5-B71C95FA159A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KleinSharp.Tests", "KleinSharp.Tests\KleinSharp.Tests.csproj", "{60FCB22C-9594-4057-A028-D5A7FE054753}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KleinSharp.Perf", "KleinSharp.Perf\KleinSharp.Perf.csproj", "{6BDC8CCF-FC63-4C86-8848-0879C79E8FDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KleinSharp.ConstSwizzleTool", "KleinSharp.ConstSwizzleTool\KleinSharp.ConstSwizzleTool.csproj", "{12A4D643-F5D1-4C96-A435-68D30C9253C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KleinSharp.Disassembly", "KleinSharp.Disassembly\KleinSharp.Disassembly.csproj", "{7CB5E90E-B9B3-4C50-9098-A7A729EE4D44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2871CE82-BBA6-47A4-8500-A091DAAF2307}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1444BE9A-C142-488A-8FE5-B71C95FA159A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1444BE9A-C142-488A-8FE5-B71C95FA159A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1444BE9A-C142-488A-8FE5-B71C95FA159A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1444BE9A-C142-488A-8FE5-B71C95FA159A}.Release|Any CPU.Build.0 = Release|Any CPU
{60FCB22C-9594-4057-A028-D5A7FE054753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60FCB22C-9594-4057-A028-D5A7FE054753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60FCB22C-9594-4057-A028-D5A7FE054753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60FCB22C-9594-4057-A028-D5A7FE054753}.Release|Any CPU.Build.0 = Release|Any CPU
{6BDC8CCF-FC63-4C86-8848-0879C79E8FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BDC8CCF-FC63-4C86-8848-0879C79E8FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BDC8CCF-FC63-4C86-8848-0879C79E8FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BDC8CCF-FC63-4C86-8848-0879C79E8FDA}.Release|Any CPU.Build.0 = Release|Any CPU
{12A4D643-F5D1-4C96-A435-68D30C9253C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12A4D643-F5D1-4C96-A435-68D30C9253C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12A4D643-F5D1-4C96-A435-68D30C9253C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12A4D643-F5D1-4C96-A435-68D30C9253C9}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB5E90E-B9B3-4C50-9098-A7A729EE4D44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB5E90E-B9B3-4C50-9098-A7A729EE4D44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB5E90E-B9B3-4C50-9098-A7A729EE4D44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB5E90E-B9B3-4C50-9098-A7A729EE4D44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5CA64CE-EA24-4D59-9FBC-9A9D265D1BC9}
EndGlobalSection
EndGlobal