From 474400193682c3990f6d7e6ce272ec48b53c7028 Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 7 Dec 2024 03:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 63 +++ .gitignore | 365 ++++++++++++++++++ .../CloudGaming.Api.Admin.csproj | 2 +- admin-server/CloudGaming.Api.Admin/Dockerfile | 1 + .../CloudGaming.Code.Aliyun.csproj | 2 +- .../CloudGaming.Code.DataBaseModel.csproj | 2 +- .../CloudGaming.Repository.Game.csproj | 44 +-- .../dll/CloudGaming.AppConfigModel.dll | Bin 0 -> 14336 bytes 8 files changed, 454 insertions(+), 25 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 admin-server/dll/CloudGaming.AppConfigModel.dll diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d57b3d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,365 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd +output/ +logs/ \ No newline at end of file diff --git a/admin-server/CloudGaming.Api.Admin/CloudGaming.Api.Admin.csproj b/admin-server/CloudGaming.Api.Admin/CloudGaming.Api.Admin.csproj index db4e2fb..7b05aec 100644 --- a/admin-server/CloudGaming.Api.Admin/CloudGaming.Api.Admin.csproj +++ b/admin-server/CloudGaming.Api.Admin/CloudGaming.Api.Admin.csproj @@ -91,7 +91,7 @@ - ..\packages\CloudGaming.AppConfigModel.dll + ..\dll\CloudGaming.AppConfigModel.dll diff --git a/admin-server/CloudGaming.Api.Admin/Dockerfile b/admin-server/CloudGaming.Api.Admin/Dockerfile index e0f8921..f6f1fa8 100644 --- a/admin-server/CloudGaming.Api.Admin/Dockerfile +++ b/admin-server/CloudGaming.Api.Admin/Dockerfile @@ -11,6 +11,7 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src +COPY ["dll/CloudGaming.AppConfigModel.dll", "dll/"] COPY ["projects/project.targets", "projects/"] COPY ["CloudGaming.Api.Admin/CloudGaming.Api.Admin.csproj", "CloudGaming.Api.Admin/"] COPY ["CloudGaming.Code.DataBaseModel/CloudGaming.Code.DataBaseModel.csproj", "CloudGaming.Code.DataBaseModel/"] diff --git a/admin-server/CloudGaming.Code.Aliyun/CloudGaming.Code.Aliyun.csproj b/admin-server/CloudGaming.Code.Aliyun/CloudGaming.Code.Aliyun.csproj index ffd2fa0..de6d130 100644 --- a/admin-server/CloudGaming.Code.Aliyun/CloudGaming.Code.Aliyun.csproj +++ b/admin-server/CloudGaming.Code.Aliyun/CloudGaming.Code.Aliyun.csproj @@ -14,7 +14,7 @@ - ..\packages\CloudGaming.AppConfigModel.dll + ..\dll\CloudGaming.AppConfigModel.dll diff --git a/admin-server/CloudGaming.Code.DataBaseModel/CloudGaming.Code.DataBaseModel.csproj b/admin-server/CloudGaming.Code.DataBaseModel/CloudGaming.Code.DataBaseModel.csproj index 57efe6d..b7dc674 100644 --- a/admin-server/CloudGaming.Code.DataBaseModel/CloudGaming.Code.DataBaseModel.csproj +++ b/admin-server/CloudGaming.Code.DataBaseModel/CloudGaming.Code.DataBaseModel.csproj @@ -23,7 +23,7 @@ - ..\packages\CloudGaming.AppConfigModel.dll + ..\dll\CloudGaming.AppConfigModel.dll diff --git a/admin-server/CloudGaming.Repository.Game/CloudGaming.Repository.Game.csproj b/admin-server/CloudGaming.Repository.Game/CloudGaming.Repository.Game.csproj index 614e86c..4dc93f6 100644 --- a/admin-server/CloudGaming.Repository.Game/CloudGaming.Repository.Game.csproj +++ b/admin-server/CloudGaming.Repository.Game/CloudGaming.Repository.Game.csproj @@ -1,28 +1,28 @@  - - - - + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - ..\packages\CloudGaming.AppConfigModel.dll - - + + + ..\dll\CloudGaming.AppConfigModel.dll + + diff --git a/admin-server/dll/CloudGaming.AppConfigModel.dll b/admin-server/dll/CloudGaming.AppConfigModel.dll new file mode 100644 index 0000000000000000000000000000000000000000..9ca9516555f5c4f3de23b48c6695dcddf6c71071 GIT binary patch literal 14336 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 literal 0 HcmV?d00001