Core.LZMes.Client.QCM.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{405B5232-9E60-4246-9F7A-6B3DB84B8A02}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.LZMes.Client.QCM</RootNamespace>
  12. <AssemblyName>Core.LZMes.Client.QCM</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\output\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\output\CoreFS.CA06.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  39. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  40. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  41. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  42. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  43. <Reference Include="Infragistics3.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  44. <Reference Include="Infragistics3.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  45. <Reference Include="Microsoft.VisualBasic" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Core">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.Design" />
  51. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  52. <Reference Include="System.Web" />
  53. <Reference Include="System.Xml.Linq">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Data.DataSetExtensions">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Form1.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Form1.Designer.cs">
  69. <DependentUpon>Form1.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Properties\Resources.Designer.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>Resources.resx</DependentUpon>
  75. </Compile>
  76. <Compile Include="QCM01\QCM0101.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="QCM01\QCM0101.Designer.cs">
  80. <DependentUpon>QCM0101.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="QCM01\QCM0102.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="QCM01\QCM0102.Designer.cs">
  86. <DependentUpon>QCM0102.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="QCM01\QCM0103.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="QCM01\QCM0103.Designer.cs">
  92. <DependentUpon>QCM0103.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="QCM01\QCM0104.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="QCM01\QCM0104.Designer.cs">
  98. <DependentUpon>QCM0104.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="QCM01\QCM0105.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="QCM01\QCM0105.Designer.cs">
  104. <DependentUpon>QCM0105.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="QCM02\QCM0201.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="QCM02\QCM0201.Designer.cs">
  110. <DependentUpon>QCM0201.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="QCM02\QCM0202.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="QCM02\QCM0202.Designer.cs">
  116. <DependentUpon>QCM0202.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="QCM02\QCM0203.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="QCM02\QCM0203.Designer.cs">
  122. <DependentUpon>QCM0203.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="EGIS.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="EGIS.Designer.cs">
  128. <DependentUpon>EGIS.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="QCM03\QCM0301.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="QCM03\QCM0301.Designer.cs">
  134. <DependentUpon>QCM0301.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="QCM03\QCM0302.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="QCM03\QCM0302.Designer.cs">
  140. <DependentUpon>QCM0302.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="QCM03\QCM0303.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="QCM03\QCM0303.Designer.cs">
  146. <DependentUpon>QCM0303.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="QCM03\QCM0304.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="QCM03\QCM0304.Designer.cs">
  152. <DependentUpon>QCM0304.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="QCM03\QCM0305.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="QCM03\QCM0305.Designer.cs">
  158. <DependentUpon>QCM0305.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="QCM03\QCM0305SON.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="QCM03\QCM0305SON.Designer.cs">
  164. <DependentUpon>QCM0305SON.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="QCM03\QCM0306.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="QCM03\QCM0306.Designer.cs">
  170. <DependentUpon>QCM0306.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="QCM03\QCM0307.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="QCM03\QCM0307.Designer.cs">
  176. <DependentUpon>QCM0307.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="Properties\AssemblyInfo.cs" />
  179. <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <EmbeddedResource Include="Form1.resx">
  183. <DependentUpon>Form1.cs</DependentUpon>
  184. <SubType>Designer</SubType>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="Properties\licenses.licx" />
  187. <EmbeddedResource Include="Properties\Resources.resx">
  188. <Generator>ResXFileCodeGenerator</Generator>
  189. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  190. <SubType>Designer</SubType>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="QCM01\QCM0101.resx">
  193. <DependentUpon>QCM0101.cs</DependentUpon>
  194. <SubType>Designer</SubType>
  195. </EmbeddedResource>
  196. <EmbeddedResource Include="QCM01\QCM0102.resx">
  197. <DependentUpon>QCM0102.cs</DependentUpon>
  198. <SubType>Designer</SubType>
  199. </EmbeddedResource>
  200. <EmbeddedResource Include="QCM01\QCM0103.resx">
  201. <DependentUpon>QCM0103.cs</DependentUpon>
  202. <SubType>Designer</SubType>
  203. </EmbeddedResource>
  204. <EmbeddedResource Include="QCM01\QCM0104.resx">
  205. <DependentUpon>QCM0104.cs</DependentUpon>
  206. <SubType>Designer</SubType>
  207. </EmbeddedResource>
  208. <EmbeddedResource Include="QCM01\QCM0105.resx">
  209. <DependentUpon>QCM0105.cs</DependentUpon>
  210. <SubType>Designer</SubType>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="QCM02\QCM0201.resx">
  213. <DependentUpon>QCM0201.cs</DependentUpon>
  214. <SubType>Designer</SubType>
  215. </EmbeddedResource>
  216. <EmbeddedResource Include="QCM02\QCM0202.resx">
  217. <DependentUpon>QCM0202.cs</DependentUpon>
  218. <SubType>Designer</SubType>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="QCM02\QCM0203.resx">
  221. <DependentUpon>QCM0203.cs</DependentUpon>
  222. <SubType>Designer</SubType>
  223. </EmbeddedResource>
  224. <EmbeddedResource Include="EGIS.resx">
  225. <DependentUpon>EGIS.cs</DependentUpon>
  226. <SubType>Designer</SubType>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="QCM03\QCM0301.resx">
  229. <DependentUpon>QCM0301.cs</DependentUpon>
  230. <SubType>Designer</SubType>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="QCM03\QCM0302.resx">
  233. <DependentUpon>QCM0302.cs</DependentUpon>
  234. <SubType>Designer</SubType>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="QCM03\QCM0303.resx">
  237. <DependentUpon>QCM0303.cs</DependentUpon>
  238. <SubType>Designer</SubType>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="QCM03\QCM0304.resx">
  241. <DependentUpon>QCM0304.cs</DependentUpon>
  242. <SubType>Designer</SubType>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="QCM03\QCM0305.resx">
  245. <DependentUpon>QCM0305.cs</DependentUpon>
  246. <SubType>Designer</SubType>
  247. </EmbeddedResource>
  248. <EmbeddedResource Include="QCM03\QCM0305SON.resx">
  249. <DependentUpon>QCM0305SON.cs</DependentUpon>
  250. <SubType>Designer</SubType>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="QCM03\QCM0306.resx">
  253. <DependentUpon>QCM0306.cs</DependentUpon>
  254. <SubType>Designer</SubType>
  255. </EmbeddedResource>
  256. <EmbeddedResource Include="QCM03\QCM0307.resx">
  257. <DependentUpon>QCM0307.cs</DependentUpon>
  258. <SubType>Designer</SubType>
  259. </EmbeddedResource>
  260. </ItemGroup>
  261. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  262. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  263. Other similar extension points exist, see Microsoft.Common.targets.
  264. <Target Name="BeforeBuild">
  265. </Target>
  266. <Target Name="AfterBuild">
  267. </Target>
  268. -->
  269. </Project>