Compare commits
No commits in common. "3073922f31ba92c7c2ce10398c8cdbb97e79a045" and "b9806c933439032cb6db5ec9d115437bd1974739" have entirely different histories.
3073922f31
...
b9806c9334
261
Guild/Guild.CLI/.gitignore
vendored
261
Guild/Guild.CLI/.gitignore
vendored
@ -1,261 +0,0 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# DNX
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.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
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# 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
|
||||
# TODO: 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
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignoreable 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
|
||||
|
||||
# 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
|
||||
node_modules/
|
||||
orleans.codegen.cs
|
||||
|
||||
# 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
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# 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/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
@ -1,4 +0,0 @@
|
||||
public class Map
|
||||
{
|
||||
|
||||
}
|
||||
261
Guild/Guild.Lib/.gitignore
vendored
261
Guild/Guild.Lib/.gitignore
vendored
@ -1,261 +0,0 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# DNX
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.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
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# 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
|
||||
# TODO: 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
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignoreable 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
|
||||
|
||||
# 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
|
||||
node_modules/
|
||||
orleans.codegen.cs
|
||||
|
||||
# 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
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# 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/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
@ -1,29 +0,0 @@
|
||||
public enum AdventurerItemSlot
|
||||
{
|
||||
Head,
|
||||
Neck,
|
||||
Feet,
|
||||
Waist,
|
||||
Wrist,
|
||||
Chest,
|
||||
Legs,
|
||||
Back,
|
||||
MainHand,
|
||||
OffHand,
|
||||
Relic,
|
||||
Trinket1,
|
||||
Trinket2
|
||||
}
|
||||
|
||||
public class Adventurer : Unit
|
||||
{
|
||||
|
||||
public int Strength { get; set; } = 0;
|
||||
public int Intelligence { get; set; } = 0;
|
||||
public int Agility { get; set; } = 0;
|
||||
|
||||
public Adventurer() : base()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
5
Guild/Guild.Lib/Class1.cs
Normal file
5
Guild/Guild.Lib/Class1.cs
Normal file
@ -0,0 +1,5 @@
|
||||
namespace Guild.Lib;
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
@ -1,54 +0,0 @@
|
||||
namespace Guild.Lib;
|
||||
public class Clock
|
||||
{
|
||||
public int Milliseconds { get; set; } = 0;
|
||||
public int Seconds { get; set; } = 0;
|
||||
public int Minutes { get; set; } = 0;
|
||||
public int Hours { get; set; } = 0;
|
||||
|
||||
public Clock()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Tick()
|
||||
{
|
||||
AddMilliseconds(1);
|
||||
}
|
||||
|
||||
public void AddMilliseconds(int amount)
|
||||
{
|
||||
Milliseconds += amount;
|
||||
if(Milliseconds >= 1000)
|
||||
{
|
||||
Milliseconds = 0;
|
||||
AddSeconds(1);
|
||||
}
|
||||
}
|
||||
|
||||
public void AddSeconds(int amount)
|
||||
{
|
||||
Seconds += amount;
|
||||
if(Seconds >= 60)
|
||||
{
|
||||
Seconds = 0;
|
||||
AddMinutes(1);
|
||||
}
|
||||
}
|
||||
public void AddMinutes(int amount)
|
||||
{
|
||||
Minutes += amount;
|
||||
if(Minutes >= 60)
|
||||
{
|
||||
Minutes = 0;
|
||||
AddHours(1);
|
||||
}
|
||||
}
|
||||
|
||||
public void AddMinutes(int amount)
|
||||
{
|
||||
Hours += amount;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
public class Doodad : Entity
|
||||
{
|
||||
public Doodad()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,17 +0,0 @@
|
||||
public abstract class Entity
|
||||
{
|
||||
|
||||
public float X { get; set; } = 0f;
|
||||
public float Y { get; set; } = 0f;
|
||||
|
||||
public Entity()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public Entity Kill()
|
||||
{
|
||||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
public class Instance
|
||||
{
|
||||
public Instance()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
public enum ItemType
|
||||
{
|
||||
Material,
|
||||
Wearable,
|
||||
Consumable
|
||||
}
|
||||
|
||||
public class Item
|
||||
{
|
||||
public ItemType ItemType { get; set; }
|
||||
|
||||
public Item()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
public class JobManager
|
||||
{
|
||||
public JobManager()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
public class Structure : Entity
|
||||
{
|
||||
public Structure()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,12 +0,0 @@
|
||||
public class Unit : Entity
|
||||
{
|
||||
|
||||
public int Health { get; set; } = 100;
|
||||
public int MaxHealth { get; set; } = 100;
|
||||
public int HealthPerSecond { get; set; } = 0.2;
|
||||
|
||||
public Unit()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
BIN
Guild/ItemShop/.vs/Guild/v17/.suo
Normal file
BIN
Guild/ItemShop/.vs/Guild/v17/.suo
Normal file
Binary file not shown.
BIN
Guild/ItemShop/.vs/ItemShop/DesignTimeBuild/.dtbcache.v2
Normal file
BIN
Guild/ItemShop/.vs/ItemShop/DesignTimeBuild/.dtbcache.v2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Guild/ItemShop/.vs/ItemShop/v17/.futdcache.v2
Normal file
BIN
Guild/ItemShop/.vs/ItemShop/v17/.futdcache.v2
Normal file
Binary file not shown.
BIN
Guild/ItemShop/.vs/ItemShop/v17/TestStore/0/000.testlog
Normal file
BIN
Guild/ItemShop/.vs/ItemShop/v17/TestStore/0/000.testlog
Normal file
Binary file not shown.
BIN
Guild/ItemShop/.vs/ItemShop/v17/TestStore/0/testlog.manifest
Normal file
BIN
Guild/ItemShop/.vs/ItemShop/v17/TestStore/0/testlog.manifest
Normal file
Binary file not shown.
BIN
Guild/ItemShop/.vs/ProjectEvaluation/itemshop.metadata.v5.1
Normal file
BIN
Guild/ItemShop/.vs/ProjectEvaluation/itemshop.metadata.v5.1
Normal file
Binary file not shown.
BIN
Guild/ItemShop/.vs/ProjectEvaluation/itemshop.projects.v5.1
Normal file
BIN
Guild/ItemShop/.vs/ProjectEvaluation/itemshop.projects.v5.1
Normal file
Binary file not shown.
25
Guild/ItemShop/.vscode/launch.json
vendored
Normal file
25
Guild/ItemShop/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Launch (console)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/ItemShop.Test/bin/Debug/net5.0/ItemShop.Test.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/ItemShop.Test",
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"processId": "${command:pickProcess}"
|
||||
}
|
||||
]
|
||||
}
|
||||
42
Guild/ItemShop/.vscode/tasks.json
vendored
Normal file
42
Guild/ItemShop/.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"${workspaceFolder}/ItemShop.Test/ItemShop.Test.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "publish",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"publish",
|
||||
"${workspaceFolder}/ItemShop.Test/ItemShop.Test.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "watch",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"watch",
|
||||
"run",
|
||||
"${workspaceFolder}/ItemShop.Test/ItemShop.Test.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
||||
10
Guild/ItemShop/Guild.CLI/Guild.CLI.csproj
Normal file
10
Guild/ItemShop/Guild.CLI/Guild.CLI.csproj
Normal file
@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
2
Guild/ItemShop/Guild.CLI/Program.cs
Normal file
2
Guild/ItemShop/Guild.CLI/Program.cs
Normal file
@ -0,0 +1,2 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
||||
@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Guild.CLI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Guild.CLI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Guild.CLI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -0,0 +1 @@
|
||||
b25b9017166f3d4f105d310d9739057173339f84
|
||||
@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Guild.CLI
|
||||
build_property.ProjectDir = C:\dev\csharp\ItemShop\Guild.CLI\
|
||||
@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
BIN
Guild/ItemShop/Guild.CLI/obj/Debug/net6.0/Guild.CLI.assets.cache
Normal file
BIN
Guild/ItemShop/Guild.CLI/obj/Debug/net6.0/Guild.CLI.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,63 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj",
|
||||
"projectName": "Guild.CLI",
|
||||
"projectPath": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj",
|
||||
"packagesPath": "C:\\Users\\Eero\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Eero\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
Guild/ItemShop/Guild.CLI/obj/Guild.CLI.csproj.nuget.g.props
Normal file
15
Guild/ItemShop/Guild.CLI/obj/Guild.CLI.csproj.nuget.g.props
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Eero\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Eero\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
68
Guild/ItemShop/Guild.CLI/obj/project.assets.json
Normal file
68
Guild/ItemShop/Guild.CLI/obj/project.assets.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Eero\\.nuget\\packages\\": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj",
|
||||
"projectName": "Guild.CLI",
|
||||
"projectPath": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj",
|
||||
"packagesPath": "C:\\Users\\Eero\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Eero\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
Guild/ItemShop/Guild.CLI/obj/project.nuget.cache
Normal file
8
Guild/ItemShop/Guild.CLI/obj/project.nuget.cache
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "RUcA8F1gA6HLHHgRp0qLbqQJLjukGT4QvQkSIfVHb9wxBYQJwsy3ZVC9KKzCtdl0wR2rH0wIX6BjU1+O18nL0A==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\dev\\csharp\\ItemShop\\Guild.CLI\\Guild.CLI.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
7
Guild/ItemShop/Guild.Lib/Guild.Lib.csproj
Normal file
7
Guild/ItemShop/Guild.Lib/Guild.Lib.csproj
Normal file
@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
9
Guild/ItemShop/Guild.Lib/Item.cs
Normal file
9
Guild/ItemShop/Guild.Lib/Item.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace ItemShop
|
||||
{
|
||||
public class Item
|
||||
{
|
||||
public int id { get; set; }
|
||||
}
|
||||
}
|
||||
23
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ItemShop.deps.json
Normal file
23
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ItemShop.deps.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"ItemShop/1.0.0": {
|
||||
"runtime": {
|
||||
"ItemShop.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"ItemShop/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ItemShop.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ItemShop.pdb
Normal file
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ItemShop.pdb
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ref/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net5.0/ref/ItemShop.dll
Normal file
Binary file not shown.
23
Guild/ItemShop/Guild.Lib/bin/Debug/net6.0/ItemShop.deps.json
Normal file
23
Guild/ItemShop/Guild.Lib/bin/Debug/net6.0/ItemShop.deps.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {
|
||||
"ItemShop/1.0.0": {
|
||||
"runtime": {
|
||||
"ItemShop.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"ItemShop/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net6.0/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net6.0/ItemShop.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net6.0/ItemShop.pdb
Normal file
BIN
Guild/ItemShop/Guild.Lib/bin/Debug/net6.0/ItemShop.pdb
Normal file
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
||||
@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ItemShop")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ItemShop")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ItemShop")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -0,0 +1 @@
|
||||
814f2009293b469fde595fef8df503fe50f3695c
|
||||
@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = ItemShop
|
||||
build_property.ProjectDir = C:\dev\csharp\ItemShop\ItemShop\
|
||||
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ItemShop.assets.cache
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ItemShop.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
302a9e0021e719f8bebe19187bb31f78200b6893
|
||||
@ -0,0 +1,12 @@
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net5.0\ItemShop.deps.json
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net5.0\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net5.0\ref\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net5.0\ItemShop.pdb
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.csprojAssemblyReference.cache
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.AssemblyInfoInputs.cache
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.AssemblyInfo.cs
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.csproj.CoreCompileInputs.cache
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ref\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net5.0\ItemShop.pdb
|
||||
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ItemShop.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ItemShop.pdb
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ItemShop.pdb
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ref/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net5.0/ref/ItemShop.dll
Normal file
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
||||
@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Guild.Lib")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Guild.Lib")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Guild.Lib")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -0,0 +1 @@
|
||||
ba475420b79169ff63e018aa8468f11b374f1e71
|
||||
@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Guild.Lib
|
||||
build_property.ProjectDir = C:\dev\csharp\ItemShop\ItemShop\
|
||||
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/Guild.Lib.assets.cache
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/Guild.Lib.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ItemShop")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ItemShop")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ItemShop")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -0,0 +1 @@
|
||||
814f2009293b469fde595fef8df503fe50f3695c
|
||||
@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = ItemShop
|
||||
build_property.ProjectDir = C:\dev\csharp\ItemShop\ItemShop\
|
||||
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ItemShop.assets.cache
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ItemShop.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
6343d66094f991e2b57433614b4e187856598eec
|
||||
@ -0,0 +1,12 @@
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net6.0\ItemShop.deps.json
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net6.0\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\bin\Debug\net6.0\ItemShop.pdb
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.csproj.AssemblyReference.cache
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.AssemblyInfoInputs.cache
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.AssemblyInfo.cs
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.csproj.CoreCompileInputs.cache
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\refint\ItemShop.dll
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ItemShop.pdb
|
||||
C:\dev\csharp\ItemShop\ItemShop\obj\Debug\net6.0\ref\ItemShop.dll
|
||||
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ItemShop.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ItemShop.pdb
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ItemShop.pdb
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ref/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/ref/ItemShop.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/refint/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Lib/obj/Debug/net6.0/refint/ItemShop.dll
Normal file
Binary file not shown.
@ -0,0 +1,63 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj",
|
||||
"projectName": "Guild.Lib",
|
||||
"projectPath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj",
|
||||
"packagesPath": "C:\\Users\\Eero\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Eero\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
Guild/ItemShop/Guild.Lib/obj/Guild.Lib.csproj.nuget.g.props
Normal file
15
Guild/ItemShop/Guild.Lib/obj/Guild.Lib.csproj.nuget.g.props
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Eero\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Eero\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
@ -0,0 +1,63 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\dev\\csharp\\ItemShop\\ItemShop\\ItemShop.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\dev\\csharp\\ItemShop\\ItemShop\\ItemShop.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\dev\\csharp\\ItemShop\\ItemShop\\ItemShop.csproj",
|
||||
"projectName": "ItemShop",
|
||||
"projectPath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\ItemShop.csproj",
|
||||
"packagesPath": "C:\\Users\\Eero\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Eero\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
Guild/ItemShop/Guild.Lib/obj/ItemShop.csproj.nuget.g.props
Normal file
15
Guild/ItemShop/Guild.Lib/obj/ItemShop.csproj.nuget.g.props
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Eero\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Eero\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
68
Guild/ItemShop/Guild.Lib/obj/project.assets.json
Normal file
68
Guild/ItemShop/Guild.Lib/obj/project.assets.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Eero\\.nuget\\packages\\": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj",
|
||||
"projectName": "Guild.Lib",
|
||||
"projectPath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj",
|
||||
"packagesPath": "C:\\Users\\Eero\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Eero\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
Guild/ItemShop/Guild.Lib/obj/project.nuget.cache
Normal file
8
Guild/ItemShop/Guild.Lib/obj/project.nuget.cache
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "+38TejOeu2RKA7wa4lQSY5V9H3qvDr5DtpSDBZ5KPSsZ2KPhsfhbyNMleJWIC2cs6XmMwdPsrRwflrtJnbxJ8A==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\dev\\csharp\\ItemShop\\ItemShop\\Guild.Lib.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
21
Guild/ItemShop/Guild.Tests/Guild.Tests.csproj
Normal file
21
Guild/ItemShop/Guild.Tests/Guild.Tests.csproj
Normal file
@ -0,0 +1,21 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
|
||||
<PackageReference Include="coverlet.collector" Version="1.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Guild.CLI\Guild.CLI.csproj" />
|
||||
<ProjectReference Include="..\ItemShop\Guild.Lib.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
14
Guild/ItemShop/Guild.Tests/ItemTest.cs
Normal file
14
Guild/ItemShop/Guild.Tests/ItemTest.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace ItemShop.Test
|
||||
{
|
||||
[TestClass]
|
||||
public class ItemTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
1702
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.Test.deps.json
Normal file
1702
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.Test.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.Test.dll
Normal file
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.Test.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.Test.pdb
Normal file
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.Test.pdb
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Eero\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Eero\\.nuget\\packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.dll
Normal file
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.dll
Normal file
Binary file not shown.
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.pdb
Normal file
BIN
Guild/ItemShop/Guild.Tests/bin/Debug/net5.0/ItemShop.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user