Skip to content

Commit

Permalink
Promact.Erp.Web.csproj - configured project in such a way that build.…
Browse files Browse the repository at this point in the history
…js in included when project is published
  • Loading branch information
siddharthashw committed May 22, 2017
1 parent 064a0bb commit dd4ae04
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Slack.Automation/Promact.Erp.Web/Promact.Erp.Web.csproj
Expand Up @@ -27,6 +27,10 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TypeScriptToolsVersion>2.1</TypeScriptToolsVersion>
<CopyAllFilesToSingleFolderForPackageDependsOn>
BuildJs;
$(CopyAllFilesToSingleFolderForPackageDependsOn);
</CopyAllFilesToSingleFolderForPackageDependsOn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -1000,6 +1004,7 @@
<Content Include="tslint.json" />
<Content Include="StringLiteral\StringLiteral.json" />
<Content Include="tsconfig-aot.json" />
<None Include="Properties\PublishProfiles\Promact.ERP.pubxml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand Down Expand Up @@ -1317,11 +1322,11 @@
<Target Name="AfterBuild">
</Target> -->
<Target Name="BuildJs">
<ItemGroup>
<_CustomFiles Include="build.js"/>
<FilesForPackagingFromProject Include="%(_CustomFiles.Identity)">
<DestinationRelativePath>%(Filename)%(Extension)</DestinationRelativePath>
</FilesForPackagingFromProject>
</ItemGroup>
<ItemGroup>
<_CustomFiles Include="build.js" />
<FilesForPackagingFromProject Include="%(_CustomFiles.Identity)">
<DestinationRelativePath>%(Filename)%(Extension)</DestinationRelativePath>
</FilesForPackagingFromProject>
</ItemGroup>
</Target>
</Project>

0 comments on commit dd4ae04

Please sign in to comment.