Oreo.NetMonitor.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{62A9E0A6-2B00-4E44-8058-3611AF55280C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Oreo.NetMonitor</RootNamespace>
  11. <AssemblyName>Oreo.NetMonitor</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="CapturePackage">
  43. <HintPath>..\Dlls\CapturePackage\CapturePackage.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Deployment" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Windows.Forms" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Commons\P.cs" />
  58. <Compile Include="Commons\R.cs" />
  59. <Compile Include="Helpers\SendHelper.cs" />
  60. <Compile Include="Models\NetProcess.cs" />
  61. <Compile Include="Models\ProcessPort.cs" />
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="Services\NetflowService.cs" />
  65. <Compile Include="Services\NetWorkService.cs" />
  66. <Compile Include="Views\FloatForm.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Views\FloatForm.Designer.cs">
  70. <DependentUpon>FloatForm.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Views\MainForm.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Views\MainForm.Designer.cs">
  76. <DependentUpon>MainForm.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Views\NetDetailForm.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Views\NetDetailForm.Designer.cs">
  82. <DependentUpon>NetDetailForm.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Views\NetReportForm.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Views\NetReportForm.Designer.cs">
  88. <DependentUpon>NetReportForm.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Views\TestForm.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Views\TestForm.Designer.cs">
  94. <DependentUpon>TestForm.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Views\WelcomeForm.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="Views\WelcomeForm.Designer.cs">
  100. <DependentUpon>WelcomeForm.cs</DependentUpon>
  101. </Compile>
  102. <EmbeddedResource Include="Properties\Resources.resx">
  103. <Generator>ResXFileCodeGenerator</Generator>
  104. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  105. <SubType>Designer</SubType>
  106. </EmbeddedResource>
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. <DesignTime>True</DesignTime>
  111. </Compile>
  112. <EmbeddedResource Include="Views\FloatForm.resx">
  113. <DependentUpon>FloatForm.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Views\MainForm.resx">
  116. <DependentUpon>MainForm.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Views\NetDetailForm.resx">
  119. <DependentUpon>NetDetailForm.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="Views\NetReportForm.resx">
  122. <DependentUpon>NetReportForm.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="Views\TestForm.resx">
  125. <DependentUpon>TestForm.cs</DependentUpon>
  126. </EmbeddedResource>
  127. <None Include="Properties\app.manifest" />
  128. <None Include="packages.config" />
  129. <None Include="Properties\Settings.settings">
  130. <Generator>SettingsSingleFileGenerator</Generator>
  131. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  132. </None>
  133. <Compile Include="Properties\Settings.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DependentUpon>Settings.settings</DependentUpon>
  136. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  137. </Compile>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="App.config" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\Y.Utils\Y.Utils.csproj">
  144. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  145. <Name>Y.Utils</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="FodyWeavers.xml" />
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <Import Project="..\packages\Fody.2.0.9\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.2.0.9\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
  153. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  154. <PropertyGroup>
  155. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  156. </PropertyGroup>
  157. <Error Condition="!Exists('..\packages\Fody.2.0.9\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.9\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
  158. </Target>
  159. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  160. Other similar extension points exist, see Microsoft.Common.targets.
  161. <Target Name="BeforeBuild">
  162. </Target>
  163. <Target Name="AfterBuild">
  164. </Target>
  165. -->
  166. </Project>