Skip to content

Commit

Permalink
Removed AcroPDF, Added RestSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepleez committed Apr 17, 2019
1 parent 02e4246 commit ad44118
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions taskt/taskt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
<Reference Include="OneNoteOCRDll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OneNoteOCR.1.0.0.0\lib\OneNoteOCRDll.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=106.6.9.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.6.9\lib\net452\RestSharp.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.2.7.1\lib\net45\Serilog.dll</HintPath>
</Reference>
Expand All @@ -114,6 +117,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Windows" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down Expand Up @@ -153,6 +157,8 @@
<Compile Include="Core\Automation\Commands\CloseWindowCommand.cs" />
<Compile Include="Core\Automation\Commands\CommentCommand.cs" />
<Compile Include="Core\Automation\Commands\MessageBoxCommand.cs" />
<Compile Include="Core\Automation\Commands\ParseJSONArray.cs" />
<Compile Include="Core\Automation\Commands\RESTCommand.cs" />
<Compile Include="Core\Automation\Commands\ScriptCommand.cs" />
<Compile Include="Core\Automation\Commands\SeleniumBrowserCloseCommand.cs" />
<Compile Include="Core\Automation\Commands\SeleniumBrowserCreateCommand.cs" />
Expand Down Expand Up @@ -551,15 +557,6 @@
</None>
</ItemGroup>
<ItemGroup>
<COMReference Include="AcroPDFLib">
<Guid>{05BFD3F1-6319-4F30-B752-C7A22889BCC4}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="AxMSTSCLib">
<Guid>{8C11EFA1-92C3-11D1-BC1E-00C04FA31489}</Guid>
<VersionMajor>1</VersionMajor>
Expand Down

0 comments on commit ad44118

Please sign in to comment.