aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-11 20:11:23 +0800
committercrupest <crupest@outlook.com>2019-04-11 20:11:23 +0800
commit63573d7c988e0bc1b7e82eeea53ecc3678b0a2f5 (patch)
tree34118752ae3015a26c0f6f3a02b3043806ce895a /Timeline/Timeline.csproj
parent5b5ca3acb1b9decb5ad13798dc79ba2d58f2ce95 (diff)
downloadtimeline-63573d7c988e0bc1b7e82eeea53ecc3678b0a2f5.tar.gz
timeline-63573d7c988e0bc1b7e82eeea53ecc3678b0a2f5.tar.bz2
timeline-63573d7c988e0bc1b7e82eeea53ecc3678b0a2f5.zip
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">