Commit add82cea8dce3533d837d3a59b04562450310960
Merge branch 'DAMultipleViewOpen' of http://52.6.196.163/ADAM/AIAHTML5 into DAMultipleViewOpen
Showing
5 changed files
with
30 additions
and
31 deletions
.gitignore
1 | -# git ignore file | |
2 | -[Bb]in/ | |
3 | -[Dd]ebug*/ | |
4 | -*.lib | |
5 | -Thumbs.db | |
6 | -obj/ | |
7 | -*.obj | |
8 | -*.exe | |
9 | -*.pdb | |
10 | -*.user | |
11 | -*.aps | |
12 | -*.pch | |
13 | -*.vspscc | |
14 | -*_i.c | |
15 | -*_p.c | |
16 | -*.ncb | |
17 | -*.suo | |
18 | -*.sln.docstates | |
19 | -*.tlb | |
20 | -*.tlh | |
21 | -*.bak | |
22 | -*.cache | |
23 | -*.ilk | |
1 | +# git ignore file | |
2 | +[Bb]in/ | |
3 | +[Dd]ebug*/ | |
4 | +*.lib | |
5 | +Thumbs.db | |
6 | +obj/ | |
7 | +*.obj | |
8 | +*.exe | |
9 | +*.pdb | |
10 | +*.user | |
11 | +*.aps | |
12 | +*.pch | |
13 | +*.vspscc | |
14 | +*_i.c | |
15 | +*_p.c | |
16 | +*.ncb | |
17 | +*.suo | |
18 | +*.sln.docstates | |
19 | +*.tlb | |
20 | +*.tlh | |
21 | +*.bak | |
22 | +*.cache | |
23 | +*.ilk | |
24 | 24 | *.log |
25 | 25 | 400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj |
26 | -400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user | |
27 | 26 | \ No newline at end of file |
27 | +400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user | ... | ... |
400-SOURCECODE/AIAHTML5.API/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -11,8 +11,8 @@ |
11 | 11 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 | 12 | <OutputType>Library</OutputType> |
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | - <RootNamespace>eLearningPlayer</RootNamespace> | |
15 | - <AssemblyName>eLearningPlayer</AssemblyName> | |
14 | + <RootNamespace>AIA</RootNamespace> | |
15 | + <AssemblyName>AIA</AssemblyName> | |
16 | 16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 17 | <UseIISExpress>false</UseIISExpress> |
18 | 18 | <IISExpressSSLPort /> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | - <ProjectView>ProjectFiles</ProjectView> | |
4 | + <ProjectView>ShowAllFiles</ProjectView> | |
5 | 5 | </PropertyGroup> |
6 | 6 | <ProjectExtensions> |
7 | 7 | <VisualStudio> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> |
28 | 28 | <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" /> |
29 | 29 | </conditions> |
30 | - <action type="Rewrite" url="/index.html" /> | |
30 | + <action type="Rewrite" url="/AIA/" /> | |
31 | 31 | </rule> |
32 | 32 | </rules> |
33 | 33 | </rewrite> |
... | ... | @@ -38,15 +38,14 @@ |
38 | 38 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
39 | 39 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
40 | 40 | <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> |
41 | + <mimeMap fileExtension=".json" mimeType="application/json" /> | |
41 | 42 | </staticContent> |
42 | 43 | <defaultDocument enabled="true"> |
43 | 44 | <files> |
44 | 45 | <clear /> |
45 | - <add value="Default.htm" /> | |
46 | + <add value="index.html" /> | |
46 | 47 | <add value="login.html" /> |
47 | 48 | <add value="Default.asp" /> |
48 | - <add value="index.htm" /> | |
49 | - <add value="index.html" /> | |
50 | 49 | <add value="iisstart.htm" /> |
51 | 50 | <add value="default.aspx" /> |
52 | 51 | </files> | ... | ... |