TestProject.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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>{92488A73-91D7-4797-9794-67C4D9D86D09}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TestProject</RootNamespace>
  11. <AssemblyName>TestProject</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. <PublishUrl>ftp://192.168.253.9/LabelMachine/</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Web</InstallFrom>
  23. <UpdateEnabled>true</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <InstallUrl>http://192.168.253.9:82/</InstallUrl>
  31. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  32. <WebPage>publish.htm</WebPage>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <PublishWizardCompleted>true</PublishWizardCompleted>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. <TargetFrameworkProfile />
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestCertificateThumbprint>4FA99E585616700DE7B55D9E1B52AECEA80A31C9</ManifestCertificateThumbprint>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ManifestKeyFile>
  64. </ManifestKeyFile>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <GenerateManifests>true</GenerateManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>false</SignManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <NoWin32Manifest>true</NoWin32Manifest>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="BenQGuru.eMES.DLLService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\UAS_MesInterface(4.0)\bin\Debug\BenQGuru.eMES.DLLService.dll</HintPath>
  79. </Reference>
  80. <Reference Include="CSkin">
  81. <HintPath>tool\CSkin.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Oracle.ManagedDataAccess">
  84. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Deployment" />
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="System.Xml" />
  96. <Reference Include="UMES.DLLService">
  97. <HintPath>..\UAS_MesInterface(ODLF)\bin\Debug\UMES.DLLService.dll</HintPath>
  98. </Reference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="DrawHelper.cs" />
  102. <Compile Include="EMouseEnum.cs" />
  103. <Compile Include="Form1.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="Form1.Designer.cs">
  107. <DependentUpon>Form1.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="TaskTEST.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="TaskTEST.Designer.cs">
  113. <DependentUpon>TaskTEST.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Program.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="UserPanel.cs">
  118. <SubType>Component</SubType>
  119. </Compile>
  120. <Compile Include="UserPanel.Designer.cs">
  121. <DependentUpon>UserPanel.cs</DependentUpon>
  122. </Compile>
  123. <EmbeddedResource Include="Form1.resx">
  124. <DependentUpon>Form1.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="TaskTEST.resx">
  127. <DependentUpon>TaskTEST.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Properties\Resources.resx">
  130. <Generator>ResXFileCodeGenerator</Generator>
  131. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  132. <SubType>Designer</SubType>
  133. </EmbeddedResource>
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. <DesignTime>True</DesignTime>
  138. </Compile>
  139. <EmbeddedResource Include="UserPanel.resx">
  140. <DependentUpon>UserPanel.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <None Include="Properties\Settings.settings">
  143. <Generator>SettingsSingleFileGenerator</Generator>
  144. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  145. </None>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="App.config" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  157. <Visible>False</Visible>
  158. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  159. <Install>true</Install>
  160. </BootstrapperPackage>
  161. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  162. <Visible>False</Visible>
  163. <ProductName>.NET Framework 3.5 SP1</ProductName>
  164. <Install>false</Install>
  165. </BootstrapperPackage>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="Resources\down.png" />
  169. <None Include="Resources\focus.png" />
  170. <None Include="Resources\gray.png" />
  171. <None Include="Resources\highlight.png" />
  172. <None Include="Resources\Light.png" />
  173. <None Include="Resources\normal.png" />
  174. <None Include="Resources\White-side.png" />
  175. <Content Include="Resources\timg %281%29.jpg" />
  176. <None Include="Resources\timg %281%291.jpg" />
  177. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <ProjectReference Include="..\UAS_MesInterface%284.0%29\UAS_MesInterface%284.0%29.csproj">
  181. <Project>{A35F767D-0858-4061-AF7C-C5C594034668}</Project>
  182. <Name>UAS_MesInterface%284.0%29</Name>
  183. </ProjectReference>
  184. </ItemGroup>
  185. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. </Project>