TaskbarGroups.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F0022975-0596-439D-AE83-5744D31B7C6D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>TaskbarGroups</RootNamespace>
  10. <AssemblyName>TaskbarGroups</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="CustomMarshalers" />
  52. <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Microsoft-WindowsAPICodePack-Core.1.1.5\lib\net472\Microsoft.WindowsAPICodePack.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft-WindowsAPICodePack-Shell.1.1.5\lib\net472\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  57. </Reference>
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xaml" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Deployment" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="WindowsFormsIntegration" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Models\BaseModel.cs" />
  77. <Compile Include="Models\Category.cs" />
  78. <Compile Include="NativeMethods\Kernel32.cs" />
  79. <Compile Include="NativeMethods\Shell32.cs" />
  80. <Compile Include="NativeMethods\User32.cs" />
  81. <Compile Include="Pages\frmMain.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Pages\frmMain.Designer.cs">
  85. <DependentUpon>frmMain.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="Views\BaseControl.cs">
  90. <SubType>UserControl</SubType>
  91. </Compile>
  92. <Compile Include="Views\BaseForm.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Views\ucShortcut.cs">
  96. <SubType>UserControl</SubType>
  97. </Compile>
  98. <Compile Include="Views\ucShortcut.Designer.cs">
  99. <DependentUpon>ucShortcut.cs</DependentUpon>
  100. </Compile>
  101. <EmbeddedResource Include="Pages\frmMain.resx">
  102. <DependentUpon>frmMain.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="Properties\Resources.resx">
  105. <Generator>ResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  107. <SubType>Designer</SubType>
  108. </EmbeddedResource>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Resources.resx</DependentUpon>
  112. </Compile>
  113. <EmbeddedResource Include="Views\ucShortcut.resx">
  114. <DependentUpon>ucShortcut.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <None Include="packages.config" />
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. <Compile Include="Properties\Settings.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Settings.settings</DependentUpon>
  124. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <None Include="App.config" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Folder Include="Utils\" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  135. <Visible>False</Visible>
  136. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
  137. <Install>true</Install>
  138. </BootstrapperPackage>
  139. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  140. <Visible>False</Visible>
  141. <ProductName>.NET Framework 3.5 SP1</ProductName>
  142. <Install>false</Install>
  143. </BootstrapperPackage>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. </Project>