Skip to content

Commit

Permalink
fix: update examples project references
Browse files Browse the repository at this point in the history
  • Loading branch information
Eptagone committed Feb 10, 2025
1 parent 8313a33 commit 359bfdb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/ViteNET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{7CF82174-53AE-45C3-B550-E1C7738CA5AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vite.AspNetCore", "..\src\Vite.AspNetCore\Vite.AspNetCore.csproj", "{1EC9A678-7933-4A8C-BA88-BE1321D4DEEC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vite.AspNetCore", "..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj", "{1EC9A678-7933-4A8C-BA88-BE1321D4DEEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViteNET.React", "libraries\ViteNET.React\ViteNET.React.csproj", "{8140CF6C-05D6-445C-A459-5BBDB3FD32C5}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion examples/libraries/ViteNET.React/ViteNET.React.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
<ProjectReference Include="..\..\..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup>

<!-- Ensure Node environment on Build -->
Expand Down
4 changes: 2 additions & 2 deletions examples/libraries/ViteNET.Solid/ViteNET.Solid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
<ProjectReference Include="..\..\..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup>

<!-- Ensure Node environment on Build -->
Expand All @@ -40,4 +40,4 @@
<Exec Command="npm run build" />
</Target>

</Project>
</Project>
4 changes: 2 additions & 2 deletions examples/libraries/ViteNET.Tailwind/ViteNET.Tailwind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
<ProjectReference Include="..\..\..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -47,4 +47,4 @@
<!-- Build the final assets -->
<Exec Command="npm run build" />
</Target>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
<ProjectReference Include="..\..\..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/net/ViteNET.MVC/ViteNET.MVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
<ProjectReference Include="..\..\..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/net/ViteNET.RazorPages/ViteNET.RazorPages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Vite.AspNetCore\Vite.AspNetCore.csproj" />
<ProjectReference Include="..\..\..\src\library\Vite.AspNetCore\Vite.AspNetCore.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 359bfdb

Please sign in to comment.