|
46 | 46 | </ItemGroup>
|
47 | 47 | <ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'windows'">
|
48 | 48 | <Compile Include="$(CommonPath)Interop\Windows\Interop.Libraries.cs" Link="Common\Interop\Windows\Interop.Libraries.cs" />
|
49 |
| - <Compile Include="System\Transactions\DtcProxyShim\CachedInterfaceBase.cs" /> |
50 |
| - <Compile Include="System\Transactions\DtcProxyShim\CachedOptions.cs" /> |
51 |
| - <Compile Include="System\Transactions\DtcProxyShim\CachedReceiver.cs" /> |
52 |
| - <Compile Include="System\Transactions\DtcProxyShim\CachedTransmitter.cs" /> |
53 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\IPrepareInfo.cs" /> |
54 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\IResourceManagerFactory2.cs" /> |
55 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\IResourceManager.cs" /> |
56 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\IResourceManagerSink.cs" /> |
57 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITmNodeName.cs" /> |
58 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransaction.cs" /> |
59 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionCloner.cs" /> |
60 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionExport.cs" /> |
61 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionExportFactory.cs" /> |
62 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionOptions.cs" /> |
63 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionDispenser.cs" /> |
64 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionEnlistmentAsync.cs" /> |
65 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionImport.cs" /> |
66 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionImportWhereabouts.cs" /> |
67 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionPhase0EnlistmentAsync.cs" /> |
68 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionPhase0Factory.cs" /> |
69 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionPhase0NotifyAsync.cs" /> |
70 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionReceiver.cs" /> |
71 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionReceiverFactory.cs" /> |
72 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionResourceAsync.cs" /> |
73 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionTransmitter.cs" /> |
74 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionTransmitterFactory.cs" /> |
75 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionVoterBallotAsync2.cs" /> |
76 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionVoterFactory2.cs" /> |
77 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionVoterNotifyAsync2.cs" /> |
| 49 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\IPrepareInfo.cs" /> |
| 50 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManagerFactory2.cs" /> |
| 51 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManager.cs" /> |
| 52 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManagerSink.cs" /> |
| 53 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITmNodeName.cs" /> |
| 54 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransaction.cs" /> |
| 55 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionCloner.cs" /> |
| 56 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionExport.cs" /> |
| 57 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionExportFactory.cs" /> |
| 58 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionOptions.cs" /> |
| 59 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionDispenser.cs" /> |
| 60 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionEnlistmentAsync.cs" /> |
| 61 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionImport.cs" /> |
| 62 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionImportWhereabouts.cs" /> |
| 63 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionOutcomeEvents.cs" /> |
| 64 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionPhase0EnlistmentAsync.cs" /> |
| 65 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionPhase0Factory.cs" /> |
| 66 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionPhase0NotifyAsync.cs" /> |
| 67 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionReceiver.cs" /> |
| 68 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionReceiverFactory.cs" /> |
| 69 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionResourceAsync.cs" /> |
| 70 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionTransmitter.cs" /> |
| 71 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionTransmitterFactory.cs" /> |
| 72 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionVoterBallotAsync2.cs" /> |
| 73 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionVoterFactory2.cs" /> |
| 74 | + <Compile Include="System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionVoterNotifyAsync2.cs" /> |
| 75 | + <Compile Include="System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs" /> |
78 | 76 | <Compile Include="System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs" />
|
79 | 77 | <Compile Include="System\Transactions\DtcProxyShim\EnlistmentShim.cs" />
|
80 | 78 | <Compile Include="System\Transactions\DtcProxyShim\Guids.cs" />
|
81 |
| - <Compile Include="System\Transactions\DtcProxyShim\DTCInterfaces\ITransactionOutcomeEvents.cs" /> |
| 79 | + <Compile Include="System\Transactions\DtcProxyShim\NativeEnums.cs" /> |
82 | 80 | <Compile Include="System\Transactions\DtcProxyShim\NotificationShimBase.cs" />
|
83 |
| - <Compile Include="System\Transactions\DtcProxyShim\NotificationShimFactory.cs" /> |
| 81 | + <Compile Include="System\Transactions\DtcProxyShim\OletxHelper.cs" /> |
| 82 | + <Compile Include="System\Transactions\DtcProxyShim\OletxXactTransInfo.cs" /> |
84 | 83 | <Compile Include="System\Transactions\DtcProxyShim\Phase0NotifyShim.cs" />
|
85 | 84 | <Compile Include="System\Transactions\DtcProxyShim\Phase0Shim.cs" />
|
86 |
| - <Compile Include="System\Transactions\DtcProxyShim\PrepareVoteType.cs" /> |
87 | 85 | <Compile Include="System\Transactions\DtcProxyShim\ResourceManagerNotifyShim.cs" />
|
88 | 86 | <Compile Include="System\Transactions\DtcProxyShim\ResourceManagerShim.cs" />
|
89 | 87 | <Compile Include="System\Transactions\DtcProxyShim\TransactionNotifyShim.cs" />
|
|
92 | 90 | <Compile Include="System\Transactions\DtcProxyShim\VoterNotifyShim.cs" />
|
93 | 91 | <Compile Include="System\Transactions\DtcProxyShim\VoterShim.cs" />
|
94 | 92 | <Compile Include="System\Transactions\DtcProxyShim\Xactopt.cs" />
|
95 |
| - <Compile Include="System\Transactions\Oletx\DtcInterfaces.cs" /> |
96 |
| - <Compile Include="System\Transactions\Oletx\DTCTransactionManager.cs" /> |
| 93 | + <Compile Include="System\Transactions\Oletx\DtcTransactionManager.cs" /> |
97 | 94 | <Compile Include="System\Transactions\Oletx\OletxCommittableTransaction.cs" />
|
98 | 95 | <Compile Include="System\Transactions\Oletx\OletxDependentTransaction.cs" />
|
99 | 96 | <Compile Include="System\Transactions\Oletx\OletxEnlistment.cs" />
|
|
0 commit comments