gitextract_d81n_rbi/ ├── .gitignore ├── PhotoTimeFix/ │ ├── App.xaml │ ├── App.xaml.cs │ ├── PhotoTimeFix.csproj │ ├── Properties/ │ │ └── launchSettings.json │ ├── Resource/ │ │ ├── Resource.Designer.cs │ │ ├── Resource.resx │ │ ├── Resource.zh-Hans.resx │ │ └── Resource.zh-Hant.resx │ ├── Util/ │ │ ├── DefaultFileProcessor.cs │ │ ├── FileExistValidationRule.cs │ │ ├── IFileProcessor.cs │ │ ├── ProcessResult.cs │ │ ├── ProcessResultList.cs │ │ ├── SettingItemAttribute.cs │ │ └── ThemeHelper.cs │ ├── ViewBinding/ │ │ ├── MainWindowBinding.cs │ │ └── SettingBinding.cs │ ├── Window/ │ │ ├── CodeEditWindow.xaml │ │ ├── CodeEditWindow.xaml.cs │ │ ├── ImageWindow.xaml │ │ ├── ImageWindow.xaml.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── ProcessBarWindow.xaml │ │ ├── ProcessBarWindow.xaml.cs │ │ ├── ProcessWindow.xaml │ │ └── ProcessWindow.xaml.cs │ └── app.manifest ├── PhotoTimeFix.sln ├── README.md └── WapProject/ ├── .gitignore ├── Package.appxmanifest └── WapProject.wapproj