diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-15 13:34:06 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-15 13:34:06 -0800 |
commit | 2779e324bada2f8c38175d800925a6336fdc5378 (patch) | |
tree | 93664d6120619b6d23b503d4e71113e160c3d41f | |
parent | 84410f2aea61dea7fd6c768407a062561fbe67a2 (diff) | |
download | DotNetOpenAuth-2779e324bada2f8c38175d800925a6336fdc5378.zip DotNetOpenAuth-2779e324bada2f8c38175d800925a6336fdc5378.tar.gz DotNetOpenAuth-2779e324bada2f8c38175d800925a6336fdc5378.tar.bz2 |
Made GettingStarted.htm have a space in it to flex our muscle.
And added some missing Purge tasks.
-rw-r--r-- | build.proj | 8 | ||||
-rw-r--r-- | projecttemplates/MvcRelyingParty/Getting Started.htm (renamed from projecttemplates/MvcRelyingParty/GettingStarted.htm) | 0 | ||||
-rw-r--r-- | projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj | 2 | ||||
-rw-r--r-- | projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate | 2 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Getting Started.htm (renamed from projecttemplates/WebFormsRelyingParty/GettingStarted.htm) | 0 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj | 2 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate | 2 |
7 files changed, 9 insertions, 7 deletions
@@ -272,6 +272,8 @@ DowngradeMvc2ToMvc1="true" /> + <Purge Directories="$(VS2008ProjectTemplatesDirectory)" IntendedFiles="@(ProjectTemplates2008Layout)" /> + <DiscoverProjectTemplates TopLevelTemplates="@(TopLevelVS2008ProjectTemplates)"> <Output TaskParameter="ProjectTemplates" ItemName="SubVS2008Templates" /> <Output TaskParameter="ProjectTemplateContents" ItemName="VS2008TemplateItemContents" /> @@ -303,8 +305,6 @@ WorkingDirectory="%(VS2008ProjectTemplateContents.WorkingDirectory)" ZipLevel="$(ZipLevel)" /> - - <Purge Directories="$(VS2008ProjectTemplatesDirectory)" IntendedFiles="@(ProjectTemplates2008Layout)" /> </Target> <Target Name="ProjectTemplates2010" DependsOnTargets="ProjectTemplatesLayout"> @@ -325,6 +325,8 @@ <HardLinkCopy SourceFiles="@(ProjectTemplates2010Source)" DestinationFiles="@(ProjectTemplates2010Layout)" /> + <Purge Directories="$(VS2010ProjectTemplatesDirectory)" IntendedFiles="@(ProjectTemplates2010Layout)" /> + <DiscoverProjectTemplates TopLevelTemplates="@(TopLevelVS2010ProjectTemplates)"> <Output TaskParameter="ProjectTemplates" ItemName="SubVS2010Templates" /> <Output TaskParameter="ProjectTemplateContents" ItemName="VS2010TemplateItemContents" /> @@ -359,7 +361,7 @@ ZipLevel="$(ZipLevel)" /> </Target> - + <Target Name="vsi" DependsOnTargets="ProjectTemplates2008;_SetDropProperties"> <PropertyGroup> <ProjectTemplatesVsi>$(DropDirectoryNoSlash).vsi</ProjectTemplatesVsi> diff --git a/projecttemplates/MvcRelyingParty/GettingStarted.htm b/projecttemplates/MvcRelyingParty/Getting Started.htm index c4fb3aa..c4fb3aa 100644 --- a/projecttemplates/MvcRelyingParty/GettingStarted.htm +++ b/projecttemplates/MvcRelyingParty/Getting Started.htm diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj index bab0140..c25c6d3 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj @@ -96,7 +96,7 @@ </ItemGroup> <ItemGroup> <Content Include="Default.aspx" /> - <Content Include="GettingStarted.htm" /> + <Content Include="Getting Started.htm" /> <Content Include="Global.asax" /> <Content Include="Setup.aspx" /> <Content Include="Views\Account\EditFields.ascx" /> diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate b/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate index fd0d0ae..2b608eb 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate @@ -7,7 +7,7 @@ </TemplateData> <TemplateContent> <Project File="MvcRelyingParty.csproj" ReplaceParameters="true"> - <ProjectItem OpenInWebBrowser="true">GettingStarted.htm</ProjectItem> + <ProjectItem OpenInWebBrowser="true">Getting Started.htm</ProjectItem> </Project> </TemplateContent> </VSTemplate>
\ No newline at end of file diff --git a/projecttemplates/WebFormsRelyingParty/GettingStarted.htm b/projecttemplates/WebFormsRelyingParty/Getting Started.htm index c4fb3aa..c4fb3aa 100644 --- a/projecttemplates/WebFormsRelyingParty/GettingStarted.htm +++ b/projecttemplates/WebFormsRelyingParty/Getting Started.htm diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj index a37f38d..4d92530 100644 --- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj +++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj @@ -188,7 +188,7 @@ <Content Include="styles\Standard.css" /> </ItemGroup> <ItemGroup> - <Content Include="GettingStarted.htm" /> + <Content Include="Getting Started.htm" /> <Content Include="images\infocard_23x16.png" /> <Content Include="images\myopenid.png" /> <Content Include="images\openid.gif" /> diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate index 783c8f1..567e3a1 100644 --- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate +++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate @@ -7,7 +7,7 @@ </TemplateData> <TemplateContent> <Project File="WebFormsRelyingParty.csproj" ReplaceParameters="true"> - <ProjectItem OpenInWebBrowser="true">GettingStarted.htm</ProjectItem> + <ProjectItem OpenInWebBrowser="true">Getting Started.htm</ProjectItem> </Project> </TemplateContent> </VSTemplate>
\ No newline at end of file |