PacketMonitor.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{82B0FE94-1339-42C8-953F-E400CF9F1FF2}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>App.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>PacketMonitor</AssemblyName>
  14. <AssemblyOriginatorKeyFile>
  15. </AssemblyOriginatorKeyFile>
  16. <DefaultClientScript>JScript</DefaultClientScript>
  17. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19. <DelaySign>false</DelaySign>
  20. <OutputType>WinExe</OutputType>
  21. <RootNamespace>PacketMonitor</RootNamespace>
  22. <StartupObject>
  23. </StartupObject>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  29. <OldToolsVersion>2.0</OldToolsVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <OutputPath>bin\Debug\</OutputPath>
  33. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  34. <BaseAddress>285212672</BaseAddress>
  35. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  36. <ConfigurationOverrideFile>
  37. </ConfigurationOverrideFile>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. <DebugSymbols>true</DebugSymbols>
  42. <FileAlignment>4096</FileAlignment>
  43. <Optimize>false</Optimize>
  44. <RegisterForComInterop>false</RegisterForComInterop>
  45. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  46. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  47. <WarningLevel>4</WarningLevel>
  48. <DebugType>full</DebugType>
  49. <ErrorReport>prompt</ErrorReport>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <OutputPath>bin\Release\</OutputPath>
  53. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  54. <BaseAddress>285212672</BaseAddress>
  55. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  56. <ConfigurationOverrideFile>
  57. </ConfigurationOverrideFile>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <DocumentationFile>
  60. </DocumentationFile>
  61. <DebugSymbols>false</DebugSymbols>
  62. <FileAlignment>4096</FileAlignment>
  63. <Optimize>true</Optimize>
  64. <RegisterForComInterop>false</RegisterForComInterop>
  65. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  66. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  67. <WarningLevel>4</WarningLevel>
  68. <DebugType>none</DebugType>
  69. <ErrorReport>prompt</ErrorReport>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="System">
  73. <Name>System</Name>
  74. </Reference>
  75. <Reference Include="System.Data">
  76. <Name>System.Data</Name>
  77. </Reference>
  78. <Reference Include="System.Drawing">
  79. <Name>System.Drawing</Name>
  80. </Reference>
  81. <Reference Include="System.Windows.Forms">
  82. <Name>System.Windows.Forms</Name>
  83. </Reference>
  84. <Reference Include="System.Xml">
  85. <Name>System.XML</Name>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="AboutForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="AssemblyInfo.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="Packet.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="PacketForm.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="PacketMonitor.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="PacketMonitorForm.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <EmbeddedResource Include="AboutForm.resx">
  108. <DependentUpon>AboutForm.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="PacketForm.resx">
  111. <DependentUpon>PacketForm.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="PacketMonitorForm.resx">
  114. <DependentUpon>PacketMonitorForm.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <Content Include="App.ico" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  119. <PropertyGroup>
  120. <PreBuildEvent>
  121. </PreBuildEvent>
  122. <PostBuildEvent>
  123. </PostBuildEvent>
  124. </PropertyGroup>
  125. </Project>