-
Notifications
You must be signed in to change notification settings - Fork 10
/
MaichartConverter.sln
31 lines (31 loc) · 1.46 KB
/
MaichartConverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaichartConverter", "MaichartConverter.csproj", "{C80EAA2B-1033-415B-BB01-F8784133AB21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Debug|ARM64.Build.0 = Debug|ARM64
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Release|Any CPU.Build.0 = Release|Any CPU
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Release|ARM64.ActiveCfg = Release|Any CPU
{C80EAA2B-1033-415B-BB01-F8784133AB21}.Release|ARM64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D59E33A6-59F4-445A-AFE2-10BED108271A}
EndGlobalSection
EndGlobal