forked from neil-gilbert/Tagify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTagify.sln
More file actions
35 lines (35 loc) · 2.05 KB
/
Copy pathTagify.sln
File metadata and controls
35 lines (35 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tagify", "src\Tagify\Tagify.csproj", "{63AF536F-CC45-4076-B363-B9445918DE70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tagify.Tests", "test\Tagify.Tests.csproj", "{E96A29DA-173B-498F-BC4B-29B3822AA4BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tagify.Generator", "src\Tagify.Generator\Tagify.Generator.csproj", "{D6302341-EA42-4DD4-8D59-4441034F8466}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{0EA6E7D6-8CC8-4300-853E-F1877294233F}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
icon.png = icon.png
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63AF536F-CC45-4076-B363-B9445918DE70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63AF536F-CC45-4076-B363-B9445918DE70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63AF536F-CC45-4076-B363-B9445918DE70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63AF536F-CC45-4076-B363-B9445918DE70}.Release|Any CPU.Build.0 = Release|Any CPU
{E96A29DA-173B-498F-BC4B-29B3822AA4BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96A29DA-173B-498F-BC4B-29B3822AA4BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96A29DA-173B-498F-BC4B-29B3822AA4BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96A29DA-173B-498F-BC4B-29B3822AA4BE}.Release|Any CPU.Build.0 = Release|Any CPU
{D6302341-EA42-4DD4-8D59-4441034F8466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6302341-EA42-4DD4-8D59-4441034F8466}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6302341-EA42-4DD4-8D59-4441034F8466}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6302341-EA42-4DD4-8D59-4441034F8466}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal