Skip to content

Commit e8a9708

Browse files
committed
adding vs project file
added message box display on No JSON string selected moved to version 1.175
1 parent 412018d commit e8a9708

File tree

6 files changed

+325
-7
lines changed

6 files changed

+325
-7
lines changed
Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="ANSI Debug|Win32">
5+
<Configuration>ANSI Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="ANSI Release|Win32">
9+
<Configuration>ANSI Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Unicode Debug|Win32">
13+
<Configuration>Unicode Debug</Configuration>
14+
<Platform>Win32</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Unicode Release|Win32">
17+
<Configuration>Unicode Release</Configuration>
18+
<Platform>Win32</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<ProjectGuid>{1590D7CD-7D3A-4AB7-A355-EE02F7FB987D}</ProjectGuid>
23+
<RootNamespace>NppPluginTemplate</RootNamespace>
24+
<Keyword>Win32Proj</Keyword>
25+
</PropertyGroup>
26+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="Configuration">
28+
<ConfigurationType>DynamicLibrary</ConfigurationType>
29+
<CharacterSet>Unicode</CharacterSet>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label="Configuration">
32+
<ConfigurationType>DynamicLibrary</ConfigurationType>
33+
<CharacterSet>Unicode</CharacterSet>
34+
</PropertyGroup>
35+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ANSI Release|Win32'" Label="Configuration">
36+
<ConfigurationType>DynamicLibrary</ConfigurationType>
37+
<CharacterSet>MultiByte</CharacterSet>
38+
</PropertyGroup>
39+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" Label="Configuration">
40+
<ConfigurationType>DynamicLibrary</ConfigurationType>
41+
<CharacterSet>MultiByte</CharacterSet>
42+
</PropertyGroup>
43+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
44+
<ImportGroup Label="ExtensionSettings">
45+
</ImportGroup>
46+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="PropertySheets">
47+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48+
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
49+
<Import Project="no_ms_shit.props" />
50+
</ImportGroup>
51+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label="PropertySheets">
52+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53+
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
54+
<Import Project="no_ms_shit.props" />
55+
</ImportGroup>
56+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ANSI Release|Win32'" Label="PropertySheets">
57+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58+
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
59+
<Import Project="no_ms_shit.props" />
60+
</ImportGroup>
61+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" Label="PropertySheets">
62+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63+
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
64+
<Import Project="no_ms_shit.props" />
65+
</ImportGroup>
66+
<PropertyGroup Label="UserMacros" />
67+
<PropertyGroup>
68+
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
69+
<OutDir Condition="'$(Configuration)|$(Platform)'=='ANSI Debug|Win32'">$(Configuration)\</OutDir>
70+
<IntDir Condition="'$(Configuration)|$(Platform)'=='ANSI Debug|Win32'">$(Configuration)\</IntDir>
71+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ANSI Debug|Win32'">true</LinkIncremental>
72+
<OutDir Condition="'$(Configuration)|$(Platform)'=='ANSI Release|Win32'">.\bin\</OutDir>
73+
<IntDir Condition="'$(Configuration)|$(Platform)'=='ANSI Release|Win32'">Release\</IntDir>
74+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ANSI Release|Win32'">false</LinkIncremental>
75+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">.\Unicode Release\</OutDir>
76+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">$(Configuration)\</IntDir>
77+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">false</LinkIncremental>
78+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">$(Configuration)\</OutDir>
79+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">$(Configuration)\</IntDir>
80+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">true</LinkIncremental>
81+
</PropertyGroup>
82+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ANSI Debug|Win32'">
83+
<ClCompile>
84+
<Optimization>Disabled</Optimization>
85+
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
86+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87+
<MinimalRebuild>true</MinimalRebuild>
88+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
89+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
90+
<PrecompiledHeader>
91+
</PrecompiledHeader>
92+
<WarningLevel>Level3</WarningLevel>
93+
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
94+
</ClCompile>
95+
<Link>
96+
<AdditionalDependencies>shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
97+
<OutputFile>$(OutDir)NppJSONViewer_DebugA.dll</OutputFile>
98+
<GenerateDebugInformation>true</GenerateDebugInformation>
99+
<ProgramDatabaseFile>$(OutDir)NPPJSONViewer.pdb</ProgramDatabaseFile>
100+
<SubSystem>Windows</SubSystem>
101+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
102+
<DataExecutionPrevention>
103+
</DataExecutionPrevention>
104+
<ImportLibrary>$(OutDir)NPPJSONViewer.lib</ImportLibrary>
105+
<TargetMachine>MachineX86</TargetMachine>
106+
</Link>
107+
</ItemDefinitionGroup>
108+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ANSI Release|Win32'">
109+
<ClCompile>
110+
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
111+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
113+
<PrecompiledHeader>
114+
</PrecompiledHeader>
115+
<PrecompiledHeaderFile>
116+
</PrecompiledHeaderFile>
117+
<WarningLevel>Level3</WarningLevel>
118+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
119+
</ClCompile>
120+
<Link>
121+
<AdditionalDependencies>shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
122+
<OutputFile>$(OutDir)NPPJSONViewerA.dll</OutputFile>
123+
<GenerateDebugInformation>true</GenerateDebugInformation>
124+
<SubSystem>Windows</SubSystem>
125+
<OptimizeReferences>true</OptimizeReferences>
126+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
127+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
128+
<DataExecutionPrevention>
129+
</DataExecutionPrevention>
130+
<ImportLibrary>$(OutDir)NPPJSONViewer.lib</ImportLibrary>
131+
<TargetMachine>MachineX86</TargetMachine>
132+
</Link>
133+
</ItemDefinitionGroup>
134+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">
135+
<ClCompile>
136+
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
137+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
139+
<PrecompiledHeader>
140+
</PrecompiledHeader>
141+
<PrecompiledHeaderFile>
142+
</PrecompiledHeaderFile>
143+
<WarningLevel>Level3</WarningLevel>
144+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145+
</ClCompile>
146+
<Link>
147+
<AdditionalDependencies>shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
148+
<OutputFile>$(OutDir)NPPJSONViewer.dll</OutputFile>
149+
<GenerateDebugInformation>true</GenerateDebugInformation>
150+
<SubSystem>Windows</SubSystem>
151+
<OptimizeReferences>true</OptimizeReferences>
152+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
153+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
154+
<DataExecutionPrevention>
155+
</DataExecutionPrevention>
156+
<ImportLibrary>$(OutDir)NPPJSONViewer.lib</ImportLibrary>
157+
<TargetMachine>MachineX86</TargetMachine>
158+
</Link>
159+
</ItemDefinitionGroup>
160+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">
161+
<ClCompile>
162+
<Optimization>Disabled</Optimization>
163+
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
164+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165+
<MinimalRebuild>true</MinimalRebuild>
166+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
167+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
168+
<PrecompiledHeader>
169+
</PrecompiledHeader>
170+
<WarningLevel>Level3</WarningLevel>
171+
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
172+
</ClCompile>
173+
<Link>
174+
<AdditionalDependencies>shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
175+
<OutputFile>$(OutDir)NPPJSONViewer_Debug.dll</OutputFile>
176+
<GenerateDebugInformation>true</GenerateDebugInformation>
177+
<ProgramDatabaseFile>$(OutDir)NPPJSONViewer.pdb</ProgramDatabaseFile>
178+
<SubSystem>Windows</SubSystem>
179+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
180+
<DataExecutionPrevention>
181+
</DataExecutionPrevention>
182+
<ImportLibrary>$(OutDir)NPPJSONViewer.lib</ImportLibrary>
183+
<TargetMachine>MachineX86</TargetMachine>
184+
</Link>
185+
</ItemDefinitionGroup>
186+
<ItemGroup>
187+
<ClCompile Include="Hyperlinks.cpp" />
188+
<ClCompile Include="json.c" />
189+
<ClCompile Include="JSONDialog.cpp" />
190+
<ClCompile Include="NppPlugin.cpp" />
191+
<ClCompile Include="PluginDefinition.cpp" />
192+
<ClCompile Include="StaticDialog.cpp" />
193+
</ItemGroup>
194+
<ItemGroup>
195+
<ClInclude Include="Docking.h" />
196+
<ClInclude Include="DockingDlgInterface.h" />
197+
<ClInclude Include="dockingResource.h" />
198+
<ClInclude Include="Hyperlinks.h" />
199+
<ClInclude Include="json.h" />
200+
<ClInclude Include="JSONDialog.h" />
201+
<ClInclude Include="menuCmdID.h" />
202+
<ClInclude Include="Notepad_plus_msgs.h" />
203+
<ClInclude Include="PluginDefinition.h" />
204+
<ClInclude Include="PluginInterface.h" />
205+
<ClInclude Include="DockingFeature\resource.h" />
206+
<ClInclude Include="Scintilla.h" />
207+
<ClInclude Include="StaticDialog.h" />
208+
<ClInclude Include="Window.h" />
209+
</ItemGroup>
210+
<ItemGroup>
211+
<ResourceCompile Include="resource.rc" />
212+
</ItemGroup>
213+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
214+
<ImportGroup Label="ExtensionTargets">
215+
</ImportGroup>
216+
</Project>
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="Header Files">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="Resource Files">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="Hyperlinks.cpp">
19+
<Filter>Source Files</Filter>
20+
</ClCompile>
21+
<ClCompile Include="json.c">
22+
<Filter>Source Files</Filter>
23+
</ClCompile>
24+
<ClCompile Include="JSONDialog.cpp">
25+
<Filter>Source Files</Filter>
26+
</ClCompile>
27+
<ClCompile Include="NppPlugin.cpp">
28+
<Filter>Source Files</Filter>
29+
</ClCompile>
30+
<ClCompile Include="PluginDefinition.cpp">
31+
<Filter>Source Files</Filter>
32+
</ClCompile>
33+
<ClCompile Include="StaticDialog.cpp">
34+
<Filter>Source Files</Filter>
35+
</ClCompile>
36+
</ItemGroup>
37+
<ItemGroup>
38+
<ClInclude Include="Docking.h">
39+
<Filter>Header Files</Filter>
40+
</ClInclude>
41+
<ClInclude Include="DockingDlgInterface.h">
42+
<Filter>Header Files</Filter>
43+
</ClInclude>
44+
<ClInclude Include="dockingResource.h">
45+
<Filter>Header Files</Filter>
46+
</ClInclude>
47+
<ClInclude Include="Hyperlinks.h">
48+
<Filter>Header Files</Filter>
49+
</ClInclude>
50+
<ClInclude Include="json.h">
51+
<Filter>Header Files</Filter>
52+
</ClInclude>
53+
<ClInclude Include="JSONDialog.h">
54+
<Filter>Header Files</Filter>
55+
</ClInclude>
56+
<ClInclude Include="menuCmdID.h">
57+
<Filter>Header Files</Filter>
58+
</ClInclude>
59+
<ClInclude Include="Notepad_plus_msgs.h">
60+
<Filter>Header Files</Filter>
61+
</ClInclude>
62+
<ClInclude Include="PluginDefinition.h">
63+
<Filter>Header Files</Filter>
64+
</ClInclude>
65+
<ClInclude Include="PluginInterface.h">
66+
<Filter>Header Files</Filter>
67+
</ClInclude>
68+
<ClInclude Include="DockingFeature\resource.h">
69+
<Filter>Header Files</Filter>
70+
</ClInclude>
71+
<ClInclude Include="Scintilla.h">
72+
<Filter>Header Files</Filter>
73+
</ClInclude>
74+
<ClInclude Include="StaticDialog.h">
75+
<Filter>Header Files</Filter>
76+
</ClInclude>
77+
<ClInclude Include="Window.h">
78+
<Filter>Header Files</Filter>
79+
</ClInclude>
80+
</ItemGroup>
81+
<ItemGroup>
82+
<ResourceCompile Include="resource.rc">
83+
<Filter>Resource Files</Filter>
84+
</ResourceCompile>
85+
</ItemGroup>
86+
</Project>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
</Project>

NppJSONViewer/PluginDefinition.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ void openJSONDialog()
173173
size_t asciiTextLen = end - start;
174174
if (asciiTextLen == 0)
175175
{
176+
MessageBox(nppData._nppHandle,TEXT("Please select a JSON string."),TEXT("JSON Viewer"),MB_OK|MB_ICONINFORMATION);
176177
return;
177178
}
178179

NppJSONViewer/no_ms_shit.props

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
5+
<_PropertySheetDisplayName>no ms shit</_PropertySheetDisplayName>
6+
</PropertyGroup>
7+
<ItemDefinitionGroup>
8+
<ClCompile>
9+
<PreprocessorDefinitions>__STDC_WANT_SECURE_LIB__=0;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
10+
</ClCompile>
11+
</ItemDefinitionGroup>
12+
</Project>

NppJSONViewer/resource.rc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Generated by ResEdit 1.5.7
2-
// Copyright (C) 2006-2010
1+
// Generated by ResEdit 1.5.8
2+
// Copyright (C) 2006-2011
33
// http://www.resedit.net
44

55
#include <windows.h>
@@ -25,7 +25,7 @@ FONT 8, "Ms Shell Dlg"
2525
LTEXT "Author:", IDC_STATIC, 27, 21, 24, 8, SS_LEFT
2626
LTEXT "Kapil Ratnani", IDC_STATIC, 105, 21, 43, 8, SS_LEFT
2727
LTEXT "Version:", IDC_STATIC, 27, 35, 26, 8, SS_LEFT
28-
LTEXT "1.17", IDC_STATIC, 104, 35, 15, 8, SS_LEFT
28+
LTEXT "1.175", IDC_STATIC, 104, 35, 19, 8, SS_LEFT
2929
LTEXT "Licence:", IDC_STATIC, 27, 48, 28, 8, SS_LEFT
3030
LTEXT "GPL", IDC_STATIC, 104, 48, 15, 8, SS_LEFT
3131
LTEXT "Special thanks to:", IDC_STATIC, 27, 63, 58, 8, SS_LEFT
@@ -53,8 +53,8 @@ FONT 8, "Ms Shell Dlg"
5353
//
5454
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5555
1 VERSIONINFO
56-
FILEVERSION 1,1,7,0
57-
PRODUCTVERSION 1,1,7,0
56+
FILEVERSION 1,1,7,5
57+
PRODUCTVERSION 1,1,7,5
5858
FILEOS VOS__WINDOWS32
5959
FILETYPE VFT_DLL
6060
FILESUBTYPE VFT2_UNKNOWN
@@ -68,11 +68,11 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6868
VALUE "Comments", "JSONViewer plugin for Notepad++"
6969
VALUE "CompanyName", "Kapil Ratnani"
7070
VALUE "FileDescription", "Notepad++ plugin"
71-
VALUE "FileVersion", "1.17"
71+
VALUE "FileVersion", "1.175"
7272
VALUE "InternalName", "JSONViewer"
7373
VALUE "OriginalFilename", "NPPJSONViewer.dll"
7474
VALUE "ProductName", "JSONViewer plugin for Notepad++"
75-
VALUE "ProductVersion", "1.17"
75+
VALUE "ProductVersion", "1.175"
7676
VALUE "SpecialBuild", "UNICODE"
7777
}
7878
}

0 commit comments

Comments
 (0)