diff --git a/.filenesting.json b/.filenesting.json new file mode 100644 index 0000000..2d0f325 --- /dev/null +++ b/.filenesting.json @@ -0,0 +1,17 @@ +{ + "root": true, + "dependentFileProviders": { + "add": { + "fileToFile": { + "add": { + "AboutMultilangConst.resx": [ "AboutConst.cs" ], + "AboutMultilangConst.zh.resx": [ "AboutConst.cs" ], + "MainMultilangConst.resx": [ "MainConst.cs" ], + "MainMultilangConst.zh.resx": [ "MainConst.cs" ], + "SettingsMultilangConst.resx": [ "SettingsConst.cs" ], + "SettingsMultilangConst.zh.resx": [ "SettingsConst.cs" ] + } + } + } + } +} \ No newline at end of file diff --git a/Sheas-Cealer.csproj b/Sheas-Cealer.csproj index 3ebab87..ce55e57 100644 --- a/Sheas-Cealer.csproj +++ b/Sheas-Cealer.csproj @@ -56,6 +56,7 @@ +