-
Notifications
You must be signed in to change notification settings - Fork 105
/
YouTrackSharp.sln
50 lines (49 loc) · 2.63 KB
/
YouTrackSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YouTrackSharp", "src\YouTrackSharp\YouTrackSharp.csproj", "{DB576D3A-7CCE-4B4D-8CBF-9090B1573DE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YouTrackSharp.Tests", "tests\YouTrackSharp.Tests\YouTrackSharp.Tests.csproj", "{854897F4-93D5-4A38-9B7F-B4E5063EA5F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{05F1283A-BBF6-4E24-9DBE-A524AC28EF63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AFD08188-88DE-4FCF-BB47-95923037CF58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{CB1F4239-E5A2-4998-9479-5D9F8293D200}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
LICENSE.txt = LICENSE.txt
package_icon.png = package_icon.png
README.md = README.md
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_build", "build\_build.csproj", "{991265FB-840B-47A6-882F-EF0FA919A31D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB576D3A-7CCE-4B4D-8CBF-9090B1573DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB576D3A-7CCE-4B4D-8CBF-9090B1573DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB576D3A-7CCE-4B4D-8CBF-9090B1573DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB576D3A-7CCE-4B4D-8CBF-9090B1573DE1}.Release|Any CPU.Build.0 = Release|Any CPU
{854897F4-93D5-4A38-9B7F-B4E5063EA5F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{854897F4-93D5-4A38-9B7F-B4E5063EA5F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{854897F4-93D5-4A38-9B7F-B4E5063EA5F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{854897F4-93D5-4A38-9B7F-B4E5063EA5F9}.Release|Any CPU.Build.0 = Release|Any CPU
{991265FB-840B-47A6-882F-EF0FA919A31D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{991265FB-840B-47A6-882F-EF0FA919A31D}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DB576D3A-7CCE-4B4D-8CBF-9090B1573DE1} = {05F1283A-BBF6-4E24-9DBE-A524AC28EF63}
{854897F4-93D5-4A38-9B7F-B4E5063EA5F9} = {AFD08188-88DE-4FCF-BB47-95923037CF58}
{991265FB-840B-47A6-882F-EF0FA919A31D} = {CB1F4239-E5A2-4998-9479-5D9F8293D200}
EndGlobalSection
EndGlobal