UAS_PRINT.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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>{B2428D57-87E0-4EFD-AF54-C52C4A964D1F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_PRINT</RootNamespace>
  11. <AssemblyName>UAS_PRINT</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  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>
  35. <ApplicationIcon>print.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="FastReport, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>.\FastReport.dll</HintPath>
  41. </Reference>
  42. <Reference Include="FastReport.Bars, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>.\FastReport.Bars.dll</HintPath>
  45. </Reference>
  46. <Reference Include="FastReport.Editor, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>.\FastReport.Editor.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Interop.BarTender, Version=10.1.4.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <EmbedInteropTypes>True</EmbedInteropTypes>
  53. <HintPath>..\UAS_MES_LT\Tool\Interop.BarTender.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Form2.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Form2.Designer.cs">
  75. <DependentUpon>Form2.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="ftpOperater.cs" />
  78. <Compile Include="PrinterList.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="PrinterList.Designer.cs">
  82. <DependentUpon>PrinterList.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="PrintHandler.cs" />
  85. <Compile Include="PrintHelper.cs" />
  86. <Compile Include="Program.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="Settings.cs" />
  89. <EmbeddedResource Include="Form2.resx">
  90. <DependentUpon>Form2.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="PrinterList.resx">
  93. <DependentUpon>PrinterList.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="Properties\Resources.resx">
  96. <Generator>ResXFileCodeGenerator</Generator>
  97. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  98. <SubType>Designer</SubType>
  99. </EmbeddedResource>
  100. <Compile Include="Properties\Resources.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. </Compile>
  104. <None Include="app.config" />
  105. <None Include="packages.config" />
  106. <None Include="Properties\Settings.settings">
  107. <Generator>SettingsSingleFileGenerator</Generator>
  108. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  109. </None>
  110. <Compile Include="Properties\Settings.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Settings.settings</DependentUpon>
  113. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="print.ico" />
  118. </ItemGroup>
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  121. Other similar extension points exist, see Microsoft.Common.targets.
  122. <Target Name="BeforeBuild">
  123. </Target>
  124. <Target Name="AfterBuild">
  125. </Target>
  126. -->
  127. </Project>