mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-09 23:57:23 +00:00
added a few more files to project file
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{e9b89e72-fce3-4d0e-b4eb-b799440a91e1}</ProjectGuid>
|
||||
<ProjectHome>.</ProjectHome>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<StartupFile>dist\server.js</StartupFile>
|
||||
<WorkingDirectory>.</WorkingDirectory>
|
||||
<OutputPath>.</OutputPath>
|
||||
@@ -26,6 +26,9 @@
|
||||
<NODE_ENV>production</NODE_ENV>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include=".env.example" />
|
||||
<Content Include=".gitignore" />
|
||||
<Content Include=".travis.yml" />
|
||||
<Content Include="package-lock.json" />
|
||||
<Content Include="package.json" />
|
||||
<Content Include="tsconfig.json" />
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
C:\Users\wilkelly\Documents\dev\TypeScript-Node-Starter\obj\Debug\TypeScriptNodeStarterTemplate.njsprojResolveAssemblyReference.cache
|
||||
C:\Users\wilkelly\Documents\dev\TypeScript-Node-Starter\obj\Debug\TypeScriptNodeStarterTemplate.njsproj.CoreCompileInputs.cache
|
||||
C:\Users\wilkelly\Documents\dev\TypeScript-Node-Starter\bin\Microsoft.NodejsTools.WebRole.dll
|
||||
Reference in New Issue
Block a user