Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAuinger committed Jan 26, 2021
1 parent 6f8d9fc commit 8026eb7
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<!--<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />-->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Weingartner.Json.Migration.Roslyn_\Weingartner.Json.Migration.Roslyn.csproj" />
<ProjectReference Include="..\Weingartner.Json.Migration.Roslyn\Weingartner.Json.Migration.Roslyn.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Weingartner.Json.Migration.Roslyn_\Weingartner.Json.Migration.Roslyn.csproj">
<ProjectReference Include="..\Weingartner.Json.Migration.Roslyn\Weingartner.Json.Migration.Roslyn.csproj">
<Project>{630bac68-a278-4bce-abf1-6c864b141aa0}</Project>
<Name>Weingartner.Json.Migration.Roslyn</Name>
</ProjectReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<!--<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />-->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Weingartner.Json.Migration_\Weingartner.Json.Migration.csproj" />
<ProjectReference Include="..\Weingartner.Json.Migration\Weingartner.Json.Migration.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Weingartner.Json.Migration.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Weingartner.Json.Migration.Roslyn_Vsix.Vsix", "Weingartner.Json.Migration.Roslyn.Vsix\Weingartner.Json.Migration.Roslyn_Vsix.Vsix.csproj", "{CD62CCCF-6F3C-43BF-BAEC-226012EA651E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weingartner.Json.Migration", "Weingartner.Json.Migration_\Weingartner.Json.Migration.csproj", "{567ECD20-EB97-4A30-A5B2-0889D1609491}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weingartner.Json.Migration", "Weingartner.Json.Migration\Weingartner.Json.Migration.csproj", "{567ECD20-EB97-4A30-A5B2-0889D1609491}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weingartner.Json.Migration.Roslyn", "Weingartner.Json.Migration.Roslyn_\Weingartner.Json.Migration.Roslyn.csproj", "{630BAC68-A278-4BCE-ABF1-6C864B141AA0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weingartner.Json.Migration.Roslyn", "Weingartner.Json.Migration.Roslyn\Weingartner.Json.Migration.Roslyn.csproj", "{630BAC68-A278-4BCE-ABF1-6C864B141AA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F53CBCC1-FBB0-462C-8935-0B853362A8AD}"
ProjectSection(SolutionItems) = preProject
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let nugetVersion = if buildVersion = "LocalBuild" then ( environVarOrFail "GitVe

Target "NugetMigration" (fun()->

let buildDir = "Weingartner.Json.Migration_" @@ buildOutputPath
let buildDir = "Weingartner.Json.Migration" @@ buildOutputPath

NuGet (fun p ->
{p with
Expand All @@ -72,7 +72,7 @@ Target "NugetMigration" (fun()->

Target "NugetAnalyzer" (fun()->

let buildDir = "Weingartner.Json.Migration.Roslyn_" @@ buildOutputPath
let buildDir = "Weingartner.Json.Migration.Roslyn" @@ buildOutputPath

NuGet (fun p ->
{p with
Expand Down

0 comments on commit 8026eb7

Please sign in to comment.