source: trunk/Utilities/JsObjectDispatch/JsObjectDispatch.sln @ 937

Last change on this file since 937 was 919, checked in by roman, 4 years ago

Update and VBS test

File size: 2.0 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 16
4VisualStudioVersion = 16.0.29609.76
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JsObjectDispatch", "JsObjectDispatch.vcxproj", "{AB89B722-C30F-4C4B-86F6-36092604F11F}"
7EndProject
8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JsObjectDispatchPS", "JsObjectDispatchPS.vcxproj", "{DB439DE3-1296-4349-B683-0A44B0426C9F}"
9        ProjectSection(ProjectDependencies) = postProject
10                {AB89B722-C30F-4C4B-86F6-36092604F11F} = {AB89B722-C30F-4C4B-86F6-36092604F11F}
11        EndProjectSection
12EndProject
13Global
14        GlobalSection(SolutionConfigurationPlatforms) = preSolution
15                Debug|Win32 = Debug|Win32
16                Debug|x64 = Debug|x64
17                Release|Win32 = Release|Win32
18                Release|x64 = Release|x64
19        EndGlobalSection
20        GlobalSection(ProjectConfigurationPlatforms) = postSolution
21                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Debug|Win32.ActiveCfg = Debug|Win32
22                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Debug|Win32.Build.0 = Debug|Win32
23                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Debug|x64.ActiveCfg = Debug|x64
24                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Debug|x64.Build.0 = Debug|x64
25                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Release|Win32.ActiveCfg = Release|Win32
26                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Release|Win32.Build.0 = Release|Win32
27                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Release|x64.ActiveCfg = Release|x64
28                {AB89B722-C30F-4C4B-86F6-36092604F11F}.Release|x64.Build.0 = Release|x64
29                {DB439DE3-1296-4349-B683-0A44B0426C9F}.Debug|Win32.ActiveCfg = Debug|Win32
30                {DB439DE3-1296-4349-B683-0A44B0426C9F}.Debug|x64.ActiveCfg = Debug|Win32
31                {DB439DE3-1296-4349-B683-0A44B0426C9F}.Release|Win32.ActiveCfg = Release|Win32
32                {DB439DE3-1296-4349-B683-0A44B0426C9F}.Release|x64.ActiveCfg = Release|Win32
33        EndGlobalSection
34        GlobalSection(SolutionProperties) = preSolution
35                HideSolutionNode = FALSE
36        EndGlobalSection
37        GlobalSection(ExtensibilityGlobals) = postSolution
38                SolutionGuid = {5C911B53-FB05-4391-8CBF-8578479D49E8}
39        EndGlobalSection
40EndGlobal
Note: See TracBrowser for help on using the repository browser.