|
50 | 50 | <SpecificVersion>False</SpecificVersion> |
51 | 51 | <HintPath>..\packages\JavaScriptEngineSwitcher.Core.1.1.3\lib\net40\JavaScriptEngineSwitcher.Core.dll</HintPath> |
52 | 52 | </Reference> |
| 53 | + <Reference Include="JavaScriptEngineSwitcher.Jint, Version=1.1.5.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
| 54 | + <SpecificVersion>False</SpecificVersion> |
| 55 | + <HintPath>..\packages\JavaScriptEngineSwitcher.Jint.1.1.5\lib\net40\JavaScriptEngineSwitcher.Jint.dll</HintPath> |
| 56 | + </Reference> |
53 | 57 | <Reference Include="JavaScriptEngineSwitcher.Msie, Version=1.1.4.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL"> |
54 | 58 | <SpecificVersion>False</SpecificVersion> |
55 | 59 | <HintPath>..\packages\JavaScriptEngineSwitcher.Msie.1.1.4\lib\net40\JavaScriptEngineSwitcher.Msie.dll</HintPath> |
56 | 60 | </Reference> |
| 61 | + <Reference Include="Jint, Version=2.1.0.0, Culture=neutral, PublicKeyToken=2e92ba9c8d81157f, processorArchitecture=MSIL"> |
| 62 | + <SpecificVersion>False</SpecificVersion> |
| 63 | + <HintPath>..\packages\JavaScriptEngineSwitcher.Jint.1.1.5\lib\net40\Jint.dll</HintPath> |
| 64 | + </Reference> |
57 | 65 | <Reference Include="MsieJavaScriptEngine, Version=1.4.2.0, Culture=neutral, PublicKeyToken=a3a2846a37ac0d3e, processorArchitecture=MSIL"> |
58 | 66 | <SpecificVersion>False</SpecificVersion> |
59 | 67 | <HintPath>..\packages\MsieJavaScriptEngine.1.4.2\lib\net40\MsieJavaScriptEngine.dll</HintPath> |
|
75 | 83 | <Link>Properties\SharedAssemblyVersionInfo.cs</Link> |
76 | 84 | </Compile> |
77 | 85 | <Compile Include="AssemblyRegistration.cs" /> |
| 86 | + <Compile Include="Exceptions\JsxUnsupportedEngineException.cs" /> |
78 | 87 | <Compile Include="Exceptions\ReactConfigurationException.cs" /> |
79 | 88 | <Compile Include="Exceptions\ReactException.cs" /> |
80 | 89 | <Compile Include="Exceptions\ReactInvalidComponentException.cs" /> |
|
89 | 98 | <Compile Include="IReactEnvironment.cs" /> |
90 | 99 | <Compile Include="IReactSiteConfiguration.cs" /> |
91 | 100 | <Compile Include="Exceptions\JsxException.cs" /> |
| 101 | + <Compile Include="JavaScriptEngineExtensions.cs" /> |
92 | 102 | <Compile Include="JavaScriptEngineFactory.cs" /> |
93 | 103 | <Compile Include="JsxTransformer.cs" /> |
94 | 104 | <Compile Include="NullCache.cs" /> |
|
0 commit comments