Skip to content

Commit 99d7035

Browse files
Consolidate
1 parent 26ace3d commit 99d7035

14 files changed

Lines changed: 2 additions & 43 deletions

CodeConverter.sln

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.0.11205.157 d18.0
4+
VisualStudioVersion = 18.0.11205.157
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeConverter", "CodeConverter\CodeConverter.csproj", "{7EA075C6-6406-445C-AB77-6C47AFF88D58}"
77
EndProject
@@ -28,8 +28,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CommandLine", "CommandLine"
2828
EndProject
2929
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeConv", "CommandLine\CodeConv\CodeConv.csproj", "{160F0B34-0F6F-4532-8D7B-39064956364D}"
3030
EndProject
31-
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CodeConv.Shared", "CommandLine\CodeConv.Shared\CodeConv.Shared.shproj", "{D3A957FF-DAFC-4265-9AE2-D94F6473411A}"
32-
EndProject
3331
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Func", "Func\Func.csproj", "{4A2AA3A2-7C6D-4429-AFA9-B9AFD9AAD877}"
3432
EndProject
3533
Global
@@ -68,13 +66,11 @@ Global
6866
EndGlobalSection
6967
GlobalSection(NestedProjects) = preSolution
7068
{160F0B34-0F6F-4532-8D7B-39064956364D} = {926D43FE-D6AE-45E7-A933-8A0F866E7876}
71-
{D3A957FF-DAFC-4265-9AE2-D94F6473411A} = {926D43FE-D6AE-45E7-A933-8A0F866E7876}
7269
EndGlobalSection
7370
GlobalSection(ExtensibilityGlobals) = postSolution
7471
SolutionGuid = {B87DD8E0-BF04-46F6-A98F-76F93AFD2988}
7572
EndGlobalSection
7673
GlobalSection(SharedMSBuildProjectFiles) = preSolution
7774
CommandLine\CodeConv.Shared\CodeConv.Shared.projitems*{160f0b34-0f6f-4532-8d7b-39064956364d}*SharedItemsImports = 5
78-
CommandLine\CodeConv.Shared\CodeConv.Shared.projitems*{d3a957ff-dafc-4265-9ae2-d94f6473411a}*SharedItemsImports = 13
7975
EndGlobalSection
8076
EndGlobal

CommandLine/CodeConv.Shared/CodeConv.Shared.projitems

Lines changed: 0 additions & 21 deletions
This file was deleted.

CommandLine/CodeConv.Shared/CodeConv.Shared.shproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

CommandLine/CodeConv/CodeConv.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
<ItemGroup>
2929
<None Include="CodeConvNuGetPackageIcon.png" Pack="true" PackagePath="" />
30-
<None Include="$(SolutionDir)CommandLine\CodeConv.NetFramework\bin\$(Configuration)\**" LinkBase="..\NetFramework" PackagePath="tools\NetFramework" Pack="true" />
3130
</ItemGroup>
3231

3332
<ItemGroup>
@@ -45,6 +44,4 @@
4544
<ItemGroup>
4645
<ProjectReference Include="..\..\CodeConverter\CodeConverter.csproj" />
4746
</ItemGroup>
48-
49-
<Import Project="..\CodeConv.Shared\CodeConv.Shared.projitems" Label="Shared" />
5047
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

CommandLine/CodeConv.Shared/Util/DirectoryInfoExtensions.cs renamed to CommandLine/CodeConv/Util/DirectoryInfoExtensions.cs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)