1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <SchemaVersion >2.0</SchemaVersion >
6+ <ProjectGuid >{abeae01d-ced1-4453-9533-6f0ebb26b1a3}</ProjectGuid >
7+ <ProjectHome />
8+ <ProjectView >ShowAllFiles</ProjectView >
9+ <StartupFile >app.ts</StartupFile >
10+ <WorkingDirectory >.</WorkingDirectory >
11+ <OutputPath >.</OutputPath >
12+ <ProjectTypeGuids >{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids >
13+ <TypeScriptSourceMap >true</TypeScriptSourceMap >
14+ <TypeScriptModuleKind >CommonJS</TypeScriptModuleKind >
15+ <EnableTypeScript >true</EnableTypeScript >
16+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >11.0</VisualStudioVersion >
17+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
18+ <NodejsPort >
19+ </NodejsPort >
20+ <StartWebBrowser >True</StartWebBrowser >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" />
23+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" />
24+ <ItemGroup >
25+ <Content Include =" package.json" />
26+ <Content Include =" README.md" />
27+ <TypeScriptCompile Include =" app.ts" />
28+ <TypeScriptCompile Include =" db.ts" />
29+ <TypeScriptCompile Include =" routes\index.ts" />
30+ <Content Include =" views\board.jade" />
31+ <Content Include =" views\image.jade" />
32+ <Content Include =" views\index.jade" />
33+ <Content Include =" views\layout.jade" />
34+ <Content Include =" views\newboard.jade" />
35+ <Content Include =" views\newpin.jade" />
36+ <Content Include =" views\user.jade" />
37+ <Content Include =" dump\mydb\images.metadata.json" />
38+ <Content Include =" dump\mydb\users.metadata.json" />
39+ <Compile Include =" public\javascripts\fb.js" />
40+ <Content Include =" public\stylesheets\style.css" />
41+ <TypeScriptCompile Include =" typings\express\express-middleware.d.ts" />
42+ <TypeScriptCompile Include =" typings\express\express.d.ts" />
43+ <TypeScriptCompile Include =" typings\mongodb\mongodb.d.ts" />
44+ <TypeScriptCompile Include =" typings\node\node.d.ts" />
45+ </ItemGroup >
46+ <ItemGroup >
47+ <Folder Include =" bin" />
48+ <Folder Include =" bin\Debug" />
49+ <Folder Include =" dump" />
50+ <Folder Include =" dump\mydb" />
51+ <Folder Include =" obj" />
52+ <Folder Include =" obj\Debug" />
53+ <Folder Include =" obj\Debug\TempPE" />
54+ <Folder Include =" public" />
55+ <Folder Include =" public\images" />
56+ <Folder Include =" public\javascripts" />
57+ <Folder Include =" public\stylesheets" />
58+ <Folder Include =" routes" />
59+ <Folder Include =" typings" />
60+ <Folder Include =" typings\express" />
61+ <Folder Include =" typings\mongodb" />
62+ <Folder Include =" typings\node" />
63+ <Folder Include =" views" />
64+ </ItemGroup >
65+ <Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66+ <!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them.-->
67+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition =" False" />
68+ <Import Project =" $(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
69+ <ProjectExtensions >
70+ <VisualStudio >
71+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
72+ <WebProjectProperties >
73+ <UseIIS >False</UseIIS >
74+ <AutoAssignPort >True</AutoAssignPort >
75+ <DevelopmentServerPort >0</DevelopmentServerPort >
76+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
77+ <IISUrl >http://localhost:48022/</IISUrl >
78+ <NTLMAuthentication >False</NTLMAuthentication >
79+ <UseCustomServer >True</UseCustomServer >
80+ <CustomServerUrl >http://localhost:1337</CustomServerUrl >
81+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
82+ </WebProjectProperties >
83+ </FlavorProperties >
84+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" User =" " >
85+ <WebProjectProperties >
86+ <StartPageUrl >
87+ </StartPageUrl >
88+ <StartAction >CurrentPage</StartAction >
89+ <AspNetDebugging >True</AspNetDebugging >
90+ <SilverlightDebugging >False</SilverlightDebugging >
91+ <NativeDebugging >False</NativeDebugging >
92+ <SQLDebugging >False</SQLDebugging >
93+ <ExternalProgram >
94+ </ExternalProgram >
95+ <StartExternalURL >
96+ </StartExternalURL >
97+ <StartCmdLineArguments >
98+ </StartCmdLineArguments >
99+ <StartWorkingDirectory >
100+ </StartWorkingDirectory >
101+ <EnableENC >False</EnableENC >
102+ <AlwaysStartWebServerOnDebug >False</AlwaysStartWebServerOnDebug >
103+ </WebProjectProperties >
104+ </FlavorProperties >
105+ </VisualStudio >
106+ </ProjectExtensions >
107+ </Project >
0 commit comments