|
95 | 95 | </ItemGroup> |
96 | 96 | <ItemGroup> |
97 | 97 | <Compile Include="Extensions\ImageExtensions.cs" /> |
| 98 | + <Compile Include="Utilities\ExternalSearch.cs" /> |
98 | 99 | <Compile Include="Windows\FileDetailsWindow.cs"> |
99 | 100 | <SubType>Form</SubType> |
100 | 101 | </Compile> |
|
107 | 108 | <Compile Include="Windows\AboutWindow.Designer.cs"> |
108 | 109 | <DependentUpon>AboutWindow.cs</DependentUpon> |
109 | 110 | </Compile> |
110 | | - <Compile Include="Files\Query.cs" /> |
111 | | - <Compile Include="Files\Types.cs" /> |
112 | | - <Compile Include="GitHub\Resources.cs" /> |
113 | | - <Compile Include="Models\Bookmark.cs" /> |
| 111 | + <Compile Include="Files\Type.cs" /> |
114 | 112 | <Compile Include="Models\Metadata.cs" /> |
115 | | - <Compile Include="Windows\BookmarksWindow.cs"> |
116 | | - <SubType>Form</SubType> |
117 | | - </Compile> |
118 | | - <Compile Include="Windows\BookmarksWindow.Designer.cs"> |
119 | | - <DependentUpon>BookmarksWindow.cs</DependentUpon> |
120 | | - </Compile> |
121 | 113 | <Compile Include="Windows\OptionsWindow.cs"> |
122 | 114 | <SubType>Form</SubType> |
123 | 115 | </Compile> |
|
135 | 127 | <Compile Include="Windows\SubmitWindow.Designer.cs"> |
136 | 128 | <DependentUpon>SubmitWindow.cs</DependentUpon> |
137 | 129 | </Compile> |
138 | | - <Compile Include="Windows\ServersWindow.cs"> |
139 | | - <SubType>Form</SubType> |
140 | | - </Compile> |
141 | | - <Compile Include="Windows\ServersWindow.Designer.cs"> |
142 | | - <DependentUpon>ServersWindow.cs</DependentUpon> |
143 | | - </Compile> |
144 | 130 | <Compile Include="Windows\DataWindow.cs"> |
145 | 131 | <SubType>Form</SubType> |
146 | 132 | </Compile> |
|
175 | 161 | <Compile Include="Program.cs" /> |
176 | 162 | <Compile Include="Properties\AssemblyInfo.cs" /> |
177 | 163 | <Compile Include="Extensions\LocalExtensions.cs" /> |
178 | | - <Compile Include="GitHub\OpenLink.cs" /> |
179 | | - <Compile Include="Files\Bookmarks.cs" /> |
| 164 | + <Compile Include="Utilities\GitHub.cs" /> |
180 | 165 | <Compile Include="Extensions\StringExtensions.cs" /> |
181 | 166 | <Compile Include="Utilities\TextLineRemover.cs" /> |
182 | 167 | <Compile Include="Utilities\Updates.cs" /> |
|
189 | 174 | <EmbeddedResource Include="Controls\SplashScreen.resx"> |
190 | 175 | <DependentUpon>SplashScreen.cs</DependentUpon> |
191 | 176 | </EmbeddedResource> |
192 | | - <EmbeddedResource Include="Windows\BookmarksWindow.resx"> |
193 | | - <DependentUpon>BookmarksWindow.cs</DependentUpon> |
194 | | - </EmbeddedResource> |
195 | 177 | <EmbeddedResource Include="Windows\OptionsWindow.resx"> |
196 | 178 | <DependentUpon>OptionsWindow.cs</DependentUpon> |
197 | 179 | </EmbeddedResource> |
198 | 180 | <EmbeddedResource Include="Windows\SubmitWindow.resx"> |
199 | 181 | <DependentUpon>SubmitWindow.cs</DependentUpon> |
200 | 182 | </EmbeddedResource> |
201 | | - <EmbeddedResource Include="Windows\ServersWindow.resx"> |
202 | | - <DependentUpon>ServersWindow.cs</DependentUpon> |
203 | | - </EmbeddedResource> |
204 | 183 | <EmbeddedResource Include="Windows\DataWindow.resx"> |
205 | 184 | <DependentUpon>DataWindow.cs</DependentUpon> |
206 | 185 | </EmbeddedResource> |
|
0 commit comments