summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-06-16 16:05:44 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-06-16 16:05:44 -0700
commitc74bede6f773bd0a0c6362a6647a2939554ccd9a (patch)
treec43abdf614a40e6932e8d5597817a6197a3742d5 /projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql
parent6616faa0d09dc0fd6f60bc5ce122476aefaec44c (diff)
downloadDotNetOpenAuth-c74bede6f773bd0a0c6362a6647a2939554ccd9a.zip
DotNetOpenAuth-c74bede6f773bd0a0c6362a6647a2939554ccd9a.tar.gz
DotNetOpenAuth-c74bede6f773bd0a0c6362a6647a2939554ccd9a.tar.bz2
Removes project templates.
These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work.
Diffstat (limited to 'projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql')
-rw-r--r--projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql b/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql
deleted file mode 100644
index 0c9f8d6..0000000
--- a/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- Pre-Deployment Script Template
---------------------------------------------------------------------------------------
- This file contains SQL statements that will be executed before the build script.
- Use SQLCMD syntax to include a file in the pre-deployment script.
- Example: :r .\myfile.sql
- Use SQLCMD syntax to reference a variable in the pre-deployment script.
- Example: :setvar TableName MyTable
- SELECT * FROM [$(TableName)]
---------------------------------------------------------------------------------------
-*/ \ No newline at end of file