forked from csinkers/ImGuiColorTextEditNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextEdit.Deps.sln
73 lines (73 loc) · 5.04 KB
/
TextEdit.Deps.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImGuiColorTextEditNet", "src\TextEdit\ImGuiColorTextEditNet.csproj", "{470F68F3-B89D-4BA0-A3FD-35C5F252B43C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextEdit.Demo", "src\TextEdit.Demo\TextEdit.Demo.csproj", "{2EA4B6F7-B373-40B7-8D95-A1AC001FEA38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextEdit.Tests", "src\TextEdit.Tests\TextEdit.Tests.csproj", "{65970BAE-B6B5-4F31-8652-00D34F84F398}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veldrid", "..\veldrid\src\Veldrid\Veldrid.csproj", "{E902D105-3605-4D46-9ED9-041EE9B02357}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veldrid.ImGui", "..\veldrid\src\Veldrid.ImGui\Veldrid.ImGui.csproj", "{DE2ACDA8-D5C8-4F7A-8606-314F8F6FA3CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veldrid.SDL2", "..\veldrid\src\Veldrid.SDL2\Veldrid.SDL2.csproj", "{30938A71-CB1B-42D0-97C5-0003B5EF6579}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veldrid.StartupUtilities", "..\veldrid\src\Veldrid.StartupUtilities\Veldrid.StartupUtilities.csproj", "{436A697C-4667-424E-8227-DA7EE6F9C388}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veldrid.OpenGLBindings", "..\veldrid\src\Veldrid.OpenGLBindings\Veldrid.OpenGLBindings.csproj", "{41858CE2-C15B-41BE-94D4-7A76BB78BFDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImGui.NET", "..\ImGui.NET\src\ImGui.NET\ImGui.NET.csproj", "{392B0B96-EB66-4E70-9013-0B357D8F8060}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{470F68F3-B89D-4BA0-A3FD-35C5F252B43C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{470F68F3-B89D-4BA0-A3FD-35C5F252B43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{470F68F3-B89D-4BA0-A3FD-35C5F252B43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{470F68F3-B89D-4BA0-A3FD-35C5F252B43C}.Release|Any CPU.Build.0 = Release|Any CPU
{2EA4B6F7-B373-40B7-8D95-A1AC001FEA38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EA4B6F7-B373-40B7-8D95-A1AC001FEA38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EA4B6F7-B373-40B7-8D95-A1AC001FEA38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EA4B6F7-B373-40B7-8D95-A1AC001FEA38}.Release|Any CPU.Build.0 = Release|Any CPU
{65970BAE-B6B5-4F31-8652-00D34F84F398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65970BAE-B6B5-4F31-8652-00D34F84F398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65970BAE-B6B5-4F31-8652-00D34F84F398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65970BAE-B6B5-4F31-8652-00D34F84F398}.Release|Any CPU.Build.0 = Release|Any CPU
{E902D105-3605-4D46-9ED9-041EE9B02357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E902D105-3605-4D46-9ED9-041EE9B02357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E902D105-3605-4D46-9ED9-041EE9B02357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E902D105-3605-4D46-9ED9-041EE9B02357}.Release|Any CPU.Build.0 = Release|Any CPU
{DE2ACDA8-D5C8-4F7A-8606-314F8F6FA3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE2ACDA8-D5C8-4F7A-8606-314F8F6FA3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE2ACDA8-D5C8-4F7A-8606-314F8F6FA3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE2ACDA8-D5C8-4F7A-8606-314F8F6FA3CE}.Release|Any CPU.Build.0 = Release|Any CPU
{30938A71-CB1B-42D0-97C5-0003B5EF6579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30938A71-CB1B-42D0-97C5-0003B5EF6579}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30938A71-CB1B-42D0-97C5-0003B5EF6579}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30938A71-CB1B-42D0-97C5-0003B5EF6579}.Release|Any CPU.Build.0 = Release|Any CPU
{436A697C-4667-424E-8227-DA7EE6F9C388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{436A697C-4667-424E-8227-DA7EE6F9C388}.Debug|Any CPU.Build.0 = Debug|Any CPU
{436A697C-4667-424E-8227-DA7EE6F9C388}.Release|Any CPU.ActiveCfg = Release|Any CPU
{436A697C-4667-424E-8227-DA7EE6F9C388}.Release|Any CPU.Build.0 = Release|Any CPU
{41858CE2-C15B-41BE-94D4-7A76BB78BFDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41858CE2-C15B-41BE-94D4-7A76BB78BFDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41858CE2-C15B-41BE-94D4-7A76BB78BFDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41858CE2-C15B-41BE-94D4-7A76BB78BFDC}.Release|Any CPU.Build.0 = Release|Any CPU
{392B0B96-EB66-4E70-9013-0B357D8F8060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{392B0B96-EB66-4E70-9013-0B357D8F8060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{392B0B96-EB66-4E70-9013-0B357D8F8060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{392B0B96-EB66-4E70-9013-0B357D8F8060}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3B39D4A-55A9-4F1D-A44E-6BC49D68CCD8}
EndGlobalSection
EndGlobal