summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 222e322..2bf27e8 100644
--- a/build.proj
+++ b/build.proj
@@ -17,7 +17,7 @@
<UsingTask AssemblyFile="$(ProjectRoot)lib\MSBuild.Community.Tasks.dll" TaskName="ILMerge"/>
<ItemGroup>
- <SampleProjects Include="$(ProjectRoot)samples\**\*.csproj" />
+ <SampleProjects Include="$(ProjectRoot)samples\**\*.csproj;$(ProjectRoot)samples\**\*.vbproj" />
<SampleSites Include="OAuthConsumer;OAuthServiceProvider;InfoCardRelyingParty" />
<ProjectTemplates Include="$(ProjectRoot)projecttemplates\**\*.csproj" />
<ILMergeInputAssemblies Include="$(OutputPath)$(ProductName).dll;