Skip to content

Commit

Permalink
config: setup solution configs for avalonia testing project
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Sep 4, 2023
1 parent 3bf2024 commit 4be9684
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Testing/AvaloniaTesting/AvaloniaTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<Configurations>Release;Debug</Configurations>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
16 changes: 8 additions & 8 deletions Velaptor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ Global
{8690A40A-D3B2-488B-92B6-5771C21010E0}.Release|x64.Build.0 = Release|x64
{8690A40A-D3B2-488B-92B6-5771C21010E0}.Release-Console|x64.ActiveCfg = Release|x64
{8690A40A-D3B2-488B-92B6-5771C21010E0}.Release-Console|x64.Build.0 = Release|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug|x64.ActiveCfg = Debug|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug|x64.Build.0 = Debug|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug-Console|x64.ActiveCfg = Debug|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug-Console|x64.Build.0 = Debug|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release|x64.ActiveCfg = Release|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release|x64.Build.0 = Release|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release-Console|x64.ActiveCfg = Debug|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release-Console|x64.Build.0 = Debug|Any CPU
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug|x64.ActiveCfg = Debug|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug-Console|x64.ActiveCfg = Debug|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug-Console|x64.Build.0 = Debug|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release|x64.ActiveCfg = Release|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release|x64.Build.0 = Release|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release-Console|x64.ActiveCfg = Release|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Debug|x64.Build.0 = Debug|x64
{3300D0AE-0E35-4556-8D6C-FCE81CCE7FDC}.Release-Console|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 4be9684

Please sign in to comment.