forked from Caraxi/ItemSearchPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathItemSearch2.sln
37 lines (37 loc) · 1.58 KB
/
ItemSearch2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItemSearch2", "ItemSearch2\ItemSearch2.csproj", "{D61078C2-CA1E-4CFF-96FB-37D9243D795D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8948C02A-914E-4A51-B1FE-2C608492EBF5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Actions", "Github Actions", "{D3F73229-7C85-4017-B8C9-B7668022A4F0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D61078C2-CA1E-4CFF-96FB-37D9243D795D}.Debug|x64.ActiveCfg = Debug|x64
{D61078C2-CA1E-4CFF-96FB-37D9243D795D}.Debug|x64.Build.0 = Debug|x64
{D61078C2-CA1E-4CFF-96FB-37D9243D795D}.Release|x64.ActiveCfg = Release|x64
{D61078C2-CA1E-4CFF-96FB-37D9243D795D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9D1D028-EAEE-4EA8-B426-EF7D94D1B865}
EndGlobalSection
EndGlobal