Skip to content

Commit

Permalink
608207: WASMNotLoaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiruthika-3470 committed Jul 4, 2024
1 parent d2e5eb4 commit 1c76bd1
Show file tree
Hide file tree
Showing 18 changed files with 14 additions and 13 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<None Include="wwwroot\css\open-iconic\README.md" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\BlazorWasmCommon_NET6.csproj" />
<ProjectReference Include="..\..\common\BlazorWasmCommon_NET6.csproj" />
</ItemGroup>

</Project>
24 changes: 12 additions & 12 deletions WASM/BPMNEditor.sln → WASM/BpmnEditor/BPMNEditor.sln
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPMNEditor", "BPMNEditor.csproj", "{D0CEB6F0-E005-4218-BCED-78542DA0740B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPMNEditor", "BPMNEditor.csproj", "{14CED2C6-EB3B-42A8-BCD7-830827314C67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWasmCommon_NET6", "..\Common\BlazorWasmCommon_NET6.csproj", "{00AB184E-53E4-4CF4-B486-5BBEA89A7457}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWasmCommon_NET6", "..\..\common\BlazorWasmCommon_NET6.csproj", "{1BE70572-766B-4A78-95D8-668752C39AD4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0CEB6F0-E005-4218-BCED-78542DA0740B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0CEB6F0-E005-4218-BCED-78542DA0740B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0CEB6F0-E005-4218-BCED-78542DA0740B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0CEB6F0-E005-4218-BCED-78542DA0740B}.Release|Any CPU.Build.0 = Release|Any CPU
{00AB184E-53E4-4CF4-B486-5BBEA89A7457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00AB184E-53E4-4CF4-B486-5BBEA89A7457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00AB184E-53E4-4CF4-B486-5BBEA89A7457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00AB184E-53E4-4CF4-B486-5BBEA89A7457}.Release|Any CPU.Build.0 = Release|Any CPU
{14CED2C6-EB3B-42A8-BCD7-830827314C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14CED2C6-EB3B-42A8-BCD7-830827314C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14CED2C6-EB3B-42A8-BCD7-830827314C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14CED2C6-EB3B-42A8-BCD7-830827314C67}.Release|Any CPU.Build.0 = Release|Any CPU
{1BE70572-766B-4A78-95D8-668752C39AD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE70572-766B-4A78-95D8-668752C39AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE70572-766B-4A78-95D8-668752C39AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE70572-766B-4A78-95D8-668752C39AD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F521E49-4FC4-4A8D-A151-7681CABD4504}
SolutionGuid = {10A8EAF7-1E0C-4AA3-8356-80601777773D}
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions WASM/NuGet.config → WASM/BpmnEditor/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<!-- Resources -->
</packageSources>
<config>
<add key="dependencyVersion" value="Highest" />
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.

0 comments on commit 1c76bd1

Please sign in to comment.