diff options
author | crupest <crupest@outlook.com> | 2019-04-11 20:11:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-11 20:11:23 +0800 |
commit | f562660f52ce055e243b937a988f04c90ad3ae55 (patch) | |
tree | 49dc35791778a4ed1403319708046ac8823210b6 /Timeline/Timeline.csproj | |
parent | 1eb6d9abfc24eec380b7b5d7423102a53041239e (diff) | |
download | timeline-f562660f52ce055e243b937a988f04c90ad3ae55.tar.gz timeline-f562660f52ce055e243b937a988f04c90ad3ae55.tar.bz2 timeline-f562660f52ce055e243b937a988f04c90ad3ae55.zip |
Change create token api.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 330d2981..e55eb90d 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -27,10 +27,6 @@ <None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules\**" /> </ItemGroup> - <ItemGroup> - <Folder Include="bin\" /> - </ItemGroup> - <Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') "> <!-- Ensure Node.js is installed --> <Exec Command="node --version" ContinueOnError="true"> |