-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDOpusScriptingExtensions.sln
More file actions
44 lines (44 loc) · 2.01 KB
/
DOpusScriptingExtensions.sln
File metadata and controls
44 lines (44 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOpusScriptingExtensions", "src\DOpusScriptingExtensions\DOpusScriptingExtensions.vcxproj", "{66064A37-C36F-8579-52ED-11720C4523AA}"
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Installer", "src\Installer\Installer.wixproj", "{89C28208-4EE1-444A-B3C1-FC8C41D1C7D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\main.yaml = .github\workflows\main.yaml
README.md = README.md
src\Test\test.js = src\Test\test.js
vcpkg.json = vcpkg.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66064A37-C36F-8579-52ED-11720C4523AA}.Debug|x64.ActiveCfg = Debug|x64
{66064A37-C36F-8579-52ED-11720C4523AA}.Debug|x64.Build.0 = Debug|x64
{66064A37-C36F-8579-52ED-11720C4523AA}.Release|x64.ActiveCfg = Release|x64
{66064A37-C36F-8579-52ED-11720C4523AA}.Release|x64.Build.0 = Release|x64
{89C28208-4EE1-444A-B3C1-FC8C41D1C7D5}.Debug|x64.ActiveCfg = Debug|x64
{89C28208-4EE1-444A-B3C1-FC8C41D1C7D5}.Debug|x64.Build.0 = Debug|x64
{89C28208-4EE1-444A-B3C1-FC8C41D1C7D5}.Release|x64.ActiveCfg = Release|x64
{89C28208-4EE1-444A-B3C1-FC8C41D1C7D5}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {499071BF-D9EA-44E1-9436-41474094429D}
EndGlobalSection
EndGlobal