wzp
2022-07-12 705909e14fe4e9f2fc261ee4eb40a8b41fa2f6d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
  <!--Project was exported from assembly: E:\SMS\运行商系统\gwbin-3.2\web\bin\Common.dll-->
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{C291753C-6A49-4705-B565-A830C43B4189}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>Common</AssemblyName>
    <ApplicationVersion>2.0.6045.33552</ApplicationVersion>
    <RootNamespace>Common</RootNamespace>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\Lib\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\web\Bin\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>lib\Oracle.DataAccess.dll</HintPath>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="log4net">
      <HintPath>lib\log4net.dll</HintPath>
    </Reference>
    <Reference Include="System.Web" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Configuration" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AlgHelper.cs" />
    <Compile Include="Audit\GenerateTemplate.cs" />
    <Compile Include="Base.cs">
    </Compile>
    <Compile Include="HandlerContext.cs" />
    <Compile Include="HardwareHelper.cs" />
    <Compile Include="Identify.cs" />
    <Compile Include="OracleReaderWrapper.cs" />
    <Compile Include="OracleHelper.cs" />
    <Compile Include="DESEncrypt.cs" />
    <Compile Include="DataValidate.cs" />
    <Compile Include="XmlHelper.cs" />
    <Compile Include="Utils.cs" />
    <Compile Include="DataHelper.cs" />
    <Compile Include="PubConstant.cs" />
    <Compile Include="DataConverter.cs" />
    <Compile Include="TypeConvert.cs" />
    <Compile Include="StringHelper.cs" />
    <Compile Include="DataRowReader.cs" />
    <Compile Include="FailedOperation.cs" />
    <Compile Include="LogHelper.cs" />
    <Compile Include="MyPage.cs" />
    <Compile Include="AssemblyInfo.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>