Adjust.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>{004E9158-9B55-4A90-A996-6829851BF4B1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PaintDotNet.Adjust</RootNamespace>
  11. <AssemblyName>PaintDotNet.Adjust</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>false</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x86\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <LangVersion>7.3</LangVersion>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <OutputPath>bin\x86\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <LangVersion>7.3</LangVersion>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="Magick.NET-Q8-AnyCPU, Version=7.14.5.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Magick.NET-Q8-AnyCPU.7.14.5\lib\net40\Magick.NET-Q8-AnyCPU.dll</HintPath>
  62. </Reference>
  63. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\bin\Debug\OpenCvSharp.dll</HintPath>
  66. </Reference>
  67. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\bin\Debug\OpenCvSharp.Extensions.dll</HintPath>
  70. </Reference>
  71. <Reference Include="PaintDotNet.Base, Version=1.0.7907.24561, Culture=neutral, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\bin\Debug\PaintDotNet.Base.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Windows.Forms" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="BaseImage\BaseTools.cs" />
  88. <Compile Include="BaseImage\Kernel.cs" />
  89. <Compile Include="CameraImageStitchMethod.cs" />
  90. <Compile Include="CurvedSurface.cs" />
  91. <Compile Include="ExposedIntent.cs" />
  92. <Compile Include="StitchingController.cs" />
  93. <Compile Include="PhaseExtractionIntent.cs" />
  94. <Compile Include="EdgeDetectionIntent.cs" />
  95. <Compile Include="PreActionIntent.cs" />
  96. <Compile Include="SmoothIntent.cs" />
  97. <Compile Include="AdjustIntent.cs" />
  98. <Compile Include="BinaryExtractionIntent.cs" />
  99. <Compile Include="GeometryIntent.cs" />
  100. <Compile Include="InterImageIntent.cs" />
  101. <Compile Include="MorphologyIntent.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="ClassDiagram1.cd" />
  106. <None Include="packages.config" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\VisualAnalysis\VisualMath.csproj">
  110. <Project>{c3c44b5b-6588-4a61-8dbc-63ca885970b7}</Project>
  111. <Name>VisualMath</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. </Project>