-
Notifications
You must be signed in to change notification settings - Fork 1
/
NamingFormatter.sln
51 lines (51 loc) · 2.54 KB
/
NamingFormatter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25BEB179-DC2D-443C-8BD7-F51CF04DE053}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-nupkg.bat = build-nupkg.bat
.github\workflows\build.yml = .github\workflows\build.yml
README.md = README.md
build-nupkg.sh = build-nupkg.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{FA746D2D-0859-4AD9-AC64-6E1A58A6EB00}"
ProjectSection(SolutionItems) = preProject
Images\NamingFormatter.100.png = Images\NamingFormatter.100.png
Images\NamingFormatter.128.png = Images\NamingFormatter.128.png
Images\NamingFormatter.design = Images\NamingFormatter.design
Images\Japanese.256.png = Images\Japanese.256.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NamingFormatter", "NamingFormatter\NamingFormatter.csproj", "{53446020-7743-4188-8049-F536C1A92E74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NamingFormatterTests", "NamingFormatterTests\NamingFormatterTests.csproj", "{DC865092-C422-42B4-97D3-CACB3A289164}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53446020-7743-4188-8049-F536C1A92E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53446020-7743-4188-8049-F536C1A92E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53446020-7743-4188-8049-F536C1A92E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53446020-7743-4188-8049-F536C1A92E74}.Release|Any CPU.Build.0 = Release|Any CPU
{DC865092-C422-42B4-97D3-CACB3A289164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC865092-C422-42B4-97D3-CACB3A289164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC865092-C422-42B4-97D3-CACB3A289164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC865092-C422-42B4-97D3-CACB3A289164}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FA746D2D-0859-4AD9-AC64-6E1A58A6EB00} = {25BEB179-DC2D-443C-8BD7-F51CF04DE053}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04565AA8-09F8-4A5C-82C3-BE9CDAE1BCD6}
EndGlobalSection
EndGlobal