|
157 | 157 | <ItemGroup>
|
158 | 158 | <Compile Include="Core\ApplicationUpdate.cs" />
|
159 | 159 | <Compile Include="Core\ApplicationSettings.cs" />
|
| 160 | + <Compile Include="Core\Automation\Commands\OutlookEmail.cs" /> |
160 | 161 | <Compile Include="Core\Automation\Commands\GetRegexMatchesCommand.cs" />
|
161 | 162 | <Compile Include="Core\Automation\Commands\GetDictionaryValueCommand.cs" />
|
162 | 163 | <Compile Include="Core\Automation\Commands\AddDataRowCommand.cs" />
|
|
640 | 641 | <WrapperTool>aximp</WrapperTool>
|
641 | 642 | <Isolated>False</Isolated>
|
642 | 643 | </COMReference>
|
| 644 | + <COMReference Include="Microsoft.Office.Core"> |
| 645 | + <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> |
| 646 | + <VersionMajor>2</VersionMajor> |
| 647 | + <VersionMinor>8</VersionMinor> |
| 648 | + <Lcid>0</Lcid> |
| 649 | + <WrapperTool>tlbimp</WrapperTool> |
| 650 | + <Isolated>False</Isolated> |
| 651 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 652 | + </COMReference> |
| 653 | + <COMReference Include="Microsoft.Office.Interop.Outlook"> |
| 654 | + <Guid>{00062FFF-0000-0000-C000-000000000046}</Guid> |
| 655 | + <VersionMajor>9</VersionMajor> |
| 656 | + <VersionMinor>6</VersionMinor> |
| 657 | + <Lcid>0</Lcid> |
| 658 | + <WrapperTool>tlbimp</WrapperTool> |
| 659 | + <Isolated>False</Isolated> |
| 660 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 661 | + </COMReference> |
643 | 662 | <COMReference Include="MSDASC">
|
644 | 663 | <Guid>{2206CEB0-19C1-11D1-89E0-00C04FD7A829}</Guid>
|
645 | 664 | <VersionMajor>1</VersionMajor>
|
|
676 | 695 | <Isolated>False</Isolated>
|
677 | 696 | <EmbedInteropTypes>True</EmbedInteropTypes>
|
678 | 697 | </COMReference>
|
| 698 | + <COMReference Include="stdole"> |
| 699 | + <Guid>{00020430-0000-0000-C000-000000000046}</Guid> |
| 700 | + <VersionMajor>2</VersionMajor> |
| 701 | + <VersionMinor>0</VersionMinor> |
| 702 | + <Lcid>0</Lcid> |
| 703 | + <WrapperTool>primary</WrapperTool> |
| 704 | + <Isolated>False</Isolated> |
| 705 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 706 | + </COMReference> |
679 | 707 | </ItemGroup>
|
680 | 708 | <ItemGroup>
|
681 | 709 | <None Include="Resources\robot-bouncing.gif" />
|
|
0 commit comments