mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
86 lines
No EOL
3.7 KiB
XML
86 lines
No EOL
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{BC91BCEF-D146-4EB0-BE63-C637880C5800}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.Debug.DebugConnectors</RootNamespace>
|
|
<AssemblyName>Cosmos.Debug.DebugConnectors</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\net462\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\net462\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\Cosmos.snk">
|
|
<Link>Cosmos.snk</Link>
|
|
</None>
|
|
<None Include=".editorconfig" />
|
|
<None Include="Cosmos.Debug.DebugConnectors.project.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Consts.cs" />
|
|
<Compile Include="DebugConnector.cs" />
|
|
<Compile Include="DebugConnector.DebugStub.cs">
|
|
<DependentUpon>DebugConnector.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugConnector.Helpers.cs">
|
|
<DependentUpon>DebugConnector.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugConnector.Receiving.cs">
|
|
<DependentUpon>DebugConnector.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugConnector.Sending.cs">
|
|
<DependentUpon>DebugConnector.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugConnector.Thread.cs">
|
|
<DependentUpon>DebugConnector.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugConnectorEdison.cs" />
|
|
<Compile Include="DebugConnectorPipeServer.cs" />
|
|
<Compile Include="DebugConnectorSerial.cs" />
|
|
<Compile Include="DebugConnectorStreamWithoutTimeouts.cs" />
|
|
<Compile Include="DebugConnectorStreamWithTimeouts.cs" />
|
|
<Compile Include="DebugConnectorTCPServer.cs" />
|
|
<Compile Include="DebugConnectorTestPipeServer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</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> |