|
@@ -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>
|
|
@@ -46,12 +46,12 @@
|
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <Compile Include="MainForm.cs">
|
|
|
|
|
|
|
+ <Compile Include="MainForm.cs" >
|
|
|
|
|
+ <SubType>Form</SubType>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="Album.cs" />
|
|
<Compile Include="Album.cs" />
|
|
|
<Compile Include="APIHandler.cs" />
|
|
<Compile Include="APIHandler.cs" />
|
|
|
<Compile Include="Artist.cs" />
|
|
<Compile Include="Artist.cs" />
|
|
|
- <SubType>Form</SubType>
|
|
|
|
|
- </Compile>
|
|
|
|
|
<Compile Include="MainForm.Designer.cs">
|
|
<Compile Include="MainForm.Designer.cs">
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -91,4 +91,4 @@
|
|
|
<Target Name="AfterBuild">
|
|
<Target Name="AfterBuild">
|
|
|
</Target>
|
|
</Target>
|
|
|
-->
|
|
-->
|
|
|
-</Project>
|
|
|
|
|
|
|
+</Project>
|