-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSharpMSDF.sln
More file actions
56 lines (56 loc) · 3.13 KB
/
SharpMSDF.sln
File metadata and controls
56 lines (56 loc) · 3.13 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{3555AC85-F8BD-4B67-BEDB-1B17B0F91D09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpMSDF", "Source\SharpMSDF.csproj", "{E73B1F54-F927-446A-A220-D52851CCA59C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpMSDF.Demo", "Demo\SharpMSDF.Demo.csproj", "{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E73B1F54-F927-446A-A220-D52851CCA59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Debug|x64.ActiveCfg = Debug|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Debug|x64.Build.0 = Debug|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Debug|x86.ActiveCfg = Debug|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Debug|x86.Build.0 = Debug|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Release|Any CPU.Build.0 = Release|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Release|x64.ActiveCfg = Release|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Release|x64.Build.0 = Release|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Release|x86.ActiveCfg = Release|Any CPU
{E73B1F54-F927-446A-A220-D52851CCA59C}.Release|x86.Build.0 = Release|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Debug|x64.ActiveCfg = Debug|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Debug|x64.Build.0 = Debug|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Debug|x86.ActiveCfg = Debug|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Debug|x86.Build.0 = Debug|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Release|Any CPU.Build.0 = Release|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Release|x64.ActiveCfg = Release|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Release|x64.Build.0 = Release|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Release|x86.ActiveCfg = Release|Any CPU
{CD31A40B-3E59-43A3-9A19-E5EAD2CE3733}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E73B1F54-F927-446A-A220-D52851CCA59C} = {3555AC85-F8BD-4B67-BEDB-1B17B0F91D09}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7D5C2C8-F1E2-4D29-BCA4-7F61827E2334}
EndGlobalSection
EndGlobal