diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-14 17:24:52 -0700 |
---|---|---|
committer | unknown <andrew@andrew-zt-w7.(none)> | 2012-06-10 13:59:57 -0700 |
commit | d810694830d72338219d016923e3291d1dbca77c (patch) | |
tree | 0feb78f6fe178aea72eab03674c7cf3608fc33d8 | |
parent | ad853eb657990929705ae154f046a3d50b3b31e1 (diff) | |
download | DotNetOpenAuth-d810694830d72338219d016923e3291d1dbca77c.zip DotNetOpenAuth-d810694830d72338219d016923e3291d1dbca77c.tar.gz DotNetOpenAuth-d810694830d72338219d016923e3291d1dbca77c.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 0b2c8e3..d006c2e 100644 --- a/vsix/extension.vsixmanifest +++ b/vsix/extension.vsixmanifest @@ -18,7 +18,7 @@ <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> - <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> + <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="4.5" /> </Identifier> <References /> <Content> |