ANT_Managed_Library.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{16270052-0DB5-41F9-8DD4-D1700E6E7281}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ANT_Managed_Library</RootNamespace>
  12. <AssemblyName>ANT_NET</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>false</SignAssembly>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. <UpgradeBackupLocation />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>..\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <DebugType>full</DebugType>
  26. <PlatformTarget>x86</PlatformTarget>
  27. <ErrorReport>prompt</ErrorReport>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <OutputPath>..\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <DocumentationFile>..\Release\ANT_NET.xml</DocumentationFile>
  33. <Optimize>true</Optimize>
  34. <DebugType>pdbonly</DebugType>
  35. <PlatformTarget>x86</PlatformTarget>
  36. <ErrorReport>prompt</ErrorReport>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Arct|x86' ">
  39. <OutputPath>..\Release_Arct\</OutputPath>
  40. <DefineConstants>TRACE;INCLUDE_ARCT</DefineConstants>
  41. <DocumentationFile>..\Release_Arct\ANT_NET.xml</DocumentationFile>
  42. <Optimize>true</Optimize>
  43. <DebugType>pdbonly</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Xml.Linq">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="System.Data.DataSetExtensions">
  56. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="ANTFS\ANTFS_ClientParameters.cs" />
  63. <Compile Include="ANTFS\ANTFS_Common.cs" />
  64. <Compile Include="ANTFS\ANTFS_ConfigParameters.cs" />
  65. <Compile Include="ANTFS\ANTFS_DeviceParameters.cs">
  66. <SubType>Code</SubType>
  67. </Compile>
  68. <Compile Include="ANTFS\ANTFS_Directory.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="ANTFS\ANTFS_Exception.cs" />
  72. <Compile Include="ANTFS\ANTFS_ReferenceLibrary.cs">
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Compile Include="ANTFS\ANTFS_RequestParameters.cs" />
  76. <Compile Include="ANTFS\ANTFS_ResponseParameters.cs" />
  77. <Compile Include="ANTFS\ANTFS_TransferStatus.cs">
  78. <SubType>Code</SubType>
  79. </Compile>
  80. <Compile Include="ANT_Channel.cs" />
  81. <Compile Include="ANT_ChannelID.cs" />
  82. <Compile Include="ANT_Device.cs">
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="ANT_DeviceCapabilities.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="ANT_DeviceInfo.cs" />
  89. <Compile Include="ANT_Exception.cs" />
  90. <Compile Include="ANT_Common.cs" />
  91. <Compile Include="ANT_ReferenceLibrary.cs" />
  92. <Compile Include="ANT_Response.cs" />
  93. <Compile Include="ANT_ChannelStatus.cs" />
  94. <Compile Include="ANTFS\ANT_IntegratedANTFSClient.cs" />
  95. <Compile Include="ANTFS\ANTFS_ClientChannel.cs" />
  96. <Compile Include="ANTFS\ANTFS_HostChannel.cs" />
  97. <Compile Include="IANT_Channel.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="ANT_VersionInfo.cs" />
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <PropertyGroup>
  103. <PreBuildEvent>
  104. </PreBuildEvent>
  105. </PropertyGroup>
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>