summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-06-04 00:21:46 +0200
committeremkael <emkael@tlen.pl>2016-06-04 00:21:46 +0200
commitc99aa21ec8e5cc0cad56a6dd99ab09779f90c5fb (patch)
tree5db39a012e06df77c15a016b0f665f46a35d6712
parent0736ee02b762c3dfbe161aa5ae02f154e27c374f (diff)
* only include README in bundlev0.99
-rw-r--r--BCDD.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/BCDD.csproj b/BCDD.csproj
index e2b6f39..5429313 100644
--- a/BCDD.csproj
+++ b/BCDD.csproj
@@ -72,7 +72,7 @@
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' And Exists('$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets') ">
<ItemGroup>
<BundleFiles Include="$(OutputPath)\$(SolutionName).exe" />
- <BundleFiles Include="doc\*.md" />
+ <BundleFiles Include="doc\README*.md" />
</ItemGroup>
<GetAssemblyIdentity AssemblyFiles="$(OutputPath)\$(SolutionName).exe">
<Output TaskParameter="Assemblies" ItemName="assemblyInfo" />