UAS_PRINT2.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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>{B8BBF7C9-BCCA-49B0-BC22-6519B594AB19}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_PRINT</RootNamespace>
  11. <AssemblyName>UAS_PRINT2</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>print.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="FastReport, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>.\FastReport.dll</HintPath>
  44. </Reference>
  45. <Reference Include="FastReport.Bars, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>.\FastReport.Bars.dll</HintPath>
  48. </Reference>
  49. <Reference Include="FastReport.Editor, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>.\FastReport.Editor.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Interop.BarTender, Version=10.1.4.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <EmbedInteropTypes>True</EmbedInteropTypes>
  56. <HintPath>..\UAS_MES_LT\Tool\Interop.BarTender.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Deployment" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="BaseForm.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="BaseForm.Designer.cs">
  78. <DependentUpon>BaseForm.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Form2.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Form2.Designer.cs">
  84. <DependentUpon>Form2.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="ftpOperater.cs" />
  87. <Compile Include="LoadingCircle.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="LoadingCircle.Designer.cs">
  91. <DependentUpon>LoadingCircle.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="PrinterList.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="PrinterList.Designer.cs">
  97. <DependentUpon>PrinterList.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="PrintHandler.cs" />
  100. <Compile Include="PrintHelper.cs" />
  101. <Compile Include="Program.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="SetLoadingWindow.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="SetLoadingWindow.Designer.cs">
  107. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Settings.cs" />
  110. <EmbeddedResource Include="BaseForm.resx">
  111. <DependentUpon>BaseForm.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Form2.resx">
  114. <DependentUpon>Form2.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="PrinterList.resx">
  117. <DependentUpon>PrinterList.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="Properties\Resources.resx">
  120. <Generator>ResXFileCodeGenerator</Generator>
  121. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  122. <SubType>Designer</SubType>
  123. </EmbeddedResource>
  124. <Compile Include="Properties\Resources.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DependentUpon>Resources.resx</DependentUpon>
  127. <DesignTime>True</DesignTime>
  128. </Compile>
  129. <EmbeddedResource Include="SetLoadingWindow.resx">
  130. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <None Include="app.config" />
  133. <None Include="packages.config" />
  134. <None Include="Properties\Settings.settings">
  135. <Generator>SettingsSingleFileGenerator</Generator>
  136. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  137. </None>
  138. <Compile Include="Properties\Settings.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Settings.settings</DependentUpon>
  141. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  142. </Compile>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="print.ico" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>