-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathMsieJavaScriptEngine.slnx
More file actions
56 lines (56 loc) · 2.76 KB
/
MsieJavaScriptEngine.slnx
File metadata and controls
56 lines (56 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="build-js.cmd" />
<File Path="CHANGELOG.md" />
<File Path="global.json" />
<File Path="LICENSE.txt" />
<File Path="README.md" />
<File Path="run-tests.cmd" />
</Folder>
<Folder Name="/build/">
<File Path="build/common.props" />
<File Path="build/Key.snk" />
<File Path="build/net40-client-target.props" />
<File Path="build/strong-name-signing.props" />
</Folder>
<Folder Name="/Licenses/">
<File Path="Licenses/chakra-host-license.txt" />
<File Path="Licenses/cross-browser-split-license.txt" />
<File Path="Licenses/jsrt-dotnet-license.txt" />
<File Path="Licenses/sass-and-coffee-license.txt" />
<File Path="Licenses/uglify-js-license.txt" />
</Folder>
<Folder Name="/src/">
<Project Path="src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/MsieJavaScriptEngine.Benchmarks/MsieJavaScriptEngine.Benchmarks.csproj" />
<Project Path="test/MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
<Project Path="test/MsieJavaScriptEngine.Test.Auto/MsieJavaScriptEngine.Test.Auto.csproj" />
<Project Path="test/MsieJavaScriptEngine.Test.ChakraEdgeJsRt/MsieJavaScriptEngine.Test.ChakraEdgeJsRt.csproj" />
<Project Path="test/MsieJavaScriptEngine.Test.ChakraIeJsRt/MsieJavaScriptEngine.Test.ChakraIeJsRt.csproj" />
<Project Path="test/MsieJavaScriptEngine.Test.ChakraActiveScript/MsieJavaScriptEngine.Test.ChakraActiveScript.csproj" />
<Project Path="test/MsieJavaScriptEngine.Test.Classic/MsieJavaScriptEngine.Test.Classic.csproj" />
</Folder>
<Folder Name="/test/SharedFiles/">
<File Path="test/SharedFiles/declinationOfMinutes.js" />
<File Path="test/SharedFiles/link.txt" />
<File Path="test/SharedFiles/square.js" />
</Folder>
<Folder Name="/test/SharedFiles/recursiveEvaluation/" />
<Folder Name="/test/SharedFiles/recursiveEvaluation/noError/">
<File Path="test/SharedFiles/recursiveEvaluation/noError/index.js" />
<File Path="test/SharedFiles/recursiveEvaluation/noError/math.js" />
</Folder>
<Folder Name="/test/SharedFiles/recursiveEvaluation/runtimeError/">
<File Path="test/SharedFiles/recursiveEvaluation/runtimeError/index.js" />
<File Path="test/SharedFiles/recursiveEvaluation/runtimeError/math.js" />
</Folder>
<Folder Name="/test/SharedFiles/recursiveExecution/" />
<Folder Name="/test/SharedFiles/recursiveExecution/noError/">
<File Path="test/SharedFiles/recursiveExecution/noError/firstFile.js" />
<File Path="test/SharedFiles/recursiveExecution/noError/mainFile.js" />
<File Path="test/SharedFiles/recursiveExecution/noError/secondFile.js" />
</Folder>
</Solution>