RasonicSignalDetectionCSLib.csproj 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>{6508C3E7-61BD-45D2-91F0-DCA7FA71E915}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RasonicSignalDetectionCSLib</RootNamespace>
  11. <AssemblyName>RasonicSignalDetectionCSLib</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  18. <DebugSymbols>true</DebugSymbols>
  19. <OutputPath>..\Bin\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <DebugType>full</DebugType>
  22. <PlatformTarget>x64</PlatformTarget>
  23. <ErrorReport>prompt</ErrorReport>
  24. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  27. <OutputPath>..\Bin\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <Optimize>true</Optimize>
  30. <DebugType>pdbonly</DebugType>
  31. <PlatformTarget>x64</PlatformTarget>
  32. <ErrorReport>prompt</ErrorReport>
  33. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="RasonicSignalDetection.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. <Compile Include="RawImage.cs" />
  49. </ItemGroup>
  50. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  51. <PropertyGroup>
  52. <PostBuildEvent>xcopy "$(SolutionDir)Depends\*.*" "$(SolutionDir)Bin\" /y</PostBuildEvent>
  53. </PropertyGroup>
  54. </Project>