Skip to content

Commit

Permalink
net core
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Dec 24, 2016
1 parent 2c08384 commit 86d917b
Show file tree
Hide file tree
Showing 26 changed files with 191 additions and 943 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
108 changes: 67 additions & 41 deletions languages/csharp/GAM.sln
Original file line number Diff line number Diff line change
@@ -1,81 +1,107 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26014.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GAM.Remoting", "src\GAM.Remoting\GAM.Remoting.csproj", "{C5B136C4-6EBD-4694-9664-0072DE878296}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{771514F1-12AE-4A26-89CB-2646D3EF7034}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{59DCCC96-DDAF-469F-9E8E-9BC733285082}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Labb", "examples\Labb\Labb.csproj", "{ABADF472-0EDE-4EC0-8AC1-B8612EFF76FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GAM", "src\GAM\GAM.csproj", "{C036F196-0AA6-4C3D-B340-93A922461B54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpawnBenchmark", "examples\SpawnBenchmark\SpawnBenchmark.csproj", "{1E773156-B0DA-40C1-B910-40D22F3B5C0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingPongBenchmark", "examples\PingPongBenchmark\PingPongBenchmark.csproj", "{5FF8A2FF-C690-407F-8FF6-7B461B7A6DF2}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RemoteBenchmark", "RemoteBenchmark", "{92EB7B8A-7DCC-426A-9386-F58C167D82C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Node2", "examples\remotebenchmark\Node2\Node2.csproj", "{6B7E2016-120A-48A3-BF73-5C15B40354D5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Messages", "examples\RemoteBenchmark\Messages\Messages.csproj", "{55904739-71E8-478F-8BBD-9A32CAE9E01B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RemoteBenchmark", "RemoteBenchmark", "{92EB7B8A-7DCC-426A-9386-F58C167D82C3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Node2", "examples\RemoteBenchmark\Node2\Node2.csproj", "{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Node1", "examples\remotebenchmark\Node1\Node1.csproj", "{0A4E7EA2-BF6C-4DEE-A76B-E0AD50847AB0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpawnBenchmark", "examples\SpawnBenchmark\SpawnBenchmark.csproj", "{76BA8256-C071-4353-B5A3-FA0E4BC444EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messages", "examples\remotebenchmark\Messages\Messages.csproj", "{E36B82BA-D7D2-42F7-A946-462573BAE266}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SpawnBenchmark", "SpawnBenchmark", "{9EA30F02-E35A-4EB2-80D9-1C64ED4613C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5B136C4-6EBD-4694-9664-0072DE878296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B136C4-6EBD-4694-9664-0072DE878296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B136C4-6EBD-4694-9664-0072DE878296}.Debug|x64.ActiveCfg = Debug|x64
{C5B136C4-6EBD-4694-9664-0072DE878296}.Debug|x64.Build.0 = Debug|x64
{C5B136C4-6EBD-4694-9664-0072DE878296}.Debug|x86.ActiveCfg = Debug|x86
{C5B136C4-6EBD-4694-9664-0072DE878296}.Debug|x86.Build.0 = Debug|x86
{C5B136C4-6EBD-4694-9664-0072DE878296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B136C4-6EBD-4694-9664-0072DE878296}.Release|Any CPU.Build.0 = Release|Any CPU
{ABADF472-0EDE-4EC0-8AC1-B8612EFF76FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABADF472-0EDE-4EC0-8AC1-B8612EFF76FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABADF472-0EDE-4EC0-8AC1-B8612EFF76FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABADF472-0EDE-4EC0-8AC1-B8612EFF76FE}.Release|Any CPU.Build.0 = Release|Any CPU
{C5B136C4-6EBD-4694-9664-0072DE878296}.Release|x64.ActiveCfg = Release|x64
{C5B136C4-6EBD-4694-9664-0072DE878296}.Release|x64.Build.0 = Release|x64
{C5B136C4-6EBD-4694-9664-0072DE878296}.Release|x86.ActiveCfg = Release|x86
{C5B136C4-6EBD-4694-9664-0072DE878296}.Release|x86.Build.0 = Release|x86
{C036F196-0AA6-4C3D-B340-93A922461B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C036F196-0AA6-4C3D-B340-93A922461B54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C036F196-0AA6-4C3D-B340-93A922461B54}.Debug|x64.ActiveCfg = Debug|x64
{C036F196-0AA6-4C3D-B340-93A922461B54}.Debug|x64.Build.0 = Debug|x64
{C036F196-0AA6-4C3D-B340-93A922461B54}.Debug|x86.ActiveCfg = Debug|x86
{C036F196-0AA6-4C3D-B340-93A922461B54}.Debug|x86.Build.0 = Debug|x86
{C036F196-0AA6-4C3D-B340-93A922461B54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C036F196-0AA6-4C3D-B340-93A922461B54}.Release|Any CPU.Build.0 = Release|Any CPU
{1E773156-B0DA-40C1-B910-40D22F3B5C0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E773156-B0DA-40C1-B910-40D22F3B5C0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E773156-B0DA-40C1-B910-40D22F3B5C0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E773156-B0DA-40C1-B910-40D22F3B5C0D}.Release|Any CPU.Build.0 = Release|Any CPU
{5FF8A2FF-C690-407F-8FF6-7B461B7A6DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF8A2FF-C690-407F-8FF6-7B461B7A6DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF8A2FF-C690-407F-8FF6-7B461B7A6DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF8A2FF-C690-407F-8FF6-7B461B7A6DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{6B7E2016-120A-48A3-BF73-5C15B40354D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7E2016-120A-48A3-BF73-5C15B40354D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7E2016-120A-48A3-BF73-5C15B40354D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7E2016-120A-48A3-BF73-5C15B40354D5}.Release|Any CPU.Build.0 = Release|Any CPU
{0A4E7EA2-BF6C-4DEE-A76B-E0AD50847AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A4E7EA2-BF6C-4DEE-A76B-E0AD50847AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A4E7EA2-BF6C-4DEE-A76B-E0AD50847AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A4E7EA2-BF6C-4DEE-A76B-E0AD50847AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{E36B82BA-D7D2-42F7-A946-462573BAE266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E36B82BA-D7D2-42F7-A946-462573BAE266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E36B82BA-D7D2-42F7-A946-462573BAE266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E36B82BA-D7D2-42F7-A946-462573BAE266}.Release|Any CPU.Build.0 = Release|Any CPU
{C036F196-0AA6-4C3D-B340-93A922461B54}.Release|x64.ActiveCfg = Release|x64
{C036F196-0AA6-4C3D-B340-93A922461B54}.Release|x64.Build.0 = Release|x64
{C036F196-0AA6-4C3D-B340-93A922461B54}.Release|x86.ActiveCfg = Release|x86
{C036F196-0AA6-4C3D-B340-93A922461B54}.Release|x86.Build.0 = Release|x86
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Debug|x64.ActiveCfg = Debug|x64
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Debug|x64.Build.0 = Debug|x64
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Debug|x86.ActiveCfg = Debug|x86
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Debug|x86.Build.0 = Debug|x86
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Release|Any CPU.Build.0 = Release|Any CPU
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Release|x64.ActiveCfg = Release|x64
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Release|x64.Build.0 = Release|x64
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Release|x86.ActiveCfg = Release|x86
{55904739-71E8-478F-8BBD-9A32CAE9E01B}.Release|x86.Build.0 = Release|x86
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Debug|x64.ActiveCfg = Debug|x64
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Debug|x64.Build.0 = Debug|x64
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Debug|x86.ActiveCfg = Debug|x86
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Debug|x86.Build.0 = Debug|x86
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Release|x64.ActiveCfg = Release|x64
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Release|x64.Build.0 = Release|x64
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Release|x86.ActiveCfg = Release|x86
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB}.Release|x86.Build.0 = Release|x86
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Debug|x64.ActiveCfg = Debug|x64
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Debug|x64.Build.0 = Debug|x64
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Debug|x86.ActiveCfg = Debug|x86
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Debug|x86.Build.0 = Debug|x86
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Release|Any CPU.Build.0 = Release|Any CPU
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Release|x64.ActiveCfg = Release|x64
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Release|x64.Build.0 = Release|x64
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Release|x86.ActiveCfg = Release|x86
{76BA8256-C071-4353-B5A3-FA0E4BC444EF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5B136C4-6EBD-4694-9664-0072DE878296} = {771514F1-12AE-4A26-89CB-2646D3EF7034}
{ABADF472-0EDE-4EC0-8AC1-B8612EFF76FE} = {59DCCC96-DDAF-469F-9E8E-9BC733285082}
{C036F196-0AA6-4C3D-B340-93A922461B54} = {771514F1-12AE-4A26-89CB-2646D3EF7034}
{1E773156-B0DA-40C1-B910-40D22F3B5C0D} = {59DCCC96-DDAF-469F-9E8E-9BC733285082}
{5FF8A2FF-C690-407F-8FF6-7B461B7A6DF2} = {59DCCC96-DDAF-469F-9E8E-9BC733285082}
{6B7E2016-120A-48A3-BF73-5C15B40354D5} = {92EB7B8A-7DCC-426A-9386-F58C167D82C3}
{92EB7B8A-7DCC-426A-9386-F58C167D82C3} = {59DCCC96-DDAF-469F-9E8E-9BC733285082}
{0A4E7EA2-BF6C-4DEE-A76B-E0AD50847AB0} = {92EB7B8A-7DCC-426A-9386-F58C167D82C3}
{E36B82BA-D7D2-42F7-A946-462573BAE266} = {92EB7B8A-7DCC-426A-9386-F58C167D82C3}
{55904739-71E8-478F-8BBD-9A32CAE9E01B} = {92EB7B8A-7DCC-426A-9386-F58C167D82C3}
{DFEEF3A8-F9EB-43AE-AA73-A5FBF7402DAB} = {92EB7B8A-7DCC-426A-9386-F58C167D82C3}
{76BA8256-C071-4353-B5A3-FA0E4BC444EF} = {9EA30F02-E35A-4EB2-80D9-1C64ED4613C4}
{9EA30F02-E35A-4EB2-80D9-1C64ED4613C4} = {59DCCC96-DDAF-469F-9E8E-9BC733285082}
EndGlobalSection
EndGlobal
6 changes: 0 additions & 6 deletions languages/csharp/examples/PingPongBenchmark/App.config

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions languages/csharp/examples/PingPongBenchmark/Program.cs

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 86d917b

Please sign in to comment.