MaterialPrint.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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>{84BA9669-6DDF-4220-BD98-663D91CD96AB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MaterialPrint</RootNamespace>
  11. <AssemblyName>MaterialPrint</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  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. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>bin\Debug\Oracle.ManagedDataAccess.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Seagull.BarTender.Print, Version=10.1.4.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=x86">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\UAS_MES_PW\Tool\Seagull.BarTender.Print.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="DataHelper.cs" />
  73. <Compile Include="Form2.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="Form2.Designer.cs">
  77. <DependentUpon>Form2.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Form1.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="Form1.Designer.cs">
  83. <DependentUpon>Form1.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="LoadingCircle.cs">
  86. <SubType>Component</SubType>
  87. </Compile>
  88. <Compile Include="LoadingCircle.Designer.cs">
  89. <DependentUpon>LoadingCircle.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="Program.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="ReadTestInfo.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="ReadTestInfo.Designer.cs">
  97. <DependentUpon>ReadTestInfo.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="SetLoadingWindow.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="SetLoadingWindow.Designer.cs">
  103. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  104. </Compile>
  105. <EmbeddedResource Include="Form2.resx">
  106. <DependentUpon>Form2.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="Form1.resx">
  109. <DependentUpon>Form1.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="Properties\Resources.resx">
  112. <Generator>ResXFileCodeGenerator</Generator>
  113. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  114. <SubType>Designer</SubType>
  115. </EmbeddedResource>
  116. <Compile Include="Properties\Resources.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Resources.resx</DependentUpon>
  119. <DesignTime>True</DesignTime>
  120. </Compile>
  121. <EmbeddedResource Include="ReadTestInfo.resx">
  122. <DependentUpon>ReadTestInfo.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="SetLoadingWindow.resx">
  125. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  126. </EmbeddedResource>
  127. <None Include="Properties\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  130. </None>
  131. <Compile Include="Properties\Settings.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DependentUpon>Settings.settings</DependentUpon>
  134. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  135. </Compile>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="App.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <COMReference Include="LabelManager2">
  142. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  143. <VersionMajor>6</VersionMajor>
  144. <VersionMinor>0</VersionMinor>
  145. <Lcid>0</Lcid>
  146. <WrapperTool>tlbimp</WrapperTool>
  147. <Isolated>False</Isolated>
  148. <EmbedInteropTypes>False</EmbedInteropTypes>
  149. </COMReference>
  150. <COMReference Include="stdole">
  151. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  152. <VersionMajor>2</VersionMajor>
  153. <VersionMinor>0</VersionMinor>
  154. <Lcid>0</Lcid>
  155. <WrapperTool>primary</WrapperTool>
  156. <Isolated>False</Isolated>
  157. <EmbedInteropTypes>True</EmbedInteropTypes>
  158. </COMReference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  162. <Visible>False</Visible>
  163. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  164. <Install>true</Install>
  165. </BootstrapperPackage>
  166. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  167. <Visible>False</Visible>
  168. <ProductName>.NET Framework 3.5 SP1</ProductName>
  169. <Install>false</Install>
  170. </BootstrapperPackage>
  171. </ItemGroup>
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  174. Other similar extension points exist, see Microsoft.Common.targets.
  175. <Target Name="BeforeBuild">
  176. </Target>
  177. <Target Name="AfterBuild">
  178. </Target>
  179. -->
  180. </Project>