Core.LZMes.Client.UIL.csproj 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  37. <Reference Include="Infragistics2.Win.UltraWinChart.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  38. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  39. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  40. <Reference Include="Microsoft.VisualBasic" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Core">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  47. <Reference Include="System.Web" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data.DataSetExtensions">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="UIL01\UIL010010.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="UIL01\UIL010010.Designer.cs">
  64. <DependentUpon>UIL010010.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="UIL02\UIL020010.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="UIL02\UIL020010.Designer.cs">
  70. <DependentUpon>UIL020010.cs</DependentUpon>
  71. </Compile>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <EmbeddedResource Include="Properties\licenses.licx" />
  75. <EmbeddedResource Include="UIL01\UIL010010.resx">
  76. <DependentUpon>UIL010010.cs</DependentUpon>
  77. <SubType>Designer</SubType>
  78. </EmbeddedResource>
  79. <EmbeddedResource Include="UIL02\UIL020010.resx">
  80. <DependentUpon>UIL020010.cs</DependentUpon>
  81. <SubType>Designer</SubType>
  82. </EmbeddedResource>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\PrintSolution\PrintSolution.csproj">
  86. <Project>{DEF86738-A61C-4295-B2CC-233B0038EA47}</Project>
  87. <Name>PrintSolution</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>