|
171 | 171 | <Reference Include="System.Xml" /> |
172 | 172 | </ItemGroup> |
173 | 173 | <ItemGroup> |
174 | | - <Compile Include="CheckForUpdateCompleted.cs" /> |
175 | | - <Compile Include="CheckForUpdatesStarted.cs" /> |
176 | | - <Compile Include="DownloadingNewVersionStarted.cs" /> |
177 | | - <Compile Include="DownloadProgressChanged.cs" /> |
178 | | - <Compile Include="Event.cs" /> |
179 | | - <Compile Include="EventHandler.cs" /> |
180 | | - <Compile Include="NewVersionDownloaded.cs" /> |
181 | | - <Compile Include="Updater.cs" /> |
182 | | - <Compile Include="UpdaterForm.cs"> |
| 174 | + <Compile Include="Update\Events\CheckForUpdateCompleted.cs" /> |
| 175 | + <Compile Include="Update\Events\CheckForUpdatesStarted.cs" /> |
| 176 | + <Compile Include="Update\Events\DownloadingNewVersionStarted.cs" /> |
| 177 | + <Compile Include="Update\Events\DownloadProgressChanged.cs" /> |
| 178 | + <Compile Include="Update\Events\Event.cs" /> |
| 179 | + <Compile Include="Update\EventHandler.cs" /> |
| 180 | + <Compile Include="Update\Events\NewVersionDownloaded.cs" /> |
| 181 | + <Compile Include="Update\Updater.cs" /> |
| 182 | + <Compile Include="Update\UpdaterForm.cs"> |
183 | 183 | <SubType>Form</SubType> |
184 | 184 | </Compile> |
185 | | - <Compile Include="UpdaterForm.Designer.cs"> |
| 185 | + <Compile Include="Update\UpdaterForm.Designer.cs"> |
186 | 186 | <DependentUpon>UpdaterForm.cs</DependentUpon> |
187 | 187 | </Compile> |
188 | | - <Content Include="Version.txt"> |
189 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
190 | | - </Content> |
191 | 188 | <None Include="App.config"> |
192 | 189 | <SubType>Designer</SubType> |
193 | 190 | </None> |
|
232 | 229 | </BootstrapperPackage> |
233 | 230 | </ItemGroup> |
234 | 231 | <ItemGroup> |
235 | | - <EmbeddedResource Include="UpdaterForm.resx"> |
| 232 | + <EmbeddedResource Include="Update\UpdaterForm.resx"> |
236 | 233 | <DependentUpon>UpdaterForm.cs</DependentUpon> |
237 | 234 | </EmbeddedResource> |
238 | 235 | </ItemGroup> |
|
0 commit comments