|
|
@@ -46,12 +46,12 @@
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Compile Include="MainForm.cs">
|
|
|
+ <Compile Include="MainForm.cs" >
|
|
|
+ <SubType>Form</SubType>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Album.cs" />
|
|
|
<Compile Include="APIHandler.cs" />
|
|
|
<Compile Include="Artist.cs" />
|
|
|
- <SubType>Form</SubType>
|
|
|
- </Compile>
|
|
|
<Compile Include="MainForm.Designer.cs">
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
</Compile>
|