Music Sorter.vbproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{818281D7-2DCE-4A9C-AF21-8F8AF2BACD64}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <StartupObject>Music_Sorter.My.MyApplication</StartupObject>
  12. <RootNamespace>Music_Sorter</RootNamespace>
  13. <AssemblyName>Am Player</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MyType>WindowsForms</MyType>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <DefineDebug>true</DefineDebug>
  39. <DefineTrace>true</DefineTrace>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DocumentationFile>Am Player.xml</DocumentationFile>
  42. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <DefineDebug>false</DefineDebug>
  48. <DefineTrace>true</DefineTrace>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DocumentationFile>Am Player.xml</DocumentationFile>
  52. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <OptionExplicit>On</OptionExplicit>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <OptionCompare>Binary</OptionCompare>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <OptionStrict>Off</OptionStrict>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <OptionInfer>On</OptionInfer>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ApplicationIcon>Logo.ico</ApplicationIcon>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="System" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Deployment" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Windows.Forms" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Import Include="Microsoft.VisualBasic" />
  85. <Import Include="System" />
  86. <Import Include="System.Collections" />
  87. <Import Include="System.Collections.Generic" />
  88. <Import Include="System.Data" />
  89. <Import Include="System.Drawing" />
  90. <Import Include="System.Diagnostics" />
  91. <Import Include="System.Windows.Forms" />
  92. <Import Include="System.Linq" />
  93. <Import Include="System.Xml.Linq" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Background.Designer.vb">
  97. <DependentUpon>Background.vb</DependentUpon>
  98. </Compile>
  99. <Compile Include="Background.vb">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="FileManagement.vb" />
  103. <Compile Include="PlayerControl.vb" />
  104. <Compile Include="Main.vb">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="Main.Designer.vb">
  108. <DependentUpon>Main.vb</DependentUpon>
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="My Project\AssemblyInfo.vb" />
  112. <Compile Include="My Project\Application.Designer.vb">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Application.myapp</DependentUpon>
  115. </Compile>
  116. <Compile Include="My Project\Resources.Designer.vb">
  117. <AutoGen>True</AutoGen>
  118. <DesignTime>True</DesignTime>
  119. <DependentUpon>Resources.resx</DependentUpon>
  120. </Compile>
  121. <Compile Include="My Project\Settings.Designer.vb">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Settings.settings</DependentUpon>
  124. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <EmbeddedResource Include="Background.resx">
  129. <DependentUpon>Background.vb</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="Main.resx">
  132. <DependentUpon>Main.vb</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="My Project\Resources.resx">
  135. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  136. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  137. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  138. <SubType>Designer</SubType>
  139. </EmbeddedResource>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <None Include="App.config" />
  143. <None Include="My Project\app.manifest" />
  144. <None Include="My Project\Application.myapp">
  145. <Generator>MyApplicationCodeGenerator</Generator>
  146. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  147. </None>
  148. <None Include="My Project\Settings.settings">
  149. <Generator>SettingsSingleFileGenerator</Generator>
  150. <CustomToolNamespace>My</CustomToolNamespace>
  151. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  152. </None>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <COMReference Include="WMPLib">
  156. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  157. <VersionMajor>1</VersionMajor>
  158. <VersionMinor>0</VersionMinor>
  159. <Lcid>0</Lcid>
  160. <WrapperTool>tlbimp</WrapperTool>
  161. <Isolated>False</Isolated>
  162. <EmbedInteropTypes>True</EmbedInteropTypes>
  163. </COMReference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Content Include="Logo.ico" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  170. <Visible>False</Visible>
  171. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  172. <Install>true</Install>
  173. </BootstrapperPackage>
  174. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  175. <Visible>False</Visible>
  176. <ProductName>.NET Framework 3.5 SP1</ProductName>
  177. <Install>false</Install>
  178. </BootstrapperPackage>
  179. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  180. <Visible>False</Visible>
  181. <ProductName>Windows Installer 4.5</ProductName>
  182. <Install>true</Install>
  183. </BootstrapperPackage>
  184. </ItemGroup>
  185. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. </Project>