mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 02:51:23 +00:00
143 lines
6.4 KiB
XML
143 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{74985534-474F-4191-971F-FCC791006FF3}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Ntp.Analyzer.Gui</RootNamespace>
|
|
<AssemblyName>Ntp.Analyzer.Gui</AssemblyName>
|
|
<ReleaseVersion>0.4.2b</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="glib-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>glib-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="glade-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>glade-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="pango-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="Mono.Posix" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="gtk-gui\gui.stetic">
|
|
<LogicalName>gui.stetic</LogicalName>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="gtk-gui\generated.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Control\NetworkSetupController.cs" />
|
|
<Compile Include="Control\MainWindowController.cs" />
|
|
<Compile Include="Control\MasterController.cs" />
|
|
<Compile Include="Window\MainWindow.cs" />
|
|
<Compile Include="Window\NetworkDialog.cs" />
|
|
<Compile Include="Window\CommandDialog.cs" />
|
|
<Compile Include="Model\Host.cs" />
|
|
<Compile Include="gtk-gui\Ntp.Analyzer.Gui.Window.MainWindow.cs" />
|
|
<Compile Include="gtk-gui\Ntp.Analyzer.Gui.Window.NetworkDialog.cs" />
|
|
<Compile Include="gtk-gui\Ntp.Analyzer.Gui.Window.CommandDialog.cs" />
|
|
<Compile Include="Control\CommandController.cs" />
|
|
<Compile Include="Transaction\HostTransaction.cs" />
|
|
<Compile Include="Transaction\HostUpdate.cs" />
|
|
<Compile Include="Transaction\HostOperation.cs" />
|
|
<Compile Include="Transaction\HostRemoval.cs" />
|
|
<Compile Include="Transaction\HostAddition.cs" />
|
|
<Compile Include="Data\HostDataMapper.cs" />
|
|
<Compile Include="Data\HostDataStore.cs" />
|
|
<Compile Include="Control\GraphController.cs" />
|
|
<Compile Include="Model\TrafficGraphSettings.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="Control\" />
|
|
<Folder Include="Window\" />
|
|
<Folder Include="Model\" />
|
|
<Folder Include="Transaction\" />
|
|
<Folder Include="Data\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ntp.Monitor\Ntp.Monitor.csproj">
|
|
<Project>{2324E69A-396F-467A-9582-8853687E9064}</Project>
|
|
<Name>Ntp.Monitor</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Monitor.Client\Ntp.Monitor.Client.csproj">
|
|
<Project>{44D739DA-4CD4-4214-88EE-A9A293BB32B5}</Project>
|
|
<Name>Ntp.Monitor.Client</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Monitor.Server\Ntp.Monitor.Server.csproj">
|
|
<Project>{13FA10AB-D656-4D72-BC69-2525D484C9DE}</Project>
|
|
<Name>Ntp.Monitor.Server</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Data\Ntp.Data.csproj">
|
|
<Project>{03F3B0D9-AC35-43E3-9303-87A71FB73CD1}</Project>
|
|
<Name>Ntp.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Analyzer\Ntp.Analyzer.csproj">
|
|
<Project>{28444C86-1B41-4558-BA27-DCF32B2B1E0F}</Project>
|
|
<Name>Ntp.Analyzer</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Analyzer.Objects\Ntp.Analyzer.Objects.csproj">
|
|
<Project>{02912378-E62D-4445-BA30-F56D3ABE9DA2}</Project>
|
|
<Name>Ntp.Analyzer.Objects</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Analyzer.Data\Ntp.Analyzer.Data.csproj">
|
|
<Project>{8263BEAB-1610-4F82-9FC0-84421E5AB6B0}</Project>
|
|
<Name>Ntp.Analyzer.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Process\Ntp.Process.csproj">
|
|
<Project>{CCF0EE0C-E3E4-4A75-AFEB-C709ED51E90F}</Project>
|
|
<Name>Ntp.Process</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Analyzer.Log\Ntp.Analyzer.Log.csproj">
|
|
<Project>{909C8729-ED63-4603-85EA-34A1FC4D63D9}</Project>
|
|
<Name>Ntp.Analyzer.Log</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |