|
|
@@ -35,6 +35,10 @@
|
|
35
|
35
|
<HintPath>..\..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
|
|
36
|
36
|
<Private>True</Private>
|
|
37
|
37
|
</Reference>
|
|
|
38
|
+ <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
|
|
39
|
+ <HintPath>..\..\packages\Microsoft.Office.Interop.Word.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
|
|
|
40
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
41
|
+ </Reference>
|
|
38
|
42
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
39
|
43
|
<HintPath>..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
40
|
44
|
<Private>True</Private>
|
|
|
@@ -92,6 +96,7 @@
|
|
92
|
96
|
<Compile Include="VerifyCode\VerifyCode.cs" />
|
|
93
|
97
|
<Compile Include="WeiBo\WeiBoLog.cs" />
|
|
94
|
98
|
<Compile Include="WeiBo\WeiBoHelper.cs" />
|
|
|
99
|
+ <Compile Include="word\ExportWord.cs" />
|
|
95
|
100
|
<Compile Include="Zip\GZip.cs" />
|
|
96
|
101
|
<Compile Include="HttpHelper.cs" />
|
|
97
|
102
|
<Compile Include="Http\HttpMethods.cs" />
|