|
76 | 76 | <Compile Include="ScriptUsageAttribute.cs" /> |
77 | 77 | <Compile Include="Util\IScriptMarshalWrapper.cs" /> |
78 | 78 | <Compile Include="Util\MemberHelpers.cs" /> |
| 79 | + <Compile Include="V8\V8RuntimeHeapInfo.cs" /> |
| 80 | + <Compile Include="V8\V8Script.cs" /> |
| 81 | + <Compile Include="V8\V8IsolateProxy.cs" /> |
| 82 | + <Compile Include="V8\V8Proxy.cs" /> |
| 83 | + <Compile Include="V8\V8RuntimeConstraints.cs" /> |
| 84 | + <Compile Include="V8\V8Runtime.cs" /> |
| 85 | + <Compile Include="V8\V8RuntimeFlags.cs" /> |
79 | 86 | <Compile Include="Windows\WindowsScriptEngineFlags.cs" /> |
80 | 87 | <Compile Include="Util\IDynamic.cs" /> |
81 | 88 | <Compile Include="Util\SpecialMemberNames.cs" /> |
|
111 | 118 | <Compile Include="HostItem.cs" /> |
112 | 119 | <Compile Include="HostVariable.cs" /> |
113 | 120 | <Compile Include="Windows\JScriptEngine.cs" /> |
| 121 | + <None Include="Exports\CallbackManager.tt"> |
| 122 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 123 | + <LastGenOutput>CallbackManager.h</LastGenOutput> |
| 124 | + </None> |
114 | 125 | <None Include="Properties\AssemblyInfo.tt"> |
115 | 126 | <Generator>TextTemplatingFileGenerator</Generator> |
116 | 127 | <LastGenOutput>AssemblyInfo.cs</LastGenOutput> |
|
132 | 143 | <Compile Include="Util\ConcurrentWeakSet.cs" /> |
133 | 144 | <Compile Include="Windows\VBScriptEngine.cs" /> |
134 | 145 | <Compile Include="V8\IV8Object.cs" /> |
135 | | - <Compile Include="V8\V8Proxy.cs" /> |
| 146 | + <Compile Include="V8\V8ContextProxy.cs" /> |
136 | 147 | <Compile Include="V8\V8ProxyHelpers.cs" /> |
137 | 148 | <Compile Include="V8\V8ScriptEngine.cs" /> |
138 | 149 | <Compile Include="V8\V8ScriptItem.cs" /> |
|
142 | 153 | <Generator>TextTemplatingFileGenerator</Generator> |
143 | 154 | <LastGenOutput>DelegateFactory.Generated.cs</LastGenOutput> |
144 | 155 | </None> |
145 | | - <None Include="VersionSymbols.tt"> |
| 156 | + <None Include="Exports\VersionSymbols.tt"> |
146 | 157 | <Generator>TextTemplatingFileGenerator</Generator> |
147 | 158 | <LastGenOutput>VersionSymbols.h</LastGenOutput> |
148 | 159 | </None> |
|
151 | 162 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
152 | 163 | </ItemGroup> |
153 | 164 | <ItemGroup> |
154 | | - <Content Include="VersionSymbols.h"> |
| 165 | + <Content Include="Exports\CallbackManager.h"> |
| 166 | + <AutoGen>True</AutoGen> |
| 167 | + <DesignTime>True</DesignTime> |
| 168 | + <DependentUpon>CallbackManager.tt</DependentUpon> |
| 169 | + </Content> |
| 170 | + <Content Include="Exports\VersionSymbols.h"> |
155 | 171 | <AutoGen>True</AutoGen> |
156 | 172 | <DesignTime>True</DesignTime> |
157 | 173 | <DependentUpon>VersionSymbols.tt</DependentUpon> |
|
0 commit comments