|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
@@ -33,6 +33,10 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
+ <Private>True</Private>
|
|
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
@@ -46,7 +50,7 @@
|
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <Compile Include="MainForm.cs" >
|
|
|
|
|
|
|
+ <Compile Include="MainForm.cs">
|
|
|
<SubType>Form</SubType>
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<Compile Include="Album.cs" />
|
|
<Compile Include="Album.cs" />
|
|
@@ -74,6 +78,7 @@
|
|
|
<AutoGen>True</AutoGen>
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
@@ -95,4 +100,4 @@
|
|
|
<Target Name="AfterBuild">
|
|
<Target Name="AfterBuild">
|
|
|
</Target>
|
|
</Target>
|
|
|
-->
|
|
-->
|
|
|
-</Project>
|
|
|
|
|
|
|
+</Project>
|