LYFZ.WinApi.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C3E180F9-433D-4AF7-8EC4-005B3F42F4D0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LYFZ.WinAPI</RootNamespace>
  12. <AssemblyName>LYFZ.WinAPI</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>bin\x86\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  44. <OutputPath>bin\x86\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <Optimize>true</Optimize>
  47. <DebugType>pdbonly</DebugType>
  48. <PlatformTarget>x86</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  53. <DebugSymbols>true</DebugSymbols>
  54. <OutputPath>bin\x64\Debug\</OutputPath>
  55. <DefineConstants>DEBUG;TRACE</DefineConstants>
  56. <DebugType>full</DebugType>
  57. <PlatformTarget>x64</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  62. <OutputPath>bin\x64\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x64</PlatformTarget>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="Biff8Excel">
  72. <HintPath>..\..\NewERPSoftware\LYFZSoftwareDLL\Release\Biff8Excel.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\NewERPSoftware\LYFZSoftwareDLL\Release\Newtonsoft.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Management" />
  81. <Reference Include="System.Net" />
  82. <Reference Include="System.Net.Http">
  83. <HintPath>..\..\NewERPSoftware\LYFZSoftwareDLL\Release\System.Net.Http.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Runtime.Serialization" />
  86. <Reference Include="System.Web" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="CommandLine.cs" />
  93. <Compile Include="CreateShortcut.cs" />
  94. <Compile Include="CustomPublicMethod.cs" />
  95. <Compile Include="DataSetSerializerDeserialize.cs" />
  96. <Compile Include="HttpClientHelper.cs" />
  97. <Compile Include="IDBConnection.cs" />
  98. <Compile Include="IniFiles.cs" />
  99. <Compile Include="KeyMethodReturnValues.cs" />
  100. <Compile Include="LinQExtensions.cs" />
  101. <Compile Include="LocalNetworkCardObjects.cs" />
  102. <Compile Include="MYExcelHelper.cs" />
  103. <Compile Include="MyHttpHelper.cs" />
  104. <Compile Include="PrinterAPI\Printer.cs" />
  105. <Compile Include="PrinterAPI\PrinterJob.cs" />
  106. <Compile Include="PrinterAPI\printLpt.cs" />
  107. <Compile Include="PrinterAPI\RawPrinterHelper.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="RectangleItem.cs" />
  110. <Compile Include="Register.cs" />
  111. <Compile Include="SDateTime.cs" />
  112. <Compile Include="SDKSecurity.cs" />
  113. <Compile Include="SetComputerDateTime.cs" />
  114. <Compile Include="TimeStampConversion.cs" />
  115. <Compile Include="UnitConverter.cs" />
  116. <Compile Include="UserTips.cs" />
  117. <Compile Include="Win32.cs" />
  118. <Compile Include="WMIUsbQuery.cs" />
  119. </ItemGroup>
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>