From 6e05edc3506800ab7139b169c16cb18eb6d6d405 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Mon, 31 Aug 2015 10:26:29 -0700 Subject: [PATCH 1/2] Add .jsproj extension --- lib/linguist/languages.yml | 1 + samples/JSProj/JSBrowser.jsproj | 96 +++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 samples/JSProj/JSBrowser.jsproj diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 8a0bc395..02f73444 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3615,6 +3615,7 @@ XML: - .iml - .ivy - .jelly + - .jsproj - .kml - .launch - .mdpolicy diff --git a/samples/JSProj/JSBrowser.jsproj b/samples/JSProj/JSBrowser.jsproj new file mode 100644 index 00000000..78d2cb4d --- /dev/null +++ b/samples/JSProj/JSBrowser.jsproj @@ -0,0 +1,96 @@ + + + + + Debug + AnyCPU + + + Debug + ARM + + + Debug + x64 + + + Debug + x86 + + + Release + AnyCPU + + + Release + ARM + true + + + Release + x64 + true + + + Release + x86 + true + + + + 42fc11d8-64c6-4967-a15a-dfd787f68766 + + + + 14.0 + + + + + true + UAP + 10.0.10240.0 + 10.0.10240.0 + $(VersionNumberMajor).$(VersionNumberMinor) + en-US + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + From 9b8bf9068f2ec2ea2de37a29b3c8ad40c922215f Mon Sep 17 00:00:00 2001 From: James Kyle Date: Mon, 31 Aug 2015 11:35:01 -0700 Subject: [PATCH 2/2] Move jsproj example to xml directory --- samples/{JSProj => XML}/JSBrowser.jsproj | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename samples/{JSProj => XML}/JSBrowser.jsproj (100%) diff --git a/samples/JSProj/JSBrowser.jsproj b/samples/XML/JSBrowser.jsproj similarity index 100% rename from samples/JSProj/JSBrowser.jsproj rename to samples/XML/JSBrowser.jsproj