diff options
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/RelyingPartyLogic.vstemplate')
-rw-r--r-- | projecttemplates/RelyingPartyLogic/RelyingPartyLogic.vstemplate | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.vstemplate b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.vstemplate new file mode 100644 index 0000000..243d820 --- /dev/null +++ b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.vstemplate @@ -0,0 +1,11 @@ +<VSTemplate Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> + <TemplateData> + <Name>ASP.NET OpenID-InfoCard RP</Name> + <Description>An ASP.NET web forms web site that accepts OpenID and InfoCard logins</Description> + <ProjectType>CSharp</ProjectType> + <Icon>__TemplateIcon.ico</Icon> + </TemplateData> + <TemplateContent> + <Project File="RelyingPartyLogic.csproj" ReplaceParameters="true" /> + </TemplateContent> +</VSTemplate>
\ No newline at end of file |