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 >{b856821d-594a-458d-aea0-5e4e6a236af9}</ProjectGuid >
7
+ <ProjectHome />
8
+ <ProjectView >ProjectFiles</ProjectView >
9
+ <StartupFile >index.js</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
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" />
20
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" />
21
+ <ItemGroup >
22
+ <Content Include =" package.json" />
23
+ <Content Include =" README.md" />
24
+ <Compile Include =" gulpfile.js" />
25
+ <Compile Include =" helpers\file-lister.js" />
26
+ <Compile Include =" index.js" />
27
+ </ItemGroup >
28
+ <ItemGroup >
29
+ <Folder Include =" helpers\" />
30
+ <Folder Include =" sample\" />
31
+ <Folder Include =" typings\" />
32
+ <Folder Include =" typings\angularjs\" />
33
+ </ItemGroup >
34
+ <ItemGroup >
35
+ <TypeScriptCompile Include =" sample\aaconfig.ts" />
36
+ <TypeScriptCompile Include =" sample\angulardef.ts" />
37
+ <TypeScriptCompile Include =" sample\test1.ts" />
38
+ <TypeScriptCompile Include =" sample\test2.ts" />
39
+ <TypeScriptCompile Include =" sample\test3.ts" />
40
+ <TypeScriptCompile Include =" sample\zz.ts" />
41
+ <TypeScriptCompile Include =" typings\angularjs\angular.d.ts" />
42
+ <TypeScriptCompile Include =" typings\tsd.d.ts" />
43
+ </ItemGroup >
44
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45
+ <Import Project =" $(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
46
+ <ProjectExtensions >
47
+ <VisualStudio >
48
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
49
+ <WebProjectProperties >
50
+ <UseIIS >False</UseIIS >
51
+ <AutoAssignPort >True</AutoAssignPort >
52
+ <DevelopmentServerPort >0</DevelopmentServerPort >
53
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
54
+ <IISUrl >http://localhost:48022/</IISUrl >
55
+ <NTLMAuthentication >False</NTLMAuthentication >
56
+ <UseCustomServer >True</UseCustomServer >
57
+ <CustomServerUrl >http://localhost:1337</CustomServerUrl >
58
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
59
+ </WebProjectProperties >
60
+ </FlavorProperties >
61
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" User =" " >
62
+ <WebProjectProperties >
63
+ <StartPageUrl >
64
+ </StartPageUrl >
65
+ <StartAction >CurrentPage</StartAction >
66
+ <AspNetDebugging >True</AspNetDebugging >
67
+ <SilverlightDebugging >False</SilverlightDebugging >
68
+ <NativeDebugging >False</NativeDebugging >
69
+ <SQLDebugging >False</SQLDebugging >
70
+ <ExternalProgram >
71
+ </ExternalProgram >
72
+ <StartExternalURL >
73
+ </StartExternalURL >
74
+ <StartCmdLineArguments >
75
+ </StartCmdLineArguments >
76
+ <StartWorkingDirectory >
77
+ </StartWorkingDirectory >
78
+ <EnableENC >False</EnableENC >
79
+ <AlwaysStartWebServerOnDebug >False</AlwaysStartWebServerOnDebug >
80
+ </WebProjectProperties >
81
+ </FlavorProperties >
82
+ </VisualStudio >
83
+ </ProjectExtensions >
84
+ </Project >
0 commit comments