RasonicSignalDetectionDemo.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{A1F17697-9411-4652-A682-B39166E6669A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>RasonicSignalDetectionDemo</RootNamespace>
  10. <AssemblyName>RasonicSignalDetectionDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <TargetFrameworkProfile />
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>..\Bin\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x64</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  46. <OutputPath>..\Bin\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x64</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. <Prefer32Bit>true</Prefer32Bit>
  54. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="RasonicSignalDetectionCSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\Bin\RasonicSignalDetectionCSLib.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="VedioStatusInspectorCSLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\Bin\VedioStatusInspectorCSLib.dll</HintPath>
  77. </Reference>
  78. <Reference Include="WindowsBase" />
  79. <Reference Include="PresentationCore" />
  80. <Reference Include="PresentationFramework" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ApplicationDefinition Include="App.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </ApplicationDefinition>
  87. <Page Include="MainWindow.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </Page>
  91. <Compile Include="App.xaml.cs">
  92. <DependentUpon>App.xaml</DependentUpon>
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="MainWindow.xaml.cs">
  96. <DependentUpon>MainWindow.xaml</DependentUpon>
  97. <SubType>Code</SubType>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Properties\AssemblyInfo.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="Properties\Resources.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>Resources.resx</DependentUpon>
  108. </Compile>
  109. <Compile Include="Properties\Settings.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Settings.settings</DependentUpon>
  112. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  113. </Compile>
  114. <EmbeddedResource Include="Properties\Resources.resx">
  115. <Generator>ResXFileCodeGenerator</Generator>
  116. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117. </EmbeddedResource>
  118. <None Include="Properties\Settings.settings">
  119. <Generator>SettingsSingleFileGenerator</Generator>
  120. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  121. </None>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="App.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  128. <Visible>False</Visible>
  129. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  130. <Install>true</Install>
  131. </BootstrapperPackage>
  132. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  133. <Visible>False</Visible>
  134. <ProductName>.NET Framework 3.5 SP1</ProductName>
  135. <Install>false</Install>
  136. </BootstrapperPackage>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. </Project>