aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-04-11 21:13:15 +0800
committerGitHub <noreply@github.com>2019-04-11 21:13:15 +0800
commit8c5e7069d2651fb6fae641dfe482d7a0910b3fd1 (patch)
tree49dc35791778a4ed1403319708046ac8823210b6 /Timeline/Timeline.csproj
parent1eb6d9abfc24eec380b7b5d7423102a53041239e (diff)
parentf562660f52ce055e243b937a988f04c90ad3ae55 (diff)
downloadtimeline-8c5e7069d2651fb6fae641dfe482d7a0910b3fd1.tar.gz
timeline-8c5e7069d2651fb6fae641dfe482d7a0910b3fd1.tar.bz2
timeline-8c5e7069d2651fb6fae641dfe482d7a0910b3fd1.zip
Merge pull request #19 from crupest/18-createtoken
Change create token api.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj4
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">