1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
        <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
        <ProductVersion>8.0.30703</ProductVersion>
        <SchemaVersion>2.0</SchemaVersion>
        <ProjectGuid>{4BC0A873-57DB-4E23-827E-F05B9320378D}</ProjectGuid>
        <OutputType>Library</OutputType>
        <AppDesignerFolder>Properties</AppDesignerFolder>
        <RootNamespace>CSFrameworkV5.WCFContract</RootNamespace>
        <AssemblyName>CSFrameworkV5.WCFContract</AssemblyName>
        <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
        <FileAlignment>512</FileAlignment>
        <TargetFrameworkProfile/>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
        <DebugSymbols>true</DebugSymbols>
        <DebugType>full</DebugType>
        <Optimize>false</Optimize>
        <OutputPath>..\Debug\</OutputPath>
        <DefineConstants>DEBUG;TRACE</DefineConstants>
        <ErrorReport>prompt</ErrorReport>
        <WarningLevel>4</WarningLevel>
        <PlatformTarget>AnyCPU</PlatformTarget>
        <Prefer32Bit>false</Prefer32Bit>
        <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    </PropertyGroup>
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
        <DebugType>pdbonly</DebugType>
        <Optimize>true</Optimize>
        <OutputPath>..\Debug\</OutputPath>
        <DefineConstants>TRACE</DefineConstants>
        <ErrorReport>prompt</ErrorReport>
        <WarningLevel>4</WarningLevel>
        <PlatformTarget>x86</PlatformTarget>
        <Prefer32Bit>false</Prefer32Bit>
    </PropertyGroup>
    <ItemGroup>
        <Reference Include="CSFramework.DB, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
            <SpecificVersion>False</SpecificVersion>
            <HintPath>..\..\..\CSFramework.DB\CSFramework.DB.Source\Debug\CSFramework.DB.dll</HintPath>
        </Reference>
        <Reference Include="System"/>
        <Reference Include="System.Core"/>
        <Reference Include="System.IdentityModel"/>
        <Reference Include="System.Runtime.Serialization"/>
        <Reference Include="System.ServiceModel"/>
        <Reference Include="System.Xml.Linq"/>
        <Reference Include="System.Data.DataSetExtensions"/>
        <Reference Include="Microsoft.CSharp"/>
        <Reference Include="System.Data"/>
        <Reference Include="System.Xml"/>
    </ItemGroup>
    <ItemGroup>
        <Compile Include="ActivityUserCache.cs"/>
        <Compile Include="BindingType.cs"/>
        <Compile Include="ServerLibrary.cs"/>
        <Compile Include="WCFErrorHandler.cs"/>
        <Compile Include="WCFServiceProvider.cs"/>
        <Compile Include="WCF_Class\CommonService.cs"/>
        <Compile Include="WCF_Class\DataDictService.cs"/>
        <Compile Include="WCF_Interface\ICommonService.cs"/>
        <Compile Include="WCF_Interface\IDataDictService.cs"/>
        <Compile Include="WCF_Interface\IMessageCenter.cs"/>
        <Compile Include="WCF_Interface\ISystemSecurityService.cs"/>
        <Compile Include="WCF_Class\MessageCenter.cs"/>
        <Compile Include="Properties\AssemblyInfo.cs"/>
        <Compile Include="WCF_Class\SystemSecurityService.cs"/>
        <Compile Include="WCF_UserNamePasswordValidator.cs"/>
        <Compile Include="WebSecurity.cs"/>
        <Compile Include="WebServiceSecurity.cs"/>
    </ItemGroup>
    <ItemGroup>
        <ProjectReference Include="..\..\CSFrameworkV5.Core\CSFrameworkV5.Core\CSFrameworkV5.Core.csproj">
            <Project>{2a59861c-5d4d-4768-b31f-7f59a8517dae}</Project>
            <Name>CSFrameworkV5.Core</Name>
        </ProjectReference>
        <ProjectReference Include="..\CSFrameworkV5.Common\CSFrameworkV5.Common.csproj">
            <Project>{269eceff-b6c2-4708-86ba-afbb1a2b045c}</Project>
            <Name>CSFrameworkV5.Common</Name>
        </ProjectReference>
        <ProjectReference Include="..\CSFrameworkV5.DataAccess\CSFrameworkV5.DataAccess.csproj">
            <Project>{d1317673-f72e-404c-b7fa-d5b09ef40665}</Project>
            <Name>CSFrameworkV5.DataAccess</Name>
        </ProjectReference>
        <ProjectReference Include="..\CSFrameworkV5.Interfaces\CSFrameworkV5.Interfaces.csproj">
            <Project>{e96fa431-a247-49f3-892b-03e411957180}</Project>
            <Name>CSFrameworkV5.Interfaces</Name>
        </ProjectReference>
        <ProjectReference Include="..\CSFrameworkV5.Models\CSFrameworkV5.Models.csproj">
            <Project>{2cf256b2-f5e0-4670-8644-08ddf65b0009}</Project>
            <Name>CSFrameworkV5.Models</Name>
        </ProjectReference>
    </ItemGroup>
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
         Other similar extension points exist, see Microsoft.Common.targets.
    <Target Name="BeforeBuild">
    </Target>
    <Target Name="AfterBuild">
    </Target>
    -->
</Project>