-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdp2Command.Service.csproj
More file actions
125 lines (125 loc) · 5.78 KB
/
dp2Command.Service.csproj
File metadata and controls
125 lines (125 loc) · 5.78 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A77B8A4A-3AE8-4BD7-B09A-BF8D92FE802D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>dp2Command.Service</RootNamespace>
<AssemblyName>dp2Command.Service</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="MongoDB.Bson">
<HintPath>..\packages\MongoDB.Bson.2.2.3\lib\net45\MongoDB.Bson.dll</HintPath>
</Reference>
<Reference Include="MongoDB.Driver">
<HintPath>..\packages\MongoDB.Driver.2.2.3\lib\net45\MongoDB.Driver.dll</HintPath>
</Reference>
<Reference Include="MongoDB.Driver.Core">
<HintPath>..\packages\MongoDB.Driver.Core.2.2.3\lib\net45\MongoDB.Driver.Core.dll</HintPath>
</Reference>
<Reference Include="Senparc.Weixin">
<HintPath>..\packages\Senparc.Weixin.4.5.1\lib\net45\Senparc.Weixin.dll</HintPath>
</Reference>
<Reference Include="Senparc.Weixin.MP">
<HintPath>..\packages\Senparc.Weixin.MP.13.4.4\lib\net45\Senparc.Weixin.MP.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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="ApiResult.cs" />
<Compile Include="Command\BindingCommand.cs" />
<Compile Include="Command\SearchCommand.cs" />
<Compile Include="Command\BaseCommand.cs" />
<Compile Include="Command\CommandContainer.cs" />
<Compile Include="Command\dp2CommandUtility.cs" />
<Compile Include="dp2BaseCommandService.cs" />
<Compile Include="dp2CommandService.cs" />
<Compile Include="dp2CmdService2.cs" />
<Compile Include="Interface\MessageInterface.cs" />
<Compile Include="Interface\ScriptManager.cs" />
<Compile Include="MsgRouter.cs" />
<Compile Include="SearchBiblioResult.cs" />
<Compile Include="TemplateData.cs" />
<Compile Include="WxUserDatabase.cs" />
<Compile Include="LibDatabase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalPlatform.Common\DigitalPlatform.Common.csproj">
<Project>{56eb94fd-45d0-4c82-ae8e-d398f1c4efcf}</Project>
<Name>DigitalPlatform.Common</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.Interfaces\DigitalPlatform.Interfaces.csproj">
<Project>{3c4f8133-8652-40b6-b37b-200b25c2b043}</Project>
<Name>DigitalPlatform.Interfaces</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.IO\DigitalPlatform.IO.csproj">
<Project>{441cb814-af78-4503-91ef-dce5f3269502}</Project>
<Name>DigitalPlatform.IO</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.LibraryRestClient\DigitalPlatform.LibraryRestClient.csproj">
<Project>{1b74d69a-530f-4275-845b-8ca6d1463bdd}</Project>
<Name>DigitalPlatform.LibraryRestClient</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.MessageClient\DigitalPlatform.MessageClient.csproj">
<Project>{e4b339d9-4843-40f1-a404-33043adcd6a3}</Project>
<Name>DigitalPlatform.MessageClient</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.Message\DigitalPlatform.Message.csproj">
<Project>{2fbb1294-0814-447d-b8c6-77e206417231}</Project>
<Name>DigitalPlatform.Message</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.Text\DigitalPlatform.Text.csproj">
<Project>{26f96cc3-a4a9-4bc4-a10a-bc7e25581ff6}</Project>
<Name>DigitalPlatform.Text</Name>
</ProjectReference>
<ProjectReference Include="..\DigitalPlatform.Xml\DigitalPlatform.Xml.csproj">
<Project>{a62f763a-96ee-43ad-80c5-9ce57ecfeaf4}</Project>
<Name>DigitalPlatform.Xml</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="delete.txt" />
</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>