diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-14 17:24:52 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-14 17:25:45 -0700 |
commit | 7ab873cd1c4c0aeff5fd0ade960c9bc27651b420 (patch) | |
tree | 0d429e0aecf284c7e44d1eee299249155abcaf55 | |
parent | 32d559b7513993c15ac46b1985731242a3852e85 (diff) | |
download | DotNetOpenAuth-7ab873cd1c4c0aeff5fd0ade960c9bc27651b420.zip DotNetOpenAuth-7ab873cd1c4c0aeff5fd0ade960c9bc27651b420.tar.gz DotNetOpenAuth-7ab873cd1c4c0aeff5fd0ade960c9bc27651b420.tar.bz2 |
Fixed project templates to be willing to target more VS versions and target frameworks.
-rw-r--r-- | projecttemplates/MvcRelyingParty.vsixmanifest | 7 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty.vsixmanifest | 7 | ||||
-rw-r--r-- | vsix/extension.vsixmanifest | 2 |
3 files changed, 13 insertions, 3 deletions
diff --git a/projecttemplates/MvcRelyingParty.vsixmanifest b/projecttemplates/MvcRelyingParty.vsixmanifest index 2788f1f..11cfbec 100644 --- a/projecttemplates/MvcRelyingParty.vsixmanifest +++ b/projecttemplates/MvcRelyingParty.vsixmanifest @@ -17,8 +17,13 @@ <Edition>Premium</Edition> <Edition>Ultimate</Edition> </VisualStudio> + <VisualStudio Version="11.0"> + <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> + </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> diff --git a/projecttemplates/WebFormsRelyingParty.vsixmanifest b/projecttemplates/WebFormsRelyingParty.vsixmanifest index 9ea643a..6d010c5 100644 --- a/projecttemplates/WebFormsRelyingParty.vsixmanifest +++ b/projecttemplates/WebFormsRelyingParty.vsixmanifest @@ -17,8 +17,13 @@ <Edition>Premium</Edition> <Edition>Ultimate</Edition> </VisualStudio> + <VisualStudio Version="11.0"> + <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> + </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> diff --git a/vsix/extension.vsixmanifest b/vsix/extension.vsixmanifest index d81b47a..a65805d 100644 --- a/vsix/extension.vsixmanifest +++ b/vsix/extension.vsixmanifest @@ -23,7 +23,7 @@ <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> |