-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenRouterWidget.sln
More file actions
51 lines (51 loc) · 2.93 KB
/
Copy pathOpenRouterWidget.sln
File metadata and controls
51 lines (51 loc) · 2.93 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11312.210
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenRouterWidget", "src\OpenRouterWidget\OpenRouterWidget.csproj", "{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenRouterWidget.Tests", "tests\OpenRouterWidget.Tests\OpenRouterWidget.Tests.csproj", "{1213A245-B158-48EA-99C5-BF70921A762A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Debug|x64.ActiveCfg = Debug|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Debug|x64.Build.0 = Debug|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Debug|x86.Build.0 = Debug|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Release|Any CPU.Build.0 = Release|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Release|x64.ActiveCfg = Release|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Release|x64.Build.0 = Release|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Release|x86.ActiveCfg = Release|Any CPU
{3DE4FD0C-36EB-9EFF-B64B-99EA908F8BAE}.Release|x86.Build.0 = Release|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Debug|x64.ActiveCfg = Debug|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Debug|x64.Build.0 = Debug|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Debug|x86.ActiveCfg = Debug|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Debug|x86.Build.0 = Debug|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Release|Any CPU.Build.0 = Release|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Release|x64.ActiveCfg = Release|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Release|x64.Build.0 = Release|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Release|x86.ActiveCfg = Release|Any CPU
{1213A245-B158-48EA-99C5-BF70921A762A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE2008BF-25AD-4DBE-8222-D66AF3B4CD39}
EndGlobalSection
EndGlobal