From 0f93d9378d1d895c01bf6ba787232a7e28d44c33 Mon Sep 17 00:00:00 2001 From: Alex <alexandre.meyer@univ-lyon1.fr> Date: Fri, 18 Nov 2022 08:42:56 +0100 Subject: [PATCH] ... --- .gitignore | 5 ++++- ...ETFramework,Version=v4.0.AssemblyAttributes.cs | 4 ++++ .../TestBed.Net.csproj.AssemblyReference.cache | Bin 0 -> 912 bytes web/config.toml | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs create mode 100644 TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/TestBed.Net.csproj.AssemblyReference.cache diff --git a/.gitignore b/.gitignore index c8e4894..ddb84be 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -*.lock \ No newline at end of file +*.lock + +web/public +public diff --git a/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/TestBed.Net.csproj.AssemblyReference.cache b/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/TestBed.Net.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..a8d38534c4f849eb7ec26fca063ee2e56cf34a68 GIT binary patch literal 912 zcmcK2!3se^6vpwH4YKtDcgbcV5*A9hI}(aC(%gFwO=j-YIX9R0@K_$gqhMt@t684< z>i=7u3a>K8_-Q(lD|8oBHj1?YikkO9za`gj2829?XhH-wF&aoNbc&ALxsdU952eGa z6wCScf8BbbEiI)EjZQ>n4CmhpYm5)?=d1P$)_)VxZFf6E#*YE&n+FwO{p}=Nd!`EI o2S7jos#50{zu_9ru+w?wN)oX{OMZz8C)r!$?+1K`sYCDrK9bEN)Bpeg literal 0 HcmV?d00001 diff --git a/web/config.toml b/web/config.toml index 526ed87..ef99ba4 100644 --- a/web/config.toml +++ b/web/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'http://alexandre.meyer.pages.univ-lyon1.fr/' languageCode = 'fr-FR' title = "M1if37" -- GitLab