10
10
<ProductVersion >
11
11
</ProductVersion >
12
12
<SchemaVersion >2.0</SchemaVersion >
13
- <ProjectGuid >{869A7A30-A879-401C-8864-DD113417EF84 }</ProjectGuid >
13
+ <ProjectGuid >{E9341B25-83E0-483C-953F-0FE73115BEE9 }</ProjectGuid >
14
14
<ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
15
15
<OutputType >Library</OutputType >
16
16
<AppDesignerFolder >Properties</AppDesignerFolder >
73
73
<Content Include =" app\home\welcome.component.js.map" />
74
74
<Content Include =" app\main.js.map" />
75
75
<Content Include =" package.json" />
76
+ <Content Include =" tsconfig.json" />
76
77
<Content Include =" typings.json" />
77
78
<None Include =" Web.Debug.config" >
78
79
<DependentUpon >Web.config</DependentUpon >
96
97
<Compile Include =" Properties\AssemblyInfo.cs" />
97
98
</ItemGroup >
98
99
<ItemGroup >
100
+ <TypeScriptCompile Include =" app\app.component.ts" />
99
101
<TypeScriptCompile Include =" app\home\welcome.component.ts" />
100
102
<TypeScriptCompile Include =" app\main.ts" />
101
103
</ItemGroup >
107
109
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
108
110
</PropertyGroup >
109
111
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
110
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
111
- <TypeScriptOutFile />
112
- <TypeScriptOutDir />
113
- <TypeScriptMapRoot />
114
- <TypeScriptSourceRoot />
115
- <TypeScriptTarget >ES5</TypeScriptTarget >
116
- <TypeScriptJSXEmit >None</TypeScriptJSXEmit >
117
- <TypeScriptCompileOnSaveEnabled >True</TypeScriptCompileOnSaveEnabled >
118
- <TypeScriptNoImplicitAny >False</TypeScriptNoImplicitAny >
119
- <TypeScriptModuleKind >System</TypeScriptModuleKind >
120
- <TypeScriptRemoveComments >False</TypeScriptRemoveComments >
121
- <TypeScriptGeneratesDeclarations >False</TypeScriptGeneratesDeclarations >
122
- <TypeScriptNoEmitOnError >True</TypeScriptNoEmitOnError >
123
- <TypeScriptSourceMap >True</TypeScriptSourceMap >
124
- <TypeScriptModuleResolution >NodeJs</TypeScriptModuleResolution >
125
- <TypeScriptExperimentalDecorators >true</TypeScriptExperimentalDecorators >
126
- </PropertyGroup >
127
112
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
128
113
<Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
129
114
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
133
118
<WebProjectProperties >
134
119
<UseIIS >True</UseIIS >
135
120
<AutoAssignPort >True</AutoAssignPort >
136
- <DevelopmentServerPort >7897 </DevelopmentServerPort >
121
+ <DevelopmentServerPort >16712 </DevelopmentServerPort >
137
122
<DevelopmentServerVPath >/</DevelopmentServerVPath >
138
- <IISUrl >http://localhost:7897 /</IISUrl >
123
+ <IISUrl >http://localhost:16712 /</IISUrl >
139
124
<NTLMAuthentication >False</NTLMAuthentication >
140
125
<UseCustomServer >False</UseCustomServer >
141
126
<CustomServerUrl >
159
144
<Target Name="AfterBuild">
160
145
</Target>
161
146
-->
162
- <Target Name =" FixTsBuildConfiguration" BeforeTargets =" CompileTypeScript" >
163
- <PropertyGroup >
164
- <TypeScriptBuildConfigurations >$(TypeScriptBuildConfigurations.Replace("--moduleResolution NodeJs", "--moduleResolution node"))</TypeScriptBuildConfigurations >
165
- </PropertyGroup >
166
- </Target >
167
147
</Project >
0 commit comments