|
|
|
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTarget="Build"> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<SHFBFiles Include="SHFB\*"/> |
|
|
|
|
<SHFBBuildComponents Include="SHFB\BuildComponents\*"/> |
|
|
|
|
<SHFBColorizerFiles Include="SHFB\Colorizer\*"/> |
|
|
|
|
<SHFBPluginsFiles Include="SHFB\Plugins\*"/> |
|
|
|
|
<SHFBSharedContentFiles Include="SHFB\SharedContent\*"/> |
|
|
|
@ -19,6 +20,7 @@
@@ -19,6 +20,7 @@
|
|
|
|
|
|
|
|
|
|
<Target Name="Build"> |
|
|
|
|
<Copy SourceFiles="@(SHFBFiles)" DestinationFolder="..\..\bin\Tools\SHFB" SkipUnchangedFiles="true"/> |
|
|
|
|
<Copy SourceFiles="@(SHFBBuildComponents)" DestinationFolder="..\..\bin\Tools\SHFB\BuildComponents" SkipUnchangedFiles="true"/> |
|
|
|
|
<Copy SourceFiles="@(SHFBColorizerFiles)" DestinationFolder="..\..\bin\Tools\SHFB\Colorizer" SkipUnchangedFiles="true"/> |
|
|
|
|
<Copy SourceFiles="@(SHFBPluginsFiles)" DestinationFolder="..\..\bin\Tools\SHFB\PlugIns" SkipUnchangedFiles="true"/> |
|
|
|
|
<Copy SourceFiles="@(SHFBSharedContentFiles)" DestinationFolder="..\..\bin\Tools\SHFB\SharedContent" SkipUnchangedFiles="true"/> |
|
|
|
|