AirScout/ScoutBase/ScoutBase.CAT/ScoutBase.CAT.csproj

112 wiersze
4.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C9291203-B5D0-4179-888D-04BC670B158F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ScoutBase.CAT</RootNamespace>
<AssemblyName>ScoutBase.CAT</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="INIFileParserDotNetCore, Version=2.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\INIFileParserDotNetCore.2.5.2\lib\net40\INIFileParserDotNetCore.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BitMask.cs" />
<Compile Include="ByteFuns.cs" />
<Compile Include="CATUpdater.cs" />
<Compile Include="CommandKind.cs" />
<Compile Include="CommandQueue.cs" />
<Compile Include="CommPort.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CommPortStartParams.cs" />
<Compile Include="CommReceived.cs" />
<Compile Include="CommStatusBits.cs" />
<Compile Include="CommWorker.cs" />
<Compile Include="CustomRig.cs" />
<Compile Include="ExchangePhase.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="LogNotifyEventArgs.cs" />
<Compile Include="OmniRig.cs" />
<Compile Include="ParamValue.cs" />
<Compile Include="PortBits.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="QueueItem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Rig.cs" />
<Compile Include="RigCommand.cs" />
<Compile Include="RigCommands.cs" />
<Compile Include="RigCtlStatus.cs" />
<Compile Include="RigDatabase.cs" />
<Compile Include="RigParam.cs" />
<Compile Include="RigSettings.cs" />
<Compile Include="ValueFormat.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SQLiteDatabase\SQLiteDatabase\SQLiteDatabase.csproj">
<Project>{6056d3be-7002-4a6a-a9ea-6ff45122a3c7}</Project>
<Name>SQLiteDatabase</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase.Core\ScoutBase.Core.csproj">
<Project>{ee86e933-d883-4b18-80eb-0fba55ec67c6}</Project>
<Name>ScoutBase.Core</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase.Database\ScoutBase.Database.csproj">
<Project>{89e6c7a3-6064-479e-a710-37c7293cf47c}</Project>
<Name>ScoutBase.Database</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>