Skip to content

Commit

Permalink
Ignore Data folder for generated projects
Browse files Browse the repository at this point in the history
Add Core project reference to solution
  • Loading branch information
vnbaaij committed Jan 11, 2024
1 parent 7697cb3 commit cf04ba4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ Microsoft.Fast.Components.FluentUI.xml
/examples/Demo/Shared/FluentUI.Demo.Shared.xml
/examples/Demo/Shared/Microsoft.Fast.Components.FluentUI.xml
/tests/TemplateValidation/**/Data/Migrations
/tests/TemplateValidation/**/Data/app.db
/tests/TemplateValidation/**/Data/*
6 changes: 6 additions & 0 deletions tests/TemplateValidation/FluentUI.TemplateValidation.sln
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentUI.TemplateValidation
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentUI.TemplateValidation", "WasmStandalone\NoAuthentication\FluentUI.TemplateValidation.csproj", "{C9476F8C-B54F-4771-A991-564A266FC6E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.FluentUI.AspNetCore.Components", "..\..\src\Core\Microsoft.FluentUI.AspNetCore.Components.csproj", "{712E2F47-8D5A-4E88-8879-1C2DCFE3A320}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -246,6 +248,10 @@ Global
{C9476F8C-B54F-4771-A991-564A266FC6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9476F8C-B54F-4771-A991-564A266FC6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9476F8C-B54F-4771-A991-564A266FC6E0}.Release|Any CPU.Build.0 = Release|Any CPU
{712E2F47-8D5A-4E88-8879-1C2DCFE3A320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{712E2F47-8D5A-4E88-8879-1C2DCFE3A320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{712E2F47-8D5A-4E88-8879-1C2DCFE3A320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{712E2F47-8D5A-4E88-8879-1C2DCFE3A320}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-* " />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-* " />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\src\Core\Microsoft.FluentUI.AspNetCore.Components.csproj" />
</ItemGroup>
</Project>

0 comments on commit cf04ba4

Please sign in to comment.