|
11 | 11 | <AssemblyName>MsieJavaScriptEngine</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | | - <TargetFrameworkProfile /> |
| 14 | + <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
15 | 15 | </PropertyGroup> |
16 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 17 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
66 | 66 | <Compile Include="Helpers\JsErrorHelpers.cs" /> |
67 | 67 | <Compile Include="Helpers\ValidationHelpers.cs" /> |
68 | 68 | <Compile Include="IInnerJsEngine.cs" /> |
| 69 | + <Compile Include="Utilities\SimplisticJsSerializer.cs" /> |
69 | 70 | <Compile Include="JsException.cs" /> |
70 | 71 | <Compile Include="JsRuntimeException.cs" /> |
71 | 72 | <Compile Include="JsEngineLoadException.cs" /> |
|
93 | 94 | <Compile Include="JsRt\JavaScriptValueType.cs" /> |
94 | 95 | <Compile Include="JsRt\ChakraJsRtJsEngine.cs" /> |
95 | 96 | <Compile Include="JsRt\Native.cs" /> |
96 | | - <Compile Include="JsTypeConverter.cs" /> |
97 | 97 | <Compile Include="MsieJsEngine.cs" /> |
98 | 98 | <Compile Include="NotSupportedTypeException.cs" /> |
99 | 99 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
107 | 107 | <DesignTime>True</DesignTime> |
108 | 108 | <DependentUpon>Strings.ru-ru.resx</DependentUpon> |
109 | 109 | </Compile> |
| 110 | + <Compile Include="Utilities\TypeConverter.cs" /> |
110 | 111 | <Compile Include="Undefined.cs" /> |
111 | 112 | <Compile Include="Utilities\StringBuilderExtensions.cs" /> |
112 | 113 | <Compile Include="Utilities\Utils.cs" /> |
113 | 114 | </ItemGroup> |
114 | 115 | <ItemGroup> |
115 | 116 | <Reference Include="System" /> |
116 | | - <Reference Include="System.Web.Extensions" /> |
117 | 117 | <Reference Include="WindowsBase" /> |
118 | 118 | </ItemGroup> |
119 | 119 | <ItemGroup> |
|
0 commit comments