1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
4
+ <Import Project =" ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
5
+ <Import Project =" ..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
6
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
7
+ <PropertyGroup >
8
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
+ <ProductVersion >
11
+ </ProductVersion >
12
+ <SchemaVersion >2.0</SchemaVersion >
13
+ <ProjectGuid >{09E84E56-F85D-4292-9774-70FB3F6DC37E}</ProjectGuid >
14
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
15
+ <OutputType >Library</OutputType >
16
+ <AppDesignerFolder >Properties</AppDesignerFolder >
17
+ <RootNamespace >AdminTemplate</RootNamespace >
18
+ <AssemblyName >AdminTemplate</AssemblyName >
19
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
20
+ <UseIISExpress >true</UseIISExpress >
21
+ <IISExpressSSLPort />
22
+ <IISExpressAnonymousAuthentication />
23
+ <IISExpressWindowsAuthentication />
24
+ <IISExpressUseClassicPipelineMode />
25
+ <UseGlobalApplicationHostFile />
26
+ <NuGetPackageImportStamp >
27
+ </NuGetPackageImportStamp >
28
+ <TypeScriptToolsVersion >2.0</TypeScriptToolsVersion >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31
+ <DebugSymbols >true</DebugSymbols >
32
+ <DebugType >full</DebugType >
33
+ <Optimize >false</Optimize >
34
+ <OutputPath >bin\</OutputPath >
35
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
40
+ <DebugType >pdbonly</DebugType >
41
+ <Optimize >true</Optimize >
42
+ <OutputPath >bin\</OutputPath >
43
+ <DefineConstants >TRACE</DefineConstants >
44
+ <ErrorReport >prompt</ErrorReport >
45
+ <WarningLevel >4</WarningLevel >
46
+ </PropertyGroup >
47
+ <ItemGroup >
48
+ <Reference Include =" Microsoft.AI.Agent.Intercept, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49
+ <HintPath >..\packages\Microsoft.ApplicationInsights.Agent.Intercept.1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath >
50
+ <Private >True</Private >
51
+ </Reference >
52
+ <Reference Include =" Microsoft.AI.DependencyCollector, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
+ <HintPath >..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.1.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath >
54
+ <Private >True</Private >
55
+ </Reference >
56
+ <Reference Include =" Microsoft.AI.PerfCounterCollector, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.1.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath >
58
+ <Private >True</Private >
59
+ </Reference >
60
+ <Reference Include =" Microsoft.AI.ServerTelemetryChannel, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.1.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath >
62
+ <Private >True</Private >
63
+ </Reference >
64
+ <Reference Include =" Microsoft.AI.Web, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65
+ <HintPath >..\packages\Microsoft.ApplicationInsights.Web.2.1.0\lib\net45\Microsoft.AI.Web.dll</HintPath >
66
+ <Private >True</Private >
67
+ </Reference >
68
+ <Reference Include =" Microsoft.AI.WindowsServer, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
69
+ <HintPath >..\packages\Microsoft.ApplicationInsights.WindowsServer.2.1.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath >
70
+ <Private >True</Private >
71
+ </Reference >
72
+ <Reference Include =" Microsoft.ApplicationInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
73
+ <HintPath >..\packages\Microsoft.ApplicationInsights.2.1.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath >
74
+ <Private >True</Private >
75
+ </Reference >
76
+ <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
77
+ <HintPath >..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
78
+ <Private >True</Private >
79
+ </Reference >
80
+ <Reference Include =" Microsoft.CSharp" />
81
+ <Reference Include =" System.Web.DynamicData" />
82
+ <Reference Include =" System.Web.Entity" />
83
+ <Reference Include =" System.Web.ApplicationServices" />
84
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
85
+ <Reference Include =" System" />
86
+ <Reference Include =" System.Data" />
87
+ <Reference Include =" System.Core" />
88
+ <Reference Include =" System.Data.DataSetExtensions" />
89
+ <Reference Include =" System.Web.Extensions" />
90
+ <Reference Include =" System.Xml.Linq" />
91
+ <Reference Include =" System.Drawing" />
92
+ <Reference Include =" System.Web" />
93
+ <Reference Include =" System.Xml" />
94
+ <Reference Include =" System.Configuration" />
95
+ <Reference Include =" System.Web.Services" />
96
+ <Reference Include =" System.EnterpriseServices" />
97
+ </ItemGroup >
98
+ <ItemGroup >
99
+ <Content Include =" app\app.component.css" >
100
+ <DependentUpon >app.component.scss</DependentUpon >
101
+ </Content >
102
+ <Content Include =" app\app.component.html" />
103
+ <Content Include =" app\app.component.min.css" >
104
+ <DependentUpon >app.component.css</DependentUpon >
105
+ </Content >
106
+ <Content Include =" app\dashboard\dashboard.component.css" >
107
+ <DependentUpon >dashboard.component.scss</DependentUpon >
108
+ </Content >
109
+ <Content Include =" app\dashboard\dashboard.component.html" />
110
+ <Content Include =" app\dashboard\dashboard.component.min.css" >
111
+ <DependentUpon >dashboard.component.css</DependentUpon >
112
+ </Content >
113
+ <Content Include =" packages.config" />
114
+ <Content Include =" ApplicationInsights.config" >
115
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
116
+ </Content >
117
+ <Content Include =" package.json" />
118
+ <Content Include =" tsconfig.json" />
119
+ <Content Include =" app\dashboard\dashboard.component.scss" />
120
+ <Content Include =" app\app.component.scss" />
121
+ <None Include =" compilerconfig.json" />
122
+ <None Include =" compilerconfig.json.defaults" >
123
+ <DependentUpon >compilerconfig.json</DependentUpon >
124
+ </None >
125
+ <Content Include =" assets\styles\variables.scss" />
126
+ <None Include =" Web.Debug.config" >
127
+ <DependentUpon >Web.config</DependentUpon >
128
+ </None >
129
+ <None Include =" Web.Release.config" >
130
+ <DependentUpon >Web.config</DependentUpon >
131
+ </None >
132
+ </ItemGroup >
133
+ <ItemGroup >
134
+ <Content Include =" assets\images\favicon.ico" />
135
+ <Content Include =" gulpfile.js" />
136
+ <Content Include =" index.html" />
137
+ <Content Include =" Web.config" />
138
+ </ItemGroup >
139
+ <ItemGroup >
140
+ <Compile Include =" Properties\AssemblyInfo.cs" />
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <TypeScriptCompile Include =" app\app-routing.module.ts" />
144
+ <TypeScriptCompile Include =" app\app.component.ts" />
145
+ <TypeScriptCompile Include =" app\app.module.ts" />
146
+ <TypeScriptCompile Include =" app\dashboard\dashboard.component.ts" />
147
+ <TypeScriptCompile Include =" app\main.ts" />
148
+ <TypeScriptCompile Include =" app\shared\dashboard.service.ts" />
149
+ <TypeScriptCompile Include =" system-config.ts" />
150
+ </ItemGroup >
151
+ <ItemGroup >
152
+ <Service Include =" {4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
153
+ </ItemGroup >
154
+ <ItemGroup >
155
+ <Folder Include =" assets\fonts\" />
156
+ </ItemGroup >
157
+ <PropertyGroup >
158
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
159
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
160
+ </PropertyGroup >
161
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
162
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
163
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
164
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
165
+ <ProjectExtensions >
166
+ <VisualStudio >
167
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
168
+ <WebProjectProperties >
169
+ <UseIIS >True</UseIIS >
170
+ <AutoAssignPort >True</AutoAssignPort >
171
+ <DevelopmentServerPort >2740</DevelopmentServerPort >
172
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
173
+ <IISUrl >http://localhost:2740/</IISUrl >
174
+ <NTLMAuthentication >False</NTLMAuthentication >
175
+ <UseCustomServer >False</UseCustomServer >
176
+ <CustomServerUrl >
177
+ </CustomServerUrl >
178
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
179
+ </WebProjectProperties >
180
+ </FlavorProperties >
181
+ </VisualStudio >
182
+ </ProjectExtensions >
183
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
184
+ <PropertyGroup >
185
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
186
+ </PropertyGroup >
187
+ <Error Condition =" !Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
188
+ <Error Condition =" !Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
189
+ </Target >
190
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191
+ Other similar extension points exist, see Microsoft.Common.targets.
192
+ <Target Name="BeforeBuild">
193
+ </Target>
194
+ <Target Name="AfterBuild">
195
+ </Target>
196
+ -->
197
+ </Project >
0 commit comments