forked from jakubbielawa/LineEndingsUnifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLineEndingsUnifier.sln
48 lines (48 loc) · 2.86 KB
/
LineEndingsUnifier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LineEndingsUnifier", "LineEndingsUnifier\LineEndingsUnifier.csproj", "{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "LineEndingsUnifierShared", "LineEndingsUnifierShared\LineEndingsUnifierShared.shproj", "{7C88DA04-FCF3-4D63-964B-FAC8C8E56E3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LineEndingsUnifier2022", "LineEndingsUnifier2022\LineEndingsUnifier2022.csproj", "{35B44BEE-9B93-4103-9879-DB3EAF09493A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
LineEndingsUnifierShared\LineEndingsUnifierShared.projitems*{35b44bee-9b93-4103-9879-db3eaf09493a}*SharedItemsImports = 4
LineEndingsUnifierShared\LineEndingsUnifierShared.projitems*{4afffffe-b247-463f-8c0f-a72a86332ba0}*SharedItemsImports = 4
LineEndingsUnifierShared\LineEndingsUnifierShared.projitems*{7c88da04-fcf3-4d63-964b-fac8c8e56e3d}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Debug|x86.ActiveCfg = Debug|x86
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Debug|x86.Build.0 = Debug|x86
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Release|Any CPU.Build.0 = Release|Any CPU
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Release|x86.ActiveCfg = Release|x86
{4AFFFFFE-B247-463F-8C0F-A72A86332BA0}.Release|x86.Build.0 = Release|x86
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Debug|x86.ActiveCfg = Debug|x86
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Debug|x86.Build.0 = Debug|x86
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Release|Any CPU.Build.0 = Release|Any CPU
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Release|x86.ActiveCfg = Release|x86
{35B44BEE-9B93-4103-9879-DB3EAF09493A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F368787F-5C10-4A7D-878D-DCCAF12FCE30}
EndGlobalSection
EndGlobal