Skip to content

Commit

Permalink
rename folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Коковин Алексей Николаевич committed May 4, 2019
1 parent f2b1c29 commit 63bf304
Show file tree
Hide file tree
Showing 62 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\BlocklyForHouseTransformer\BlocklyForHouse.Transform.csproj" />
<ProjectReference Include="..\BlocklyForHouse.Transform\BlocklyForHouse.Transform.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BlocklyForHouseTransformer\BlocklyForHouse.Transform.csproj" />
<ProjectReference Include="..\BlocklyForHouse.Transform\BlocklyForHouse.Transform.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
22 changes: 11 additions & 11 deletions BlocklyForHouseTransformer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlocklyForHouse.Transform.CLI", "ConsoleClient\BlocklyForHouse.Transform.CLI.csproj", "{92CEF98B-BCFE-4D2C-BC4A-08E8E78AC65A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlocklyForHouse.Transform.Tests", "BlocklyForHouse.Transform.Tests\BlocklyForHouse.Transform.Tests.csproj", "{67F3C9CB-7538-4AEA-9DAB-9B6C355BBBDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlocklyForHouse.Transform", "BlocklyForHouseTransformer\BlocklyForHouse.Transform.csproj", "{76004853-9349-4BA6-86E8-74A37D90885F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlocklyForHouse.Transform", "BlocklyForHouse.Transform\BlocklyForHouse.Transform.csproj", "{38CFA7E7-CC8B-4E30-A7F5-17E483213698}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlocklyForHouse.Transform.Tests", "BlocklyForHouse.Transform.Tests\BlocklyForHouse.Transform.Tests.csproj", "{67F3C9CB-7538-4AEA-9DAB-9B6C355BBBDF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlocklyForHouse.Transform.CLI", "BlocklyForHouse.Transform.CLI\BlocklyForHouse.Transform.CLI.csproj", "{1E1924F2-7D3A-4F2D-88B8-4A54B4236BD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92CEF98B-BCFE-4D2C-BC4A-08E8E78AC65A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92CEF98B-BCFE-4D2C-BC4A-08E8E78AC65A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92CEF98B-BCFE-4D2C-BC4A-08E8E78AC65A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92CEF98B-BCFE-4D2C-BC4A-08E8E78AC65A}.Release|Any CPU.Build.0 = Release|Any CPU
{76004853-9349-4BA6-86E8-74A37D90885F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76004853-9349-4BA6-86E8-74A37D90885F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76004853-9349-4BA6-86E8-74A37D90885F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76004853-9349-4BA6-86E8-74A37D90885F}.Release|Any CPU.Build.0 = Release|Any CPU
{67F3C9CB-7538-4AEA-9DAB-9B6C355BBBDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F3C9CB-7538-4AEA-9DAB-9B6C355BBBDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F3C9CB-7538-4AEA-9DAB-9B6C355BBBDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F3C9CB-7538-4AEA-9DAB-9B6C355BBBDF}.Release|Any CPU.Build.0 = Release|Any CPU
{38CFA7E7-CC8B-4E30-A7F5-17E483213698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38CFA7E7-CC8B-4E30-A7F5-17E483213698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38CFA7E7-CC8B-4E30-A7F5-17E483213698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38CFA7E7-CC8B-4E30-A7F5-17E483213698}.Release|Any CPU.Build.0 = Release|Any CPU
{1E1924F2-7D3A-4F2D-88B8-4A54B4236BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E1924F2-7D3A-4F2D-88B8-4A54B4236BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E1924F2-7D3A-4F2D-88B8-4A54B4236BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E1924F2-7D3A-4F2D-88B8-4A54B4236BD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 63bf304

Please sign in to comment.