CSharpSDKDemo.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{316A8E0E-7527-4A46-AABD-817D75B98DA9}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CSharpSDKDemo</RootNamespace>
  11. <AssemblyName>CSharpSDKDemo</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <TargetFrameworkProfile />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject>CSharpSDKDemo.SDKTest</StartupObject>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="log4net">
  57. <HintPath>..\smart-iop-sdk-csharp\log4net.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Nbcb.Cobp.SDK, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>.\Nbcb.Cobp.SDK.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="WindowsBase" />
  75. <Reference Include="PresentationCore" />
  76. <Reference Include="PresentationFramework" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="SDKTest.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Properties\AssemblyInfo.cs">
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <None Include="config.ini">
  86. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  87. </None>
  88. <None Include="conf\ce32c2bd-5c73-49b8-b43b-cd7bc8ca50ec.cer" />
  89. <None Include="conf\openca.cer" />
  90. <AppDesigner Include="Properties\" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="App.config" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  97. <Visible>False</Visible>
  98. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  99. <Install>true</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.5 SP1</ProductName>
  104. <Install>false</Install>
  105. </BootstrapperPackage>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <WCFMetadata Include="Service References\" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>