-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathJoinerSplitter.sln
33 lines (33 loc) · 1.65 KB
/
JoinerSplitter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JoinerSplitter", "JoinerSplitter\JoinerSplitter.csproj", "{6E79E0C5-0DC1-4764-92D6-23E582F0D5C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E57FF0F0-6BEC-4B79-88BC-9E30BD3D29B6}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "JoinerSplitterSetup", "JoinerSplitterSetup\JoinerSplitterSetup.vdproj", "{B78252C7-DE5E-4A03-9D38-547783736D53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E79E0C5-0DC1-4764-92D6-23E582F0D5C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E79E0C5-0DC1-4764-92D6-23E582F0D5C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E79E0C5-0DC1-4764-92D6-23E582F0D5C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E79E0C5-0DC1-4764-92D6-23E582F0D5C5}.Release|Any CPU.Build.0 = Release|Any CPU
{B78252C7-DE5E-4A03-9D38-547783736D53}.Debug|Any CPU.ActiveCfg = Debug
{B78252C7-DE5E-4A03-9D38-547783736D53}.Debug|Any CPU.Build.0 = Debug
{B78252C7-DE5E-4A03-9D38-547783736D53}.Release|Any CPU.ActiveCfg = Release
{B78252C7-DE5E-4A03-9D38-547783736D53}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal