Kenneth van Ewijk пре 10 година
родитељ
комит
6acb6ecd7a
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      MusicPlayer/MusicPlayer/MusicPlayer.csproj

+ 5 - 5
MusicPlayer/MusicPlayer/MusicPlayer.csproj

@@ -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">
   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
   <PropertyGroup>
@@ -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>
@@ -91,4 +91,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
+</Project>