123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?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)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{16270052-0DB5-41F9-8DD4-D1700E6E7281}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>ANT_Managed_Library</RootNamespace>
- <AssemblyName>ANT_NET</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>false</SignAssembly>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <OutputPath>..\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>..\Release\ANT_NET.xml</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Arct|x86' ">
- <OutputPath>..\Release_Arct\</OutputPath>
- <DefineConstants>TRACE;INCLUDE_ARCT</DefineConstants>
- <DocumentationFile>..\Release_Arct\ANT_NET.xml</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ANTFS\ANTFS_ClientParameters.cs" />
- <Compile Include="ANTFS\ANTFS_Common.cs" />
- <Compile Include="ANTFS\ANTFS_ConfigParameters.cs" />
- <Compile Include="ANTFS\ANTFS_DeviceParameters.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ANTFS\ANTFS_Directory.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ANTFS\ANTFS_Exception.cs" />
- <Compile Include="ANTFS\ANTFS_ReferenceLibrary.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ANTFS\ANTFS_RequestParameters.cs" />
- <Compile Include="ANTFS\ANTFS_ResponseParameters.cs" />
- <Compile Include="ANTFS\ANTFS_TransferStatus.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ANT_Channel.cs" />
- <Compile Include="ANT_ChannelID.cs" />
- <Compile Include="ANT_Device.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ANT_DeviceCapabilities.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ANT_DeviceInfo.cs" />
- <Compile Include="ANT_Exception.cs" />
- <Compile Include="ANT_Common.cs" />
- <Compile Include="ANT_ReferenceLibrary.cs" />
- <Compile Include="ANT_Response.cs" />
- <Compile Include="ANT_ChannelStatus.cs" />
- <Compile Include="ANTFS\ANT_IntegratedANTFSClient.cs" />
- <Compile Include="ANTFS\ANTFS_ClientChannel.cs" />
- <Compile Include="ANTFS\ANTFS_HostChannel.cs" />
- <Compile Include="IANT_Channel.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ANT_VersionInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- </PropertyGroup>
- <!-- 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>
|