From 16fdf577872b4d498c7abb33c57515f2fa3db3e0 Mon Sep 17 00:00:00 2001 From: moonheart08 Date: Wed, 30 Sep 2020 21:52:01 -0500 Subject: [PATCH] add readmes + csproj files. time to fail miserably --- Content.Client/Content.Client.csproj | 26 ++++++++++++++++++++++++++ Content.Server/Content.Server.csproj | 25 +++++++++++++++++++++++++ Content.Shared/Content.Shared.csproj | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 4 files changed, 81 insertions(+) create mode 100644 Content.Client/Content.Client.csproj create mode 100644 Content.Server/Content.Server.csproj create mode 100644 Content.Shared/Content.Shared.csproj create mode 100644 README.md diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj new file mode 100644 index 0000000..f468edb --- /dev/null +++ b/Content.Client/Content.Client.csproj @@ -0,0 +1,26 @@ + + + + + $(TargetFramework) + 8 + false + false + ..\bin\Content.Client\ + Exe + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj new file mode 100644 index 0000000..d9911d7 --- /dev/null +++ b/Content.Server/Content.Server.csproj @@ -0,0 +1,25 @@ + + + + + $(TargetFramework) + 8 + false + false + ..\bin\Content.Server\ + true + Exe + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj new file mode 100644 index 0000000..76f6cd6 --- /dev/null +++ b/Content.Shared/Content.Shared.csproj @@ -0,0 +1,28 @@ + + + + + $(TargetFramework) + 8 + false + false + ../bin/Content.Shared + Release;Debug + AnyCPU + + + + + + + + false + + + false + + + false + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..84ea990 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +### Robust Toolbox Template Project! +This is a template project for RobustToolbox, to help bootstrap the whole thing. Good luck. \ No newline at end of file