Skip to content

Commit 50467e7

Browse files
author
Troy Do
committed
Scribbles
1 parent 3b65302 commit 50467e7

20 files changed

+5115
-0
lines changed

Scribbles/Scribbles.zip

51.3 KB
Binary file not shown.

Scribbles/Scribbles_src/Scribbles.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scribbles", "Scribbles\Scribbles.csproj", "{9CC76461-0CEE-4D56-B1EE-4646B214DAA3}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|x86 = Debug|x86
9+
Release|x86 = Release|x86
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{9CC76461-0CEE-4D56-B1EE-4646B214DAA3}.Debug|x86.ActiveCfg = Debug|x86
13+
{9CC76461-0CEE-4D56-B1EE-4646B214DAA3}.Debug|x86.Build.0 = Debug|x86
14+
{9CC76461-0CEE-4D56-B1EE-4646B214DAA3}.Release|x86.ActiveCfg = Release|x86
15+
{9CC76461-0CEE-4D56-B1EE-4646B214DAA3}.Release|x86.Build.0 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

0 commit comments

Comments
 (0)