mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
93 lines
4.3 KiB
XML
93 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{819DB8FC-5DA1-461F-83C9-2F5C88088C94}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.Sys</RootNamespace>
|
|
<AssemblyName>Cosmos.Sys</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>bin\Debug\Cosmos.Sys.XML</DocumentationFile>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<NoWarn>1591</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Boot.cs" />
|
|
<Compile Include="BootInfo.cs" />
|
|
<Compile Include="Deboot.cs" />
|
|
<Compile Include="Network\IPv4Address.cs" />
|
|
<Compile Include="Network\IPv4Config.cs" />
|
|
<Compile Include="Network\TcpClient.cs" />
|
|
<Compile Include="Network\TCPIPStack.cs" />
|
|
<Compile Include="Network\TCPIP\ARP\ARPCache.cs" />
|
|
<Compile Include="Network\TCPIP\ARP\ARPPacket.cs" />
|
|
<Compile Include="Network\TCPIP\ARP\ARPPacket_EthernetIPv4.cs" />
|
|
<Compile Include="Network\TCPIP\ARP\ARPReply_EthernetIPv4.cs" />
|
|
<Compile Include="Network\TCPIP\ARP\ARPRequest_EthernetIPv4.cs" />
|
|
<Compile Include="Network\TCPIP\EthernetPacket.cs" />
|
|
<Compile Include="Network\TCPIP\ICMP\ICMPEchoReply.cs" />
|
|
<Compile Include="Network\TCPIP\ICMP\ICMPEchoRequest.cs" />
|
|
<Compile Include="Network\TCPIP\ICMP\ICMPPacket.cs" />
|
|
<Compile Include="Network\TCPIP\IPPacket.cs" />
|
|
<Compile Include="Network\IPv4EndPoint.cs" />
|
|
<Compile Include="Network\TCPIP\IPv4OutgoingBuffer.cs" />
|
|
<Compile Include="Network\TCPIP\TCP\TCPConnection.cs" />
|
|
<Compile Include="Network\TCPIP\TCP\TCPPacket.cs" />
|
|
<Compile Include="Network\TCPIP\UDP\UDPPacket.cs" />
|
|
<Compile Include="VFSManager.cs" />
|
|
<Compile Include="Global.cs" />
|
|
<Compile Include="Network\ChadTCPIP\EthernetPacket.cs" />
|
|
<Compile Include="Network\ChadTCPIP\ICMPPacket.cs" />
|
|
<Compile Include="Network\ChadTCPIP\IP4Packet.cs" />
|
|
<Compile Include="Network\ChadTCPIP\Packet.cs" />
|
|
<Compile Include="Network\ChadTCPIP\UDPPacket.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\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>
|