Mise à jour de 'README.md'

pull/8/head
Victor Perez NGOUNOU 3 years ago committed by vpngounou
parent 4b30696d83
commit ff7cc07e66

@ -10,7 +10,7 @@
[![Security Rating](https://codefirst.iut.uca.fr/sonar/api/project_badges/measure?project=BowlingScoreApp&metric=security_rating)](https://codefirst.iut.uca.fr/sonar/dashboard?id=BowlingScoreApp)
[![Technical Debt](https://codefirst.iut.uca.fr/sonar/api/project_badges/measure?project=BowlingScoreApp&metric=sqale_index)](https://codefirst.iut.uca.fr/sonar/dashboard?id=BowlingScoreApp)
[![Vulnerabilities](https://codefirst.iut.uca.fr/sonar/api/project_badges/measure?project=BowlingScoreApp&metric=vulnerabilities)](https://codefirst.iut.uca.fr/sonar/dashboard?id=BowlingScoreApp)
# BowlingScoreApp

@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\HelloWorldLib\BowlingLib.csproj" />
<ProjectReference Include="..\BowlingLib\BowlingLib.csproj" />
</ItemGroup>
</Project>

@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingLib", "HelloWorldLib\BowlingLib.csproj", "{48BBA997-E63D-48BB-BB2A-538457425F02}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingLib", "BowlingLib\BowlingLib.csproj", "{48BBA997-E63D-48BB-BB2A-538457425F02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C75DF644-C41F-4A08-8B69-C8554204AC72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingApp", "HelloWorldApp\BowlingApp.csproj", "{21365B7E-4A1A-4C37-B140-A9D6FC7A7E50}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingApp", "BowlingApp\BowlingApp.csproj", "{21365B7E-4A1A-4C37-B140-A9D6FC7A7E50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingAppUnitTest", "Tests\HelloWordLib_UnitTests\BowlingAppUnitTest.csproj", "{F9B12DFD-EF58-429F-9344-70DFC10EC6E5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BowlingAppUnitTest", "Tests\BowlingAppUnitTest\BowlingAppUnitTest.csproj", "{F9B12DFD-EF58-429F-9344-70DFC10EC6E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

@ -20,6 +20,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\HelloWorldLib\BowlingLib.csproj" />
<ProjectReference Include="..\..\BowlingLib\BowlingLib.csproj" />
</ItemGroup>
</Project>

Loading…
Cancel
Save