|
57 | 57 | <Reference Include="System.Configuration" /> |
58 | 58 | </ItemGroup> |
59 | 59 | <ItemGroup> |
60 | | - <Compile Include="Beken_Crypto.cs" /> |
| 60 | + <Compile Include="Utils\Beken_Crypto.cs" /> |
61 | 61 | <Compile Include="FormMain.Decryption.cs"> |
62 | 62 | <SubType>Form</SubType> |
63 | 63 | </Compile> |
64 | 64 | <Compile Include="Flashers\RDAFlasher.cs" /> |
65 | | - <Compile Include="Xmodem.cs" /> |
| 65 | + <Compile Include="Utils\Xmodem.cs" /> |
66 | 66 | <Compile Include="Flashers\WMFlasher.cs" /> |
67 | 67 | <Compile Include="Flashers\ECR6600Flasher.cs" /> |
68 | | - <Compile Include="BaseFlasher.cs" /> |
69 | | - <Compile Include="Utils\BitUtils.cs" /> |
70 | | - <Compile Include="BK7231Flasher.cs" /> |
71 | | - <Compile Include="BKFlashList.cs" /> |
| 68 | + <Compile Include="Flashers\BaseFlasher.cs" /> |
| 69 | + <Compile Include="Helpers\BitUtils.cs" /> |
| 70 | + <Compile Include="Flashers\BK7231Flasher.cs" /> |
| 71 | + <Compile Include="Misc\BKFlashList.cs" /> |
72 | 72 | <Compile Include="Flashers\RTLZ2Flasher.cs" /> |
73 | 73 | <Compile Include="Flashers\BL602Flasher.cs" /> |
74 | | - <Compile Include="CH341DEV.cs" /> |
75 | | - <Compile Include="Colors.cs" /> |
76 | | - <Compile Include="ConfigBase.cs" /> |
77 | | - <Compile Include="CRC.cs" /> |
78 | | - <Compile Include="EasyFlash.cs" /> |
79 | | - <Compile Include="FLoaders.cs" /> |
| 74 | + <Compile Include="Utils\CH341DEV.cs" /> |
| 75 | + <Compile Include="Helpers\Colors.cs" /> |
| 76 | + <Compile Include="Misc\ConfigBase.cs" /> |
| 77 | + <Compile Include="Utils\CRC.cs" /> |
| 78 | + <Compile Include="Utils\EasyFlash.cs" /> |
| 79 | + <Compile Include="Misc\FLoaders.cs" /> |
80 | 80 | <Compile Include="FormDownloader.cs"> |
81 | 81 | <SubType>Form</SubType> |
82 | 82 | </Compile> |
|
128 | 128 | <Compile Include="FormPrompt.Designer.cs"> |
129 | 129 | <DependentUpon>FormPrompt.cs</DependentUpon> |
130 | 130 | </Compile> |
131 | | - <Compile Include="ILogListener.cs" /> |
| 131 | + <Compile Include="Helpers\ILogListener.cs" /> |
132 | 132 | <Compile Include="Flashers\LN882HFlasher.cs" /> |
133 | 133 | <Compile Include="Utils\MiscUtils.cs" /> |
134 | | - <Compile Include="ModifyProgressBarColor.cs" /> |
135 | | - <Compile Include="MySettings.cs" /> |
136 | | - <Compile Include="OBKConfig.cs" /> |
137 | | - <Compile Include="OBKDeviceAPI.cs" /> |
138 | | - <Compile Include="OBKFlags.cs" /> |
139 | | - <Compile Include="OBKFlashLayout.cs" /> |
140 | | - <Compile Include="OBKMassBackup.cs" /> |
141 | | - <Compile Include="OBKRoles.cs" /> |
142 | | - <Compile Include="OBKScanner.cs" /> |
| 134 | + <Compile Include="Helpers\ModifyProgressBarColor.cs" /> |
| 135 | + <Compile Include="Misc\MySettings.cs" /> |
| 136 | + <Compile Include="Misc\OBKConfig.cs" /> |
| 137 | + <Compile Include="Misc\OBKDeviceAPI.cs" /> |
| 138 | + <Compile Include="Misc\OBKFlags.cs" /> |
| 139 | + <Compile Include="Misc\OBKFlashLayout.cs" /> |
| 140 | + <Compile Include="Misc\OBKMassBackup.cs" /> |
| 141 | + <Compile Include="Misc\OBKRoles.cs" /> |
| 142 | + <Compile Include="Misc\OBKScanner.cs" /> |
143 | 143 | <Compile Include="Program.cs" /> |
144 | 144 | <Compile Include="Properties\AssemblyInfo.cs" /> |
145 | | - <Compile Include="Utils\Rand.cs" /> |
| 145 | + <Compile Include="Helpers\Rand.cs" /> |
146 | 146 | <Compile Include="Flashers\RTLFlasher.cs" /> |
147 | 147 | <Compile Include="Flashers\SPIFlasher.cs" /> |
148 | 148 | <Compile Include="Flashers\SPIFlasher_Beken.cs" /> |
149 | | - <Compile Include="TuyaConfig.cs" /> |
| 149 | + <Compile Include="Utils\TuyaConfig.cs" /> |
150 | 150 | <Compile Include="Utils\RFPartitionUtil.cs" /> |
151 | | - <Compile Include="Utils\RichTextUtil.cs" /> |
152 | | - <Compile Include="TuyaModules.cs" /> |
153 | | - <Compile Include="YModem.cs" /> |
| 151 | + <Compile Include="Helpers\RichTextUtil.cs" /> |
| 152 | + <Compile Include="Misc\TuyaModules.cs" /> |
| 153 | + <Compile Include="Utils\YModem.cs" /> |
154 | 154 | <EmbeddedResource Include="FormDownloader.resx"> |
155 | 155 | <DependentUpon>FormDownloader.cs</DependentUpon> |
156 | 156 | <SubType>Designer</SubType> |
|
0 commit comments