@ -0,0 +1,11 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\notre_bibliotheque\notre_bibliotheque.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 125 KiB |
@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v3.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v3.0": {
|
||||||
|
"vues/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"PersDataContract": "1.0.0",
|
||||||
|
"données": "1.0.0",
|
||||||
|
"notre_bibliotheque": "1.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"vues.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"données/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"notre_bibliotheque": "1.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"données.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notre_bibliotheque/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"notre_bibliotheque.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PersDataContract/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"notre_bibliotheque": "1.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"PersDataContract.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"vues/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"données/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"notre_bibliotheque/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"PersDataContract/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp3.0",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "3.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v3.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v3.0": {
|
||||||
|
"vues/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"PersDataContract": "1.0.0",
|
||||||
|
"données": "1.0.0",
|
||||||
|
"notre_bibliotheque": "1.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"vues.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"données/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"notre_bibliotheque": "1.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"données.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notre_bibliotheque/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"notre_bibliotheque.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PersDataContract/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"notre_bibliotheque": "1.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"PersDataContract.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"vues/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"données/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"notre_bibliotheque/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"PersDataContract/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\Administrateur.NB01-M350-28206\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\Administrateur.NB01-M350-28206\\.nuget\\packages",
|
||||||
|
"C:\\Program Files\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
||||||
|
"C:\\Program Files\\Microsoft\\Xamarin\\NuGet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp3.0",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "3.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|