|
116 | 116 | <Compile Include="Bridge\NativeModuleRegistry.cs" />
|
117 | 117 | <Compile Include="Bridge\Queue\ReactQueueConfiguration.cs" />
|
118 | 118 | <Compile Include="Chakra\Executor\NativeJavaScriptExecutor.cs" />
|
119 |
| - <Compile Include="DevSupport\DebugServerException.cs" /> |
120 | 119 | <Compile Include="DevSupport\DevInternalSettings.cs" />
|
121 | 120 | <Compile Include="DevSupport\DevOptionDialog.xaml.cs">
|
122 | 121 | <DependentUpon>DevOptionDialog.xaml</DependentUpon>
|
123 | 122 | </Compile>
|
124 | 123 | <Compile Include="DevSupport\DevServerHelper.cs" />
|
125 | 124 | <Compile Include="DevSupport\DevSupportManager.cs" />
|
126 |
| - <Compile Include="DevSupport\DisabledDevSupportManager.cs" /> |
127 |
| - <Compile Include="DevSupport\HMRClient.cs" /> |
128 |
| - <Compile Include="DevSupport\IReactInstanceDevCommandsHandler.cs" /> |
129 |
| - <Compile Include="DevSupport\IStackFrame.cs" /> |
130 | 125 | <Compile Include="DevSupport\ProgressDialog.xaml.cs">
|
131 | 126 | <DependentUpon>ProgressDialog.xaml</DependentUpon>
|
132 | 127 | </Compile>
|
133 | 128 | <Compile Include="DevSupport\RedBoxDialog.xaml.cs">
|
134 | 129 | <DependentUpon>RedBoxDialog.xaml</DependentUpon>
|
135 | 130 | </Compile>
|
136 | 131 | <Compile Include="DevSupport\ShakeAccelerometer.cs" />
|
137 |
| - <Compile Include="DevSupport\StackFrameExtensions.cs" /> |
138 |
| - <Compile Include="DevSupport\StackTraceHelper.cs" /> |
139 | 132 | <Compile Include="Chakra\Executor\ChakraJavaScriptExecutor.cs" />
|
140 | 133 | <Compile Include="Chakra\Executor\JTokenToJavaScriptValueConverter.cs" />
|
141 | 134 | <Compile Include="Bridge\ReactBridge.cs" />
|
142 | 135 | <Compile Include="CoreModulesPackage.cs" />
|
143 |
| - <Compile Include="DevSupport\IDevSupportManager.cs" /> |
144 | 136 | <Compile Include="DevSupport\WebSocketJavaScriptExecutor.cs" />
|
145 | 137 | <Compile Include="GlobalSuppressions.cs" />
|
146 | 138 | <Compile Include="Modules\AppState\AppStateModule.cs" />
|
147 | 139 | <Compile Include="Modules\Clipboard\ClipboardInstance.cs" />
|
148 | 140 | <Compile Include="Modules\Clipboard\ClipboardModule.cs" />
|
149 | 141 | <Compile Include="Modules\Clipboard\IClipboardInstance.cs" />
|
150 |
| - <Compile Include="Modules\Core\JavaScriptException.cs" /> |
151 | 142 | <Compile Include="Modules\Dialog\DialogModule.cs" />
|
152 | 143 | <Compile Include="Modules\Image\BitmapImageHelpers.cs" />
|
153 | 144 | <Compile Include="Modules\Image\ImageLoaderModule.cs" />
|
|
192 | 183 | <Compile Include="Modules\Core\ExceptionsManagerModule.cs" />
|
193 | 184 | <Compile Include="Modules\WebSocket\WebSocketModule.cs" />
|
194 | 185 | <Compile Include="ReactInstanceManager.cs" />
|
195 |
| - <Compile Include="Modules\Core\DeviceEventManagerModule.cs" /> |
196 |
| - <Compile Include="Modules\Core\RCTDeviceEventEmitter.cs" /> |
197 |
| - <Compile Include="Modules\Core\RCTNativeAppEventEmitter.cs" /> |
198 | 186 | <Compile Include="IReactPackage.cs" />
|
199 | 187 | <Compile Include="Shell\MainReactPackage.cs" />
|
200 | 188 | <Compile Include="Touch\JavaScriptResponderHandler.cs" />
|
|
0 commit comments