-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathImageDataSetTagEditor.sln
35 lines (35 loc) · 1.69 KB
/
ImageDataSetTagEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3EBE6304-AB86-4AE3-969D-7C6C019EFFE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageDataSetTagEditor", "src\ImageDataSetTagEditor\ImageDataSetTagEditor.csproj", "{BE876FAB-E867-40F4-BB8F-6CFD65322FCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{85CF1610-9212-4984-A30D-7BE6645D3835}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{E7462D7B-A773-4488-B488-B3249CF23789}"
ProjectSection(SolutionItems) = preProject
Assets\overview.png = Assets\overview.png
Assets\tag-context-menu.png = Assets\tag-context-menu.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BE876FAB-E867-40F4-BB8F-6CFD65322FCD} = {3EBE6304-AB86-4AE3-969D-7C6C019EFFE6}
{E7462D7B-A773-4488-B488-B3249CF23789} = {85CF1610-9212-4984-A30D-7BE6645D3835}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE876FAB-E867-40F4-BB8F-6CFD65322FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE876FAB-E867-40F4-BB8F-6CFD65322FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE876FAB-E867-40F4-BB8F-6CFD65322FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE876FAB-E867-40F4-BB8F-6CFD65322FCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal