Move settings backup/restore to Common

This commit is contained in:
2018-02-22 14:23:30 -05:00
parent 359ff583db
commit 9342c28ce8
7 changed files with 27 additions and 67 deletions

View File

@@ -130,7 +130,6 @@
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="SettingsExtensions.cs" />
<Compile Include="WindowSource.cs" />
</ItemGroup>
<ItemGroup>
@@ -170,6 +169,12 @@
<None Include="README.md" />
<None Include="Resources\ApplicationIcon.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Common\Common.csproj">
<Project>{17864d82-457d-4a0a-bc10-1d07f2b3a5d6}</Project>
<Name>Common</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.