TestUnitaire^2
Fages Tony 2 years ago
parent c4146acbc2
commit 5c38689ced

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0-android;net7.0</TargetFrameworks>
<TargetFrameworks>net7.0-android;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParionsCuite", "ParionsCuite.csproj", "{DE9B9528-B8C4-4578-AF15-A0C048245739}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE9B9528-B8C4-4578-AF15-A0C048245739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE9B9528-B8C4-4578-AF15-A0C048245739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE9B9528-B8C4-4578-AF15-A0C048245739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE9B9528-B8C4-4578-AF15-A0C048245739}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51AF7064-DA59-4B4B-AA97-0D2CDBC1ADA8}
EndGlobalSection
EndGlobal
Loading…
Cancel
Save