project-carbon/ProjectCarbon/ProjectCarbon.csproj

223 lines
9.0 KiB
XML
Raw Permalink Normal View History

2015-06-29 20:48:49 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AF67D418-BCEB-4318-8ED7-201466FAECB4}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ProjectCarbon</RootNamespace>
<AssemblyName>ProjectCarbon</AssemblyName>
<ApplicationIcon>Internet Explorer.ico</ApplicationIcon>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>PublicPrivateKeyFile.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ManifestCertificateThumbprint>FCAFA7D01546AD80C88DBF8A74E793CA031DB9C6</ManifestCertificateThumbprint>
<ManifestKeyFile>ProjectCarbon_TemporaryKey.pfx</ManifestKeyFile>
<GenerateManifests>true</GenerateManifests>
<SignManifests>true</SignManifests>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="frmAboutDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmAboutDialog.Designer.cs">
<DependentUpon>frmAboutDialog.cs</DependentUpon>
</Compile>
<Compile Include="BinaryConverter.cs" />
<Compile Include="frmCaptureFilters.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmCaptureFilters.Designer.cs">
<DependentUpon>frmCaptureFilters.cs</DependentUpon>
</Compile>
<Compile Include="frmDnsLookup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDnsLookup.Designer.cs">
<DependentUpon>frmDnsLookup.cs</DependentUpon>
</Compile>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.Designer.cs">
<DependentUpon>frmMain.cs</DependentUpon>
</Compile>
<Compile Include="frmCaptureSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmCaptureSettings.Designer.cs">
<DependentUpon>frmCaptureSettings.cs</DependentUpon>
</Compile>
<Compile Include="frmSocketInformation.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSocketInformation.Designer.cs">
<DependentUpon>frmSocketInformation.cs</DependentUpon>
</Compile>
<Compile Include="Functions.cs" />
<Compile Include="Global.cs" />
<Compile Include="PacketCapture.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmAboutDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>frmAboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmCaptureFilters.resx">
<SubType>Designer</SubType>
<DependentUpon>frmCaptureFilters.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDnsLookup.resx">
<SubType>Designer</SubType>
<DependentUpon>frmDnsLookup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<SubType>Designer</SubType>
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmCaptureSettings.resx">
<SubType>Designer</SubType>
<DependentUpon>frmCaptureSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSocketInformation.resx">
<SubType>Designer</SubType>
<DependentUpon>frmSocketInformation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Protocols\GenericProtocol.cs" />
<Compile Include="Protocols\IcmpProtocol.cs" />
<Compile Include="Protocols\IpEnumerations.cs" />
<Compile Include="Protocols\IpProtocol.cs" />
<Compile Include="Protocols\IpSubProtocol.cs" />
<Compile Include="Protocols\TcpProtocol.cs" />
<Compile Include="Protocols\UdpProtocol.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="ProjectCarbon_TemporaryKey.pfx" />
<None Include="PublicKeyFile.snk" />
<None Include="PublicPrivateKeyFile.snk" />
<None Include="Resources\search.gif" />
<None Include="Resources\winsock.gif" />
<None Include="Resources\text.gif" />
<None Include="Resources\aboutlogo.png" />
<Content Include="Internet Explorer.ico" />
<Content Include="Search.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SharpPcap\SharpPcap\SharpPcap-vs2005.csproj">
<Project>{67DFA5F8-6D82-4F58-A23F-F56A6598ABA5}</Project>
<Name>SharpPcap-vs2005</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>