.Net-Komponente die einen Drehregler-Konpf darstellt
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>7.0.9466</ProductVersion>
  6. <SchemaVersion>1.0</SchemaVersion>
  7. <ProjectGuid>{04123F59-331D-4582-BE0D-721FEAB6050F}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>App.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>KnobControl</AssemblyName>
  13. <AssemblyOriginatorKeyFile />
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Library</OutputType>
  19. <RootNamespace>VolumeControl</RootNamespace>
  20. <StartupObject />
  21. <FileUpgradeFlags>
  22. </FileUpgradeFlags>
  23. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <OldToolsVersion>0.0</OldToolsVersion>
  27. <TargetFrameworkProfile />
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32. <BaseAddress>285212672</BaseAddress>
  33. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34. <ConfigurationOverrideFile />
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <DocumentationFile />
  37. <DebugSymbols>true</DebugSymbols>
  38. <FileAlignment>4096</FileAlignment>
  39. <Optimize>false</Optimize>
  40. <RegisterForComInterop>false</RegisterForComInterop>
  41. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  42. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  43. <WarningLevel>4</WarningLevel>
  44. <DebugType>full</DebugType>
  45. <ErrorReport>prompt</ErrorReport>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <OutputPath>bin\Release\</OutputPath>
  50. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  51. <BaseAddress>285212672</BaseAddress>
  52. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  53. <ConfigurationOverrideFile />
  54. <DefineConstants>TRACE</DefineConstants>
  55. <DocumentationFile />
  56. <DebugSymbols>false</DebugSymbols>
  57. <FileAlignment>4096</FileAlignment>
  58. <Optimize>true</Optimize>
  59. <RegisterForComInterop>false</RegisterForComInterop>
  60. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  61. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  62. <WarningLevel>4</WarningLevel>
  63. <DebugType>none</DebugType>
  64. <ErrorReport>prompt</ErrorReport>
  65. <Prefer32Bit>false</Prefer32Bit>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System">
  69. <Name>System</Name>
  70. </Reference>
  71. <Reference Include="System.Data">
  72. <Name>System.Data</Name>
  73. </Reference>
  74. <Reference Include="System.Drawing">
  75. <Name>System.Drawing</Name>
  76. </Reference>
  77. <Reference Include="System.Windows.Forms">
  78. <Name>System.Windows.Forms</Name>
  79. </Reference>
  80. <Reference Include="System.Xml">
  81. <Name>System.XML</Name>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="AssemblyInfo.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="KnobControl.cs">
  89. <SubType>UserControl</SubType>
  90. </Compile>
  91. <Compile Include="Utility.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Content Include="App.ico" />
  95. <EmbeddedResource Include="KnobControl.resx">
  96. <DependentUpon>KnobControl.cs</DependentUpon>
  97. </EmbeddedResource>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. <PropertyGroup>
  101. <PreBuildEvent />
  102. <PostBuildEvent />
  103. </PropertyGroup>
  104. </Project>