-
Notifications
You must be signed in to change notification settings - Fork 0
/
CmodConvert.sln
48 lines (48 loc) · 2.34 KB
/
CmodConvert.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.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmodConvert", "CmodConvert\CmodConvert.csproj", "{4C98BAAB-1AA9-419C-A4D6-1F617FCEBBA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{113FE7A1-D370-490B-84F5-8BB87F457B06}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "format", "format", "{0D856A18-5254-4CB9-A196-175CF750CA50}"
ProjectSection(SolutionItems) = preProject
format\cmod-binary.md = format\cmod-binary.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmodConvert.Test", "CmodConvert.Test\CmodConvert.Test.csproj", "{FCBD5246-03B8-4744-918E-E4C021A08B67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C98BAAB-1AA9-419C-A4D6-1F617FCEBBA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C98BAAB-1AA9-419C-A4D6-1F617FCEBBA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C98BAAB-1AA9-419C-A4D6-1F617FCEBBA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C98BAAB-1AA9-419C-A4D6-1F617FCEBBA7}.Release|Any CPU.Build.0 = Release|Any CPU
{FCBD5246-03B8-4744-918E-E4C021A08B67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCBD5246-03B8-4744-918E-E4C021A08B67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCBD5246-03B8-4744-918E-E4C021A08B67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCBD5246-03B8-4744-918E-E4C021A08B67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0D856A18-5254-4CB9-A196-175CF750CA50} = {113FE7A1-D370-490B-84F5-8BB87F457B06}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42B248E2-04D0-44E1-8839-58633BF582BD}
EndGlobalSection
EndGlobal