Skip to content

Commit

Permalink
Fix folder structure to match project names
Browse files Browse the repository at this point in the history
  • Loading branch information
markboyall committed Apr 19, 2020
1 parent ad7e9db commit 0910412
Show file tree
Hide file tree
Showing 61 changed files with 14 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<ProjectReference Include="..\Lexer\Wide.Lex.csproj" />
<ProjectReference Include="..\Wide.Lex\Wide.Lex.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Lexer/Wide.Lex.csproj → Wide.Lex/Wide.Lex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<ProjectReference Include="..\Util\Wide.Util.csproj" />
<ProjectReference Include="..\Wide.Util\Wide.Util.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<ProjectReference Include="..\Util\Wide.Util.csproj" />
<ProjectReference Include="..\Lexer\Wide.Lex.csproj" />
<ProjectReference Include="..\Parsing\Wide.Parse.csproj" />
<ProjectReference Include="..\Wide.Util\Wide.Util.csproj" />
<ProjectReference Include="..\Wide.Lex\Wide.Lex.csproj" />
<ProjectReference Include="..\Wide.Parse\Wide.Parse.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Parsing/Wide.Parse.csproj → Wide.Parse/Wide.Parse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<ProjectReference Include="..\Util\Wide.Util.csproj" />
<ProjectReference Include="..\Lexer\Wide.Lex.csproj" />
<ProjectReference Include="..\Wide.Util\Wide.Util.csproj" />
<ProjectReference Include="..\Wide.Lex\Wide.Lex.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<ProjectReference Include="..\Util\Wide.Util.csproj" />
<ProjectReference Include="..\Wide.Util\Wide.Util.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions Wide.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Lex", "Lexer\Wide.Lex.csproj", "{433859BC-1EAD-4F02-B81A-4E80A5159E7F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Lex", "Wide.Lex\Wide.Lex.csproj", "{433859BC-1EAD-4F02-B81A-4E80A5159E7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Lex.Tests", "LexerTest\Wide.Lex.Tests.csproj", "{9A210330-B34C-470F-8818-1282973009DB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Lex.Tests", "Wide.Lex.Tests\Wide.Lex.Tests.csproj", "{9A210330-B34C-470F-8818-1282973009DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Parse", "Parsing\Wide.Parse.csproj", "{DA20BBD7-7C96-49AC-B3BF-5E273B48996A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Parse", "Wide.Parse\Wide.Parse.csproj", "{DA20BBD7-7C96-49AC-B3BF-5E273B48996A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Parse.Tests", "ParsingTest\Wide.Parse.Tests.csproj", "{861776C2-AE82-4230-8B62-5FCDF6BA1E1C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Parse.Tests", "Wide.Parse.Tests\Wide.Parse.Tests.csproj", "{861776C2-AE82-4230-8B62-5FCDF6BA1E1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Util", "Util\Wide.Util.csproj", "{3AA9A56B-6273-41FF-B32D-B9F7AF5A67BF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Util", "Wide.Util\Wide.Util.csproj", "{3AA9A56B-6273-41FF-B32D-B9F7AF5A67BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Util.Tests", "UtilTests\Wide.Util.Tests.csproj", "{2506576F-6B24-4C26-89B2-9B7D6C0FDF8F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wide.Util.Tests", "Wide.Util.Tests\Wide.Util.Tests.csproj", "{2506576F-6B24-4C26-89B2-9B7D6C0FDF8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 0910412

Please sign in to comment.