From c0c967eede6a6f19e2068f162c91c7ec4ab7ba53 Mon Sep 17 00:00:00 2001 From: "Jackson.Bruce" Date: Sun, 15 Mar 2020 00:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- AntiXssUF.sln | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ce6fdd..7c9fa76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - +appveyor.yml +.gitlab-ci.yml # User-specific files *.rsuser *.suo diff --git a/AntiXssUF.sln b/AntiXssUF.sln index 782898c..05934fe 100644 --- a/AntiXssUF.sln +++ b/AntiXssUF.sln @@ -11,6 +11,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0676D379-1AB EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D658E57D-27C2-439A-8D75-C0C4FBB1F6E1}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A79BB805-1405-4E20-9EAD-6943BCB7A0F7}" + ProjectSection(SolutionItems) = preProject + appveyor.yml = appveyor.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU