Skip to content
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

Commit 1f64a3c

Browse files
Knockout.Demo project added.
1 parent 93ccc9b commit 1f64a3c

17 files changed

+1807
-0
lines changed

Knockout.Demo/.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Build and Object Folders
2+
bin/
3+
obj/
4+
Obj/
5+
6+
#User Specific Files
7+
*.user
8+
*.suo
9+
*.userprefs
10+
*.pidb
11+
12+
13+
#Resource Caches
14+
_ReSharper.*
15+
*.sln.cache
16+
*.Cache

Knockout.Demo/Knockout.Demo.sln

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Knockout.Demo", "Knockout.Demo\Knockout.Demo.csproj", "{C2C735F5-ADD3-4E64-9114-03D2623C1A3C}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{C2C735F5-ADD3-4E64-9114-03D2623C1A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{C2C735F5-ADD3-4E64-9114-03D2623C1A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{C2C735F5-ADD3-4E64-9114-03D2623C1A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{C2C735F5-ADD3-4E64-9114-03D2623C1A3C}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

0 commit comments

Comments
 (0)