Core.LZMes.Client.UIL.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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>{51192C85-DF35-4DC0-ABAC-EEA7E5509449}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.LZMes.Client.UIL</RootNamespace>
  12. <AssemblyName>Core.LZMes.Client.UIL</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>.\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Core.Sip.Amq.Client, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL" />
  35. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  36. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  37. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  38. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  39. <Reference Include="Infragistics2.Win.UltraWinChart.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  40. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  41. <Reference Include="Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  42. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  43. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  44. <Reference Include="INI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  45. <Reference Include="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  46. <Reference Include="Microsoft.VisualBasic" />
  47. <Reference Include="PrintSolution, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  48. <Reference Include="System" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Design" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  55. <Reference Include="System.Web" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml.Linq">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Data.DataSetExtensions">
  61. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="DBManager.cs" />
  68. <Compile Include="FixDBManager.cs" />
  69. <Compile Include="Form1.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Form1.designer.cs">
  73. <DependentUpon>Form1.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Program.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="UIL01\UIL010010.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="UIL01\UIL010010.Designer.cs">
  81. <DependentUpon>UIL010010.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="UIL01\UIL010020.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="UIL01\UIL010020.Designer.cs">
  87. <DependentUpon>UIL010020.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="UIL02\UIL020010.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="UIL02\UIL020010.Designer.cs">
  93. <DependentUpon>UIL020010.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Weight_DBManager.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <EmbeddedResource Include="Form1.resx">
  99. <DependentUpon>Form1.cs</DependentUpon>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="Properties\licenses.licx" />
  103. <EmbeddedResource Include="UIL01\UIL010010.resx">
  104. <DependentUpon>UIL010010.cs</DependentUpon>
  105. <SubType>Designer</SubType>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="UIL01\UIL010020.resx">
  108. <DependentUpon>UIL010020.cs</DependentUpon>
  109. <SubType>Designer</SubType>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="UIL02\UIL020010.resx">
  112. <DependentUpon>UIL020010.cs</DependentUpon>
  113. <SubType>Designer</SubType>
  114. </EmbeddedResource>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="App.config" />
  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>