This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
forked from LBiNetherlands/LBi.Cli.Arguments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UA.Cli.Arguments.sln
40 lines (40 loc) · 2.21 KB
/
UA.Cli.Arguments.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UA.Cli.Arguments", "UA.Cli.Arguments\UA.Cli.Arguments.csproj", "{2BE05D66-7F62-4F89-876F-9A415444F9AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UA.Cli.Arguments.Test", "UA.Cli.Arguments.Test\UA.Cli.Arguments.Test.csproj", "{C5C63268-2B77-4D4C-BBBE-7DBD67A6698B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UA.CLi.Arguments.Sample", "UA.Cli.Arguments.Sample\UA.CLi.Arguments.Sample.csproj", "{66E0E7BD-6BA0-4209-9DCC-988CCBCBA76B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{FA80A0C7-FF92-4F13-8CE6-8FB658EAE3BF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
todo.txt = todo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BE05D66-7F62-4F89-876F-9A415444F9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BE05D66-7F62-4F89-876F-9A415444F9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BE05D66-7F62-4F89-876F-9A415444F9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BE05D66-7F62-4F89-876F-9A415444F9AB}.Release|Any CPU.Build.0 = Release|Any CPU
{C5C63268-2B77-4D4C-BBBE-7DBD67A6698B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5C63268-2B77-4D4C-BBBE-7DBD67A6698B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5C63268-2B77-4D4C-BBBE-7DBD67A6698B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5C63268-2B77-4D4C-BBBE-7DBD67A6698B}.Release|Any CPU.Build.0 = Release|Any CPU
{66E0E7BD-6BA0-4209-9DCC-988CCBCBA76B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66E0E7BD-6BA0-4209-9DCC-988CCBCBA76B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66E0E7BD-6BA0-4209-9DCC-988CCBCBA76B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66E0E7BD-6BA0-4209-9DCC-988CCBCBA76B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal