Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33e4282

Browse files
committedSep 11, 2015
readme updated
1 parent 054ec8b commit 33e4282

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# TinyInterceptor
2-
A tiny useless interceptor to just show how an interceptor works :D
2+
A tiny useless interceptor to show how an interceptor works.

‎TinyInterceptor.sln

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ VisualStudioVersion = 14.0.23107.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyInterceptor", "TinyInterceptor\TinyInterceptor.csproj", "{350FC69E-68A7-47B3-8268-83B5903656AF}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git Files", "Git Files", "{B94614DA-F56D-41BE-81F0-C37D506A9930}"
9+
ProjectSection(SolutionItems) = preProject
10+
.gitattributes = .gitattributes
11+
.gitignore = .gitignore
12+
LICENSE = LICENSE
13+
README.md = README.md
14+
EndProjectSection
15+
EndProject
816
Global
917
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1018
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)
Please sign in to comment.