-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIegTools.Sequencer.sln
47 lines (47 loc) · 2.32 KB
/
IegTools.Sequencer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IegTools.Sequencer", "src\IegTools.Sequencer\IegTools.Sequencer.csproj", "{3E9A3114-7972-4222-9A18-F57A60B499F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AFD2E78-CDEE-4041-905A-1A1F7D96BA84}"
ProjectSection(SolutionItems) = preProject
HelpfulInfos.md = HelpfulInfos.md
LICENSE.txt = LICENSE.txt
README.md = README.md
NuGet_Commands.txt = NuGet_Commands.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests.Sequencer", "tests\UnitTests.Sequencer\UnitTests.Sequencer.csproj", "{DC3A838F-D3F6-49C3-AA09-4C948641F296}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{E7BE9CF3-F6A8-4745-82C2-08DEF278514E}"
ProjectSection(SolutionItems) = preProject
src\Ieg.Sequencer\Images\icon.png = src\Ieg.Sequencer\Images\icon.png
src\Ieg.Sequencer\Images\icon2.png = src\Ieg.Sequencer\Images\icon2.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E9A3114-7972-4222-9A18-F57A60B499F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E9A3114-7972-4222-9A18-F57A60B499F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E9A3114-7972-4222-9A18-F57A60B499F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E9A3114-7972-4222-9A18-F57A60B499F0}.Release|Any CPU.Build.0 = Release|Any CPU
{DC3A838F-D3F6-49C3-AA09-4C948641F296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC3A838F-D3F6-49C3-AA09-4C948641F296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC3A838F-D3F6-49C3-AA09-4C948641F296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC3A838F-D3F6-49C3-AA09-4C948641F296}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9810494A-DC86-4C2D-B433-97A0FEA747E7}
EndGlobalSection
EndGlobal