|
|
@@ -33,6 +33,10 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<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.Core" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
@@ -46,7 +50,9 @@
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Compile Include="Album.cs" />
|
|
|
<Compile Include="APIHandler.cs" />
|
|
|
+ <Compile Include="Artist.cs" />
|
|
|
<Compile Include="Form1.cs">
|
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
|
@@ -56,6 +62,9 @@
|
|
|
<Compile Include="NetworkHandler.cs" />
|
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <EmbeddedResource Include="Form1.resx">
|
|
|
+ <DependentUpon>Form1.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
@@ -65,6 +74,7 @@
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|