Oreo.NetMonitor.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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\NetWorkService.cs" />
  65. <Compile Include="Views\FloatForm.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Views\FloatForm.Designer.cs">
  69. <DependentUpon>FloatForm.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Views\MainForm.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Views\MainForm.Designer.cs">
  75. <DependentUpon>MainForm.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Views\NetDetailForm.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Views\NetDetailForm.Designer.cs">
  81. <DependentUpon>NetDetailForm.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Views\NetReportForm.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="Views\NetReportForm.Designer.cs">
  87. <DependentUpon>NetReportForm.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="Views\TestForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="Views\TestForm.Designer.cs">
  93. <DependentUpon>TestForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Views\WelcomeForm.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="Views\WelcomeForm.Designer.cs">
  99. <DependentUpon>WelcomeForm.cs</DependentUpon>
  100. </Compile>
  101. <EmbeddedResource Include="Properties\Resources.resx">
  102. <Generator>ResXFileCodeGenerator</Generator>
  103. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. <DesignTime>True</DesignTime>
  110. </Compile>
  111. <EmbeddedResource Include="Views\FloatForm.resx">
  112. <DependentUpon>FloatForm.cs</DependentUpon>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Views\MainForm.resx">
  115. <DependentUpon>MainForm.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="Views\NetDetailForm.resx">
  118. <DependentUpon>NetDetailForm.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Views\NetReportForm.resx">
  121. <DependentUpon>NetReportForm.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Views\TestForm.resx">
  124. <DependentUpon>TestForm.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <None Include="NewFolder1\NumenTCPPorts.dat" />
  127. <None Include="NewFolder1\NumenUDPPorts.dat" />
  128. <None Include="Properties\app.manifest" />
  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. <None Include="FodyWeavers.xml" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="..\..\Fork.Net.Tools\Y.Utils\Y.Utils.csproj">
  147. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  148. <Name>Y.Utils</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>