Skip to content

Commit

Permalink
Included the VS template libs with the VSIX to ensure that it will wo…
Browse files Browse the repository at this point in the history
…rk on VS11 only environments.
  • Loading branch information
dmohl committed Mar 11, 2012
1 parent 7a88d5b commit 0cfe27a
Show file tree
Hide file tree
Showing 27 changed files with 8,835 additions and 8 deletions.
Binary file modified FSharpWcfServiceApplicationTemplate.suo
Binary file not shown.
6 changes: 5 additions & 1 deletion TemplateWizard/FSharpWcfTemplateWizard.fsproj
Expand Up @@ -41,17 +41,21 @@
<ItemGroup>
<Reference Include="EnvDTE">
<HintPath>..\lib\EnvDTE.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TemplateWizardInterface">
<HintPath>..\lib\Microsoft.VisualStudio.TemplateWizardInterface.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core" />
<Reference Include="FSharp.Core">
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="VSLangProj">
<HintPath>..\lib\VSLangProj.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added TemplateWizard/bin/Release/EnvDTE.dll
Binary file not shown.
Binary file added TemplateWizard/bin/Release/FSharp.Core.dll
Binary file not shown.
8,809 changes: 8,809 additions & 0 deletions TemplateWizard/bin/Release/FSharp.Core.xml

Large diffs are not rendered by default.

Binary file modified TemplateWizard/bin/Release/FSharpWcfTemplateWizard.dll
Binary file not shown.
Binary file modified TemplateWizard/bin/Release/FSharpWcfTemplateWizard.pdb
Binary file not shown.
Binary file added TemplateWizard/bin/Release/VSLangProj.dll
Binary file not shown.
Binary file modified TemplateWizard/obj/Release/FSharpWcfTemplateWizard.dll
Binary file not shown.
Expand Up @@ -4,3 +4,7 @@ C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\bin\Release\FSharpWcfTe
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\obj\Release\ResolveAssemblyReference.cache
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\obj\Release\FSharpWcfTemplateWizard.dll
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\obj\Release\FSharpWcfTemplateWizard.pdb
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\bin\Release\EnvDTE.dll
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\bin\Release\VSLangProj.dll
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\bin\Release\FSharp.Core.dll
C:\git\FSharpWcfServiceApplicationExample\TemplateWizard\bin\Release\FSharp.Core.xml
Binary file modified TemplateWizard/obj/Release/FSharpWcfTemplateWizard.pdb
Binary file not shown.
Binary file modified TemplateWizard/obj/Release/ResolveAssemblyReference.cache
Binary file not shown.
Binary file modified VSIX/ProjectTemplates/Service/FSharpWCF.zip
Binary file not shown.
Binary file modified VSIX/bin/Release/FSharpWcfServiceApplication.vsix
Binary file not shown.
Binary file modified VSIX/bin/Release/FSharpWcfTemplateWizard.dll
Binary file not shown.
Binary file modified VSIX/bin/Release/FSharpWcfTemplateWizard.pdb
Binary file not shown.
Binary file modified VSIX/bin/Release/ProjectTemplates/Service/FSharpWCF.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions VSIX/bin/Release/extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="FsharpWcfVSIX.Microsoft.b56accd1-10e8-425e-a822-e2f90b231b67">
<Name>F# and C# Web Service (ASP.NET, WSDL)</Name>
<Author>Daniel Mohl</Author>
<Version>1.5</Version>
<Version>1.6</Version>
<Description xml:space="preserve">F# and C# Web Service (ASP.NET, WSDL)</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://bloggemdano.blogspot.com/2010/06/standard-wcf-service-application.html</MoreInfoUrl>
Expand All @@ -21,7 +21,7 @@
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5" />
</Identifier>
<References />
<Content>
Expand Down
Binary file modified VSIX/obj/Release/FSharpWcfServiceApplication.dll
Binary file not shown.
Binary file modified VSIX/obj/Release/FSharpWcfServiceApplication.pdb
Binary file not shown.
Binary file modified VSIX/obj/Release/ResolveAssemblyReference.cache
Binary file not shown.
10 changes: 10 additions & 0 deletions VSIX/obj/Release/VSIX.csproj.VsixDeployedFileListAbsolute.txt
Expand Up @@ -34,3 +34,13 @@ C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Dan
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.5\\MicrosoftPublicLicense.txt
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.5\ProjectTemplates\Service\\FSharpWCF.zip
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.5\\FSharpWcfTemplateWizard.pdb
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\FSharpWcfTemplateWizard.dll
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\extension.vsixmanifest
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\FSharpWebServiceScreenShot.png
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\MicrosoftPublicLicense.txt
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\ProjectTemplates\Service\\FSharpWCF.zip
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\EnvDTE.dll
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\VSLangProj.dll
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\stdole.dll
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\FSharpWcfTemplateWizard.pdb
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Web Service (ASP.NET, WSDL)\1.6\\FSharp.Core.dll
4 changes: 2 additions & 2 deletions VSIX/obj/Release/extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="FsharpWcfVSIX.Microsoft.b56accd1-10e8-425e-a822-e2f90b231b67">
<Name>F# and C# Web Service (ASP.NET, WSDL)</Name>
<Author>Daniel Mohl</Author>
<Version>1.5</Version>
<Version>1.6</Version>
<Description xml:space="preserve">F# and C# Web Service (ASP.NET, WSDL)</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://bloggemdano.blogspot.com/2010/06/standard-wcf-service-application.html</MoreInfoUrl>
Expand All @@ -21,7 +21,7 @@
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5" />
</Identifier>
<References />
<Content>
Expand Down
4 changes: 2 additions & 2 deletions VSIX/source.extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="FsharpWcfVSIX.Microsoft.b56accd1-10e8-425e-a822-e2f90b231b67">
<Name>F# and C# Web Service (ASP.NET, WSDL)</Name>
<Author>Daniel Mohl</Author>
<Version>1.5</Version>
<Version>1.6</Version>
<Description xml:space="preserve">F# and C# Web Service (ASP.NET, WSDL)</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://bloggemdano.blogspot.com/2010/06/standard-wcf-service-application.html</MoreInfoUrl>
Expand All @@ -21,7 +21,7 @@
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5" />
</Identifier>
<References />
<Content>
Expand Down
@@ -1 +1 @@
iL�
�Fh�
Binary file not shown.
Binary file not shown.

0 comments on commit 0cfe27a

Please sign in to comment.