Skip to content

Commit

Permalink
Initial Source Code Commits (-:
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 19, 2016
1 parent 49334fd commit 4f1895c
Show file tree
Hide file tree
Showing 591 changed files with 34,476 additions and 54 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
98 changes: 44 additions & 54 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
[Rr]eleases/
x64/
x86/
build/
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*/
Expand Down Expand Up @@ -76,18 +74,14 @@ _Chutzpah*
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/
Expand All @@ -112,7 +106,6 @@ _TeamCity*
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
Expand Down Expand Up @@ -140,15 +133,12 @@ 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
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
#*.pubxml

# 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/
*.publishproj

# NuGet Packages
*.nupkg
Expand All @@ -158,23 +148,13 @@ PublishScripts/
!**/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
# Windows Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
# Windows Store app package directory
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
Expand All @@ -184,19 +164,15 @@ _pkginfo.txt

# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.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/

Expand All @@ -220,9 +196,6 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

Expand All @@ -232,21 +205,38 @@ FakesAssemblies/
# 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
# LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

# Bit Foundation
**/bower_components/*
*.map
**/typings/*
/Foundation/Server/Foundation.Test/Test.Model.Context.js
/Foundation/Server/Foundation.Test/Test.Model.Context.d.ts
/Foundation/HtmlClient/Foundation.ViewModel.HtmlClient/foundation.viewmodel.js
/Foundation/HtmlClient/Foundation.ViewModel.HtmlClient/foundation.viewmodel.d.ts
/Foundation/HtmlClient/Foundation.View.HtmlClient/foundation.view.d.ts
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/loader.css
/Foundation/HtmlClient/Foundation.Test.HtmlClient/foundation.test.js
/Foundation/HtmlClient/Foundation.Test.HtmlClient/foundation.test.d.ts
/Foundation/HtmlClient/Foundation.Test.Core.HtmlClient/foundation.test.d.ts
/Foundation/HtmlClient/Foundation.Test.Core.HtmlClient/foundation.test.core.js
/Foundation/HtmlClient/Foundation.Test.Core.HtmlClient/foundation.test.core.d.ts
/Foundation/HtmlClient/Foundation.Core.HtmlClient/foundation.core.js
/Foundation/HtmlClient/Foundation.Core.HtmlClient/foundation.core.d.ts
/Foundation/HtmlClient/Foundation.View.HtmlClient/foundation.view.js
/Foundation/HtmlClient/Foundation.Test.HtmlClient/Test.Model.Context.js
/Foundation/HtmlClient/Foundation.Test.HtmlClient/Test.Model.Context.d.ts
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/theme.light.green.css
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/theme.light.blue.css
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/theme.dark.amber.css
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/theme.common.css
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/fa-IR.css
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/en-US.css
/Foundation/HtmlClient/Foundation.View.HtmlClient/contents/styles/controls.css
/Foundation/HtmlClient/Foundation.ViewModel.HtmlClient/Foundation.Model.Context.js
/Foundation/HtmlClient/Foundation.ViewModel.HtmlClient/Foundation.Model.Context.d.ts
/Foundation/Utilities/Foundation.CodeGenerators/Foundation.CodeGenerators/Implementations/HtmlClientProxyGenerator/Templates/*.cs
63 changes: 63 additions & 0 deletions Foundation.Server.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundation.Api", "Foundation\Server\Foundation.Api\Foundation.Api.csproj", "{469D5D14-B564-4AF4-A36C-B93C823156B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundation.Core", "Foundation\Server\Foundation.Core\Foundation.Core.csproj", "{9A2ED9C1-2249-4F0A-A524-C46CB011BC74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundation.DataAccess", "Foundation\Server\Foundation.DataAccess\Foundation.DataAccess.csproj", "{022F3E55-04C4-4541-82FB-488BBD1CBAD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundation.Model", "Foundation\Server\Foundation.Model\Foundation.Model.csproj", "{95FE741E-25F3-4F94-990E-6E06EF983573}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Foundation", "Foundation", "{9F894310-8457-4102-9757-5D87B5D28568}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Foundation.Test", "Foundation\Server\Foundation.Test\Foundation.Test.csproj", "{94B6AC28-3FE0-4126-9397-B7158C92D35C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B9BD8FE-95D6-4720-9FA9-ACBED0C6363F}"
ProjectSection(SolutionItems) = preProject
FoundationVSPackageConfiguration.json = FoundationVSPackageConfiguration.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{469D5D14-B564-4AF4-A36C-B93C823156B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469D5D14-B564-4AF4-A36C-B93C823156B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469D5D14-B564-4AF4-A36C-B93C823156B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469D5D14-B564-4AF4-A36C-B93C823156B9}.Release|Any CPU.Build.0 = Release|Any CPU
{9A2ED9C1-2249-4F0A-A524-C46CB011BC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A2ED9C1-2249-4F0A-A524-C46CB011BC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A2ED9C1-2249-4F0A-A524-C46CB011BC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A2ED9C1-2249-4F0A-A524-C46CB011BC74}.Release|Any CPU.Build.0 = Release|Any CPU
{022F3E55-04C4-4541-82FB-488BBD1CBAD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{022F3E55-04C4-4541-82FB-488BBD1CBAD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{022F3E55-04C4-4541-82FB-488BBD1CBAD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{022F3E55-04C4-4541-82FB-488BBD1CBAD3}.Release|Any CPU.Build.0 = Release|Any CPU
{95FE741E-25F3-4F94-990E-6E06EF983573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95FE741E-25F3-4F94-990E-6E06EF983573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95FE741E-25F3-4F94-990E-6E06EF983573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95FE741E-25F3-4F94-990E-6E06EF983573}.Release|Any CPU.Build.0 = Release|Any CPU
{94B6AC28-3FE0-4126-9397-B7158C92D35C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B6AC28-3FE0-4126-9397-B7158C92D35C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B6AC28-3FE0-4126-9397-B7158C92D35C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B6AC28-3FE0-4126-9397-B7158C92D35C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB} = {9F894310-8457-4102-9757-5D87B5D28568}
{469D5D14-B564-4AF4-A36C-B93C823156B9} = {C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB}
{9A2ED9C1-2249-4F0A-A524-C46CB011BC74} = {C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB}
{022F3E55-04C4-4541-82FB-488BBD1CBAD3} = {C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB}
{95FE741E-25F3-4F94-990E-6E06EF983573} = {C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB}
{94B6AC28-3FE0-4126-9397-B7158C92D35C} = {C4390E9A-3483-45A8-9A3F-D8DBFF3A38DB}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4f1895c

Please sign in to comment.