-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathRed Ink.sln
More file actions
107 lines (107 loc) · 7.24 KB
/
Red Ink.sln
File metadata and controls
107 lines (107 loc) · 7.24 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SharedLibrary", "SharedLibrary\SharedLibrary.vbproj", "{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Red Ink for Word", "Red Ink for Word\Red Ink for Word.vbproj", "{78C8EDF7-8504-4E46-AACA-C9099800605A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Red Ink for Excel", "Red Ink for Excel\Red Ink for Excel.vbproj", "{3B6621E2-218B-4807-A9E6-F241124D8287}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Red Ink for Outlook", "Red Ink for Outlook\Red Ink for Outlook.vbproj", "{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "Red Ink Browser Extension", "Red_Ink_Browser_Extension\Red Ink Browser Extension.esproj", "{754534D6-E816-4476-8CF6-4FE5F6E868FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation and more", "Documentation and more", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
Documentation and more\allmodels.ini = Documentation and more\allmodels.ini
Documentation and more\API config samples for redink.ini = Documentation and more\API config samples for redink.ini
Documentation and more\extractorlib.txt = Documentation and more\extractorlib.txt
Documentation and more\license.txt = Documentation and more\license.txt
Documentation and more\personalib.txt = Documentation and more\personalib.txt
Documentation and more\personaliblocal.txt = Documentation and more\personaliblocal.txt
Documentation and more\promptlib-transcript.txt = Documentation and more\promptlib-transcript.txt
Documentation and more\promptlib.txt = Documentation and more\promptlib.txt
Documentation and more\redactionlib.txt = Documentation and more\redactionlib.txt
Documentation and more\redink-ag-bger.json = Documentation and more\redink-ag-bger.json
Documentation and more\redink-dc-AI_Act.txt = Documentation and more\redink-dc-AI_Act.txt
Documentation and more\redink-dc-DPA.txt = Documentation and more\redink-dc-DPA.txt
Documentation and more\redink-defaultconfig.ini = Documentation and more\redink-defaultconfig.ini
Documentation and more\redink-lib-samplecorp.txt = Documentation and more\redink-lib-samplecorp.txt
Documentation and more\redink.ini = Documentation and more\redink.ini
Documentation and more\Red_Ink_Anleitung.pdf = Documentation and more\Red_Ink_Anleitung.pdf
Documentation and more\Red_Ink_Guide.pdf = Documentation and more\Red_Ink_Guide.pdf
Documentation and more\Red_Ink_Guide.txt = Documentation and more\Red_Ink_Guide.txt
Documentation and more\Red_Ink_Kurzanleitung.pdf = Documentation and more\Red_Ink_Kurzanleitung.pdf
Documentation and more\Red_Ink_Quick_Reference.pdf = Documentation and more\Red_Ink_Quick_Reference.pdf
Documentation and more\Red_Ink_UseCases.pdf = Documentation and more\Red_Ink_UseCases.pdf
Documentation and more\renamelib.txt = Documentation and more\renamelib.txt
Documentation and more\specialservices.ini = Documentation and more\specialservices.ini
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
license.txt = license.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Debug|x64.ActiveCfg = Debug|x64
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Debug|x64.Build.0 = Debug|x64
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Release|Any CPU.Build.0 = Release|Any CPU
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Release|x64.ActiveCfg = Release|x64
{26AD9D75-3B7F-4E7E-AFBD-108D2D343538}.Release|x64.Build.0 = Release|x64
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Debug|x64.ActiveCfg = Debug|x64
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Debug|x64.Build.0 = Debug|x64
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Release|Any CPU.Build.0 = Release|Any CPU
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Release|x64.ActiveCfg = Release|x64
{78C8EDF7-8504-4E46-AACA-C9099800605A}.Release|x64.Build.0 = Release|x64
{3B6621E2-218B-4807-A9E6-F241124D8287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B6621E2-218B-4807-A9E6-F241124D8287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B6621E2-218B-4807-A9E6-F241124D8287}.Debug|x64.ActiveCfg = Debug|x64
{3B6621E2-218B-4807-A9E6-F241124D8287}.Debug|x64.Build.0 = Debug|x64
{3B6621E2-218B-4807-A9E6-F241124D8287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B6621E2-218B-4807-A9E6-F241124D8287}.Release|Any CPU.Build.0 = Release|Any CPU
{3B6621E2-218B-4807-A9E6-F241124D8287}.Release|x64.ActiveCfg = Release|x64
{3B6621E2-218B-4807-A9E6-F241124D8287}.Release|x64.Build.0 = Release|x64
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Debug|x64.ActiveCfg = Debug|x64
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Debug|x64.Build.0 = Debug|x64
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Release|Any CPU.Build.0 = Release|Any CPU
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Release|x64.ActiveCfg = Release|x64
{113F0BEC-AA7D-497D-906A-2BC3E8FEF889}.Release|x64.Build.0 = Release|x64
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Debug|x64.ActiveCfg = Debug|x64
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Debug|x64.Build.0 = Debug|x64
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Debug|x64.Deploy.0 = Debug|x64
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Release|Any CPU.Build.0 = Release|Any CPU
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Release|Any CPU.Deploy.0 = Release|Any CPU
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Release|x64.ActiveCfg = Release|x64
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Release|x64.Build.0 = Release|x64
{754534D6-E816-4476-8CF6-4FE5F6E868FD}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {524F12F5-904D-497F-AE96-205E3EDE2944}
EndGlobalSection
EndGlobal