|
55 | 55 | </Reference> |
56 | 56 | </ItemGroup> |
57 | 57 | <ItemGroup> |
58 | | - <Compile Include="DialogMan.cs" /> |
59 | | - <Compile Include="DownloadForm.cs"> |
| 58 | + <Compile Include="managers\DialogMan.cs" /> |
| 59 | + <Compile Include="forms\DownloadForm.cs"> |
60 | 60 | <SubType>Form</SubType> |
61 | 61 | </Compile> |
62 | | - <Compile Include="DownloadForm.Designer.cs"> |
| 62 | + <Compile Include="forms\DownloadForm.Designer.cs"> |
63 | 63 | <DependentUpon>DownloadForm.cs</DependentUpon> |
64 | 64 | </Compile> |
65 | | - <Compile Include="DropShadow.cs" /> |
66 | | - <Compile Include="FileAssociation.cs" /> |
67 | | - <Compile Include="FileMan.cs" /> |
68 | | - <Compile Include="LangMan.cs" /> |
69 | | - <Compile Include="NativeMan.cs" /> |
70 | | - <Compile Include="PluginInfo.cs" /> |
71 | | - <Compile Include="PluginMan.cs" /> |
72 | | - <Compile Include="PluginMenuItem.cs"> |
| 65 | + <Compile Include="helpers\FileAssociation.cs" /> |
| 66 | + <Compile Include="managers\FileMan.cs" /> |
| 67 | + <Compile Include="managers\LangMan.cs" /> |
| 68 | + <Compile Include="managers\NativeMan.cs" /> |
| 69 | + <Compile Include="entities\PluginInfo.cs" /> |
| 70 | + <Compile Include="managers\PluginMan.cs" /> |
| 71 | + <Compile Include="entities\PluginMenuItem.cs"> |
73 | 72 | <SubType>Component</SubType> |
74 | 73 | </Compile> |
75 | 74 | <Compile Include="Properties\Resources.Designer.cs"> |
76 | 75 | <AutoGen>True</AutoGen> |
77 | 76 | <DesignTime>True</DesignTime> |
78 | 77 | <DependentUpon>Resources.resx</DependentUpon> |
79 | 78 | </Compile> |
80 | | - <Compile Include="QlibContextMenuStrip.cs"> |
| 79 | + <Compile Include="controls\QlibContextMenuStrip.cs"> |
81 | 80 | <SubType>Component</SubType> |
82 | 81 | </Compile> |
83 | | - <Compile Include="QlibListView.cs"> |
| 82 | + <Compile Include="controls\QlibListView.cs"> |
84 | 83 | <SubType>Component</SubType> |
85 | 84 | </Compile> |
86 | | - <Compile Include="QlibProgressBar.cs"> |
| 85 | + <Compile Include="controls\QlibProgressBar.cs"> |
87 | 86 | <SubType>Component</SubType> |
88 | 87 | </Compile> |
89 | | - <Compile Include="QlibTextBox.cs"> |
| 88 | + <Compile Include="controls\QlibTextBox.cs"> |
90 | 89 | <SubType>Component</SubType> |
91 | 90 | </Compile> |
92 | | - <Compile Include="QlibTitlebarButton.cs"> |
| 91 | + <Compile Include="controls\QlibTitlebarButton.cs"> |
93 | 92 | <SubType>Component</SubType> |
94 | 93 | </Compile> |
95 | | - <Compile Include="QlibFixedForm.cs"> |
| 94 | + <Compile Include="forms\QlibFixedForm.cs"> |
96 | 95 | <SubType>Form</SubType> |
97 | 96 | </Compile> |
98 | | - <Compile Include="QlibCheckBox.cs"> |
| 97 | + <Compile Include="controls\QlibCheckBox.cs"> |
99 | 98 | <SubType>Component</SubType> |
100 | 99 | </Compile> |
101 | 100 | <Compile Include="Properties\AssemblyInfo.cs" /> |
102 | | - <Compile Include="QlibComboBox.cs"> |
| 101 | + <Compile Include="controls\QlibComboBox.cs"> |
103 | 102 | <SubType>Component</SubType> |
104 | 103 | </Compile> |
105 | | - <Compile Include="QlibNumeric.cs"> |
| 104 | + <Compile Include="controls\QlibNumeric.cs"> |
106 | 105 | <SubType>Component</SubType> |
107 | 106 | </Compile> |
108 | | - <Compile Include="QlibRadio.cs"> |
| 107 | + <Compile Include="controls\QlibRadio.cs"> |
109 | 108 | <SubType>Component</SubType> |
110 | 109 | </Compile> |
111 | | - <Compile Include="QlibTabs.cs"> |
| 110 | + <Compile Include="controls\QlibTabs.cs"> |
112 | 111 | <SubType>Component</SubType> |
113 | 112 | </Compile> |
114 | | - <Compile Include="QlibToolbar.cs"> |
| 113 | + <Compile Include="controls\QlibToolbar.cs"> |
115 | 114 | <SubType>Component</SubType> |
116 | 115 | </Compile> |
117 | | - <Compile Include="QlibToolsep.cs"> |
| 116 | + <Compile Include="controls\QlibToolsep.cs"> |
118 | 117 | <SubType>Component</SubType> |
119 | 118 | </Compile> |
120 | | - <Compile Include="SerializeMan.cs" /> |
121 | | - <Compile Include="ThemeMan.cs" /> |
122 | | - <Compile Include="UpdateChecker.cs" /> |
123 | | - <Compile Include="OkForm.cs"> |
| 119 | + <Compile Include="managers\SerializeMan.cs" /> |
| 120 | + <Compile Include="managers\ThemeMan.cs" /> |
| 121 | + <Compile Include="helpers\UpdateChecker.cs" /> |
| 122 | + <Compile Include="forms\OkForm.cs"> |
124 | 123 | <SubType>Form</SubType> |
125 | 124 | </Compile> |
126 | | - <Compile Include="OkForm.Designer.cs"> |
| 125 | + <Compile Include="forms\OkForm.Designer.cs"> |
127 | 126 | <DependentUpon>OkForm.cs</DependentUpon> |
128 | 127 | </Compile> |
129 | | - <Compile Include="UpdateMan.cs" /> |
130 | | - <Compile Include="WallpaperMan.cs" /> |
131 | | - <Compile Include="YesNoForm.cs"> |
| 128 | + <Compile Include="managers\UpdateMan.cs" /> |
| 129 | + <Compile Include="managers\WallpaperMan.cs" /> |
| 130 | + <Compile Include="forms\YesNoForm.cs"> |
132 | 131 | <SubType>Form</SubType> |
133 | 132 | </Compile> |
134 | | - <Compile Include="YesNoForm.Designer.cs"> |
| 133 | + <Compile Include="forms\YesNoForm.Designer.cs"> |
135 | 134 | <DependentUpon>YesNoForm.cs</DependentUpon> |
136 | 135 | </Compile> |
137 | | - <Compile Include="UpdateForm.cs"> |
| 136 | + <Compile Include="forms\UpdateForm.cs"> |
138 | 137 | <SubType>Form</SubType> |
139 | 138 | </Compile> |
140 | | - <Compile Include="UpdateForm.Designer.cs"> |
| 139 | + <Compile Include="forms\UpdateForm.Designer.cs"> |
141 | 140 | <DependentUpon>UpdateForm.cs</DependentUpon> |
142 | 141 | </Compile> |
143 | 142 | <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" /> |
144 | 143 | </ItemGroup> |
145 | 144 | <ItemGroup> |
146 | | - <EmbeddedResource Include="DownloadForm.resx"> |
| 145 | + <EmbeddedResource Include="forms\DownloadForm.resx"> |
147 | 146 | <DependentUpon>DownloadForm.cs</DependentUpon> |
148 | 147 | </EmbeddedResource> |
149 | 148 | <EmbeddedResource Include="Properties\Resources.resx"> |
150 | 149 | <Generator>ResXFileCodeGenerator</Generator> |
151 | 150 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
152 | 151 | </EmbeddedResource> |
153 | | - <EmbeddedResource Include="OkForm.resx"> |
| 152 | + <EmbeddedResource Include="forms\OkForm.resx"> |
154 | 153 | <DependentUpon>OkForm.cs</DependentUpon> |
155 | 154 | </EmbeddedResource> |
156 | | - <EmbeddedResource Include="YesNoForm.resx"> |
| 155 | + <EmbeddedResource Include="forms\YesNoForm.resx"> |
157 | 156 | <DependentUpon>YesNoForm.cs</DependentUpon> |
158 | 157 | </EmbeddedResource> |
159 | | - <EmbeddedResource Include="UpdateForm.resx"> |
| 158 | + <EmbeddedResource Include="forms\UpdateForm.resx"> |
160 | 159 | <DependentUpon>UpdateForm.cs</DependentUpon> |
161 | 160 | </EmbeddedResource> |
162 | 161 | </ItemGroup> |
|
0 commit comments