From 1dc88d44259ffc4ce3e44efba67149c1356e0aaf Mon Sep 17 00:00:00 2001 From: AnnaKed Date: Sun, 19 Nov 2017 17:20:18 -0800 Subject: [PATCH] add README file to the project --- "(CRS) Criteria \342\200\223 Express Entry.sln" | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 README.md diff --git "a/(CRS) Criteria \342\200\223 Express Entry.sln" "b/(CRS) Criteria \342\200\223 Express Entry.sln" index 83ab545..e87b4f1 100644 --- "a/(CRS) Criteria \342\200\223 Express Entry.sln" +++ "b/(CRS) Criteria \342\200\223 Express Entry.sln" @@ -5,6 +5,11 @@ VisualStudioVersion = 15.0.26430.15 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "(CRS) Criteria – Express Entry", "(CRS) Criteria – Express Entry\(CRS) Criteria – Express Entry.csproj", "{6DE554FC-AB1E-438E-83B3-AC71A5D5FDF2}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58211751-E571-46F1-B6DF-F28B1AD1E004}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0bf0a9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## (CRS) Criteria - Express Entry Calculator + +This program calculates points for Canadian immigration system called Express Entry based on [**this**](http://www.cic.gc.ca/english/express-entry/grid-crs.asp#a2) criteria. \ No newline at end of file