Skip to content

Commit cc1cbbc

Browse files
committed
First commit
1 parent 25ceb8b commit cc1cbbc

File tree

358 files changed

+67441
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

358 files changed

+67441
-0
lines changed

AdminTemplate.sln

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminTemplate", "AdminTemplate\AdminTemplate.csproj", "{09E84E56-F85D-4292-9774-70FB3F6DC37E}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminTemplateService", "AdminTemplateService\AdminTemplateService\AdminTemplateService.csproj", "{4389B305-B381-4B50-B1A8-BBB5259A0524}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminTemplateService.ServiceModel", "AdminTemplateService\AdminTemplateService.ServiceModel\AdminTemplateService.ServiceModel.csproj", "{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminTemplateService.ServiceInterface", "AdminTemplateService\AdminTemplateService.ServiceInterface\AdminTemplateService.ServiceInterface.csproj", "{801A0F89-D5F6-49A6-BCEA-6624388C98A4}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminTemplateService.Tests", "AdminTemplateService\AdminTemplateService.Tests\AdminTemplateService.Tests.csproj", "{D22B5797-9F2A-4BA7-9636-6EFCE62EBE00}"
15+
EndProject
16+
Global
17+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|Any CPU = Debug|Any CPU
19+
Release|Any CPU = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+
{09E84E56-F85D-4292-9774-70FB3F6DC37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{09E84E56-F85D-4292-9774-70FB3F6DC37E}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{09E84E56-F85D-4292-9774-70FB3F6DC37E}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{09E84E56-F85D-4292-9774-70FB3F6DC37E}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{4389B305-B381-4B50-B1A8-BBB5259A0524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{4389B305-B381-4B50-B1A8-BBB5259A0524}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{4389B305-B381-4B50-B1A8-BBB5259A0524}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{4389B305-B381-4B50-B1A8-BBB5259A0524}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{801A0F89-D5F6-49A6-BCEA-6624388C98A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{801A0F89-D5F6-49A6-BCEA-6624388C98A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{801A0F89-D5F6-49A6-BCEA-6624388C98A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
37+
{801A0F89-D5F6-49A6-BCEA-6624388C98A4}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{D22B5797-9F2A-4BA7-9636-6EFCE62EBE00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{D22B5797-9F2A-4BA7-9636-6EFCE62EBE00}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{D22B5797-9F2A-4BA7-9636-6EFCE62EBE00}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{D22B5797-9F2A-4BA7-9636-6EFCE62EBE00}.Release|Any CPU.Build.0 = Release|Any CPU
42+
EndGlobalSection
43+
GlobalSection(SolutionProperties) = preSolution
44+
HideSolutionNode = FALSE
45+
EndGlobalSection
46+
EndGlobal

AdminTemplate/AdminTemplate.csproj

+197
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
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

Comments
 (0)