Skip to content

Commit 8fd260c

Browse files
committed
Publish version 1.0
1 parent bed18e3 commit 8fd260c

File tree

62 files changed

+4809
-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.

62 files changed

+4809
-0
lines changed

DataOne.AngularFrontendShowcases.sln

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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}") = "DataOne.AngularFrontendShowcases", "DataOne.AngularFrontendShowcases\DataOne.AngularFrontendShowcases.csproj", "{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17+
{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}.Release|Any CPU.Deploy.0 = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(SolutionProperties) = preSolution
22+
HideSolutionNode = FALSE
23+
EndGlobalSection
24+
EndGlobal
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--Created:cb85b80c-f585-40ff-8bfc-12ff4d0e34a9-->
3+
<App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest"
4+
Name="DataOneAngularFrontendShowcases"
5+
ProductID="{1aa9242f-33db-4067-9236-9a66440fa6f0}"
6+
Version="1.0.0.0"
7+
SharePointMinVersion="15.0.0.0"
8+
>
9+
<Properties>
10+
<Title>Data One Angular Frontend Showcases</Title>
11+
<StartPage>~appWebUrl/app/layout/Default.aspx?{StandardTokens}</StartPage>
12+
</Properties>
13+
14+
<AppPrincipal>
15+
<Internal />
16+
</AppPrincipal>
17+
18+
19+
</App>
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{D3C5C540-FF17-4E54-A0DA-4371E4BE184A}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>DataOne.AngularFrontendShowcases</RootNamespace>
11+
<AssemblyName>DataOne.AngularFrontendShowcases</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<TargetOfficeVersion>15.0</TargetOfficeVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<ProjectTypeGuids>{C1CDDADD-2546-481F-9697-4EA41081F2FC};{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16+
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
17+
<MinimumOfficeToolsVersion>11.1</MinimumOfficeToolsVersion>
18+
<IncludeAssemblyInPackage>False</IncludeAssemblyInPackage>
19+
<ProjectMode>SharePointApp</ProjectMode>
20+
<AppFeaturePartId>{108daaa3-d19a-4fe2-b65d-b365aff7c3d5}</AppFeaturePartId>
21+
<WspPartId>{54e4c3e2-2ec8-4121-8d9e-0038c3ecfc1d}</WspPartId>
22+
<WorkflowPartId>{ad9e8796-3b5d-4acb-a098-09e536be9ed5}</WorkflowPartId>
23+
<CspkgPartId>{88e0487f-47b0-469b-9567-9183b6ef7eff}</CspkgPartId>
24+
<SqlPackagePartId>{4f03cfba-b76b-45bf-9e84-3f1d2a9b11b1}</SqlPackagePartId>
25+
<ActiveDeploymentConfiguration>Deploy App for SharePoint</ActiveDeploymentConfiguration>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28+
<DebugSymbols>true</DebugSymbols>
29+
<DebugType>full</DebugType>
30+
<Optimize>false</Optimize>
31+
<OutputPath>bin\Debug\</OutputPath>
32+
<DefineConstants>DEBUG;TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
<UseVSHostingProcess>false</UseVSHostingProcess>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38+
<DebugType>pdbonly</DebugType>
39+
<Optimize>true</Optimize>
40+
<OutputPath>bin\Release\</OutputPath>
41+
<DefineConstants>TRACE</DefineConstants>
42+
<ErrorReport>prompt</ErrorReport>
43+
<WarningLevel>4</WarningLevel>
44+
<UseVSHostingProcess>false</UseVSHostingProcess>
45+
</PropertyGroup>
46+
<ItemGroup>
47+
<Content Include="app\allProfiles\allProfiles.controller.js" />
48+
<Content Include="app\allProfiles\allProfiles_Bootstrap.html" />
49+
<Content Include="scripts\angular-ui.router.min.js" />
50+
<Content Include="app\app.config.js" />
51+
<Content Include="app\app.module.variables.js" />
52+
<Content Include="app\app.routes.js" />
53+
<None Include="app\content\styles\fonts\glyphicons-halflings-regular.eot" />
54+
<None Include="app\content\styles\fonts\glyphicons-halflings-regular.ttf" />
55+
<None Include="app\content\styles\fonts\glyphicons-halflings-regular.woff" />
56+
<None Include="app\content\styles\fonts\glyphicons-halflings-regular.woff2" />
57+
<None Include="app\SharePointProjectItem.spdata">
58+
<SharePointProjectItemId>{60dc87e1-36a4-4e6c-9a4c-068984f033ff}</SharePointProjectItemId>
59+
</None>
60+
<None Include="app\content\UserList\SharePointProjectItem.spdata">
61+
<SharePointProjectItemId>{09b2ad20-2507-4707-886e-8ee344e376bb}</SharePointProjectItemId>
62+
</None>
63+
<None Include="app\content\UserList\UserListInstance\SharePointProjectItem.spdata">
64+
<SharePointProjectItemId>{3333c0a0-efba-4b25-8f5a-3713a8590466}</SharePointProjectItemId>
65+
</None>
66+
<Content Include="app\app.module.js" />
67+
<Content Include="app\content\styles\Bootstrap\bootstrap-custom.css" />
68+
<Content Include="app\content\styles\Bootstrap\bootstrap-theme.min.css" />
69+
<Content Include="app\content\styles\Bootstrap\bootstrap.min.css" />
70+
<Content Include="app\content\styles\fonts\glyphicons-halflings-regular.svg" />
71+
<Content Include="scripts\ui-bootstrap-tpls-2.5.0.min.js" />
72+
<Content Include="app\content\styles\sharepoint-override.css" />
73+
<Content Include="app\content\UserList\UserListInstance\Elements.xml" />
74+
<Content Include="app\createProfile\createProfile.controller.js" />
75+
<Content Include="app\createProfile\createProfile_Bootstrap.html" />
76+
<Content Include="app\Elements.xml" />
77+
<Content Include="app\factories\notifications.bootstrap.confirm.controller.js" />
78+
<Content Include="app\factories\notifications.bootstrap.confirm.html" />
79+
<Content Include="app\factories\notifications.bootstrap.prompt.html" />
80+
<Content Include="app\factories\notifications.factory.js" />
81+
<Content Include="app\factories\profiles.factory.js" />
82+
<Content Include="app\layout\navigation_Bootstrap.html" />
83+
<Content Include="app\layout\navigation_Material.html" />
84+
<Content Include="app\layout\navigation.controller.js" />
85+
<Content Include="app\oneProfile\oneProfile_Bootstrap.html" />
86+
<Content Include="app\oneProfile\oneProfile.controller.js" />
87+
<Content Include="scripts\angular-animate.min.js" />
88+
<Content Include="scripts\angular-aria.min.js" />
89+
<Content Include="app\content\styles\Material\angular-material.min.css" />
90+
<Content Include="scripts\angular-material.min.js" />
91+
<Content Include="scripts\angular-messages.min.js" />
92+
<Content Include="app\content\UserList\Elements.xml" />
93+
<Content Include="app\content\UserList\Schema.xml" />
94+
<Content Include="app\content\images\person.jpg" />
95+
<Content Include="app\layout\Default.aspx" />
96+
</ItemGroup>
97+
<ItemGroup>
98+
<None Include="scripts\SharePointProjectItem.spdata">
99+
<SharePointProjectItemId>{4f03cfba-b76b-45bf-9e84-3f1d2a9b11b1}</SharePointProjectItemId>
100+
</None>
101+
<Content Include="app\allProfiles\allProfiles_Material.html" />
102+
<Content Include="app\createProfile\createProfile_Material.html" />
103+
<Content Include="app\oneProfile\oneProfile_Material.html" />
104+
<Content Include="scripts\angular-locale_de-de.js" />
105+
<Content Include="scripts\angular.min.js" />
106+
<Content Include="scripts\Elements.xml">
107+
<SubType>Designer</SubType>
108+
</Content>
109+
<Content Include="app\init.js" />
110+
<Content Include="scripts\_references.js" />
111+
</ItemGroup>
112+
<ItemGroup>
113+
<Content Include="app\content\styles\Material\material-custom.css" />
114+
</ItemGroup>
115+
<ItemGroup>
116+
<Content Include="app\content\images\AppIcon.png">
117+
<OpcRelationship>manifest-icon</OpcRelationship>
118+
</Content>
119+
</ItemGroup>
120+
<ItemGroup>
121+
<None Include="Package\Package.package">
122+
<PackageId>{87cc4c55-675d-4fc7-a0c4-2b8225ccf22b}</PackageId>
123+
</None>
124+
<None Include="Package\Package.Template.xml">
125+
<DependentUpon>Package.package</DependentUpon>
126+
</None>
127+
<None Include="Features\DataOne.AngularFrontendShowcases.Core\DataOne.AngularFrontendShowcases.Core.feature">
128+
<FeatureId>{e50ed4aa-92ea-4aeb-8b90-ff8c881c5e12}</FeatureId>
129+
</None>
130+
<None Include="Features\DataOne.AngularFrontendShowcases.Core\DataOne.AngularFrontendShowcases.Core.Template.xml">
131+
<DependentUpon>DataOne.AngularFrontendShowcases.Core.feature</DependentUpon>
132+
</None>
133+
</ItemGroup>
134+
<ItemGroup>
135+
<AppManifestFile Include="AppManifest.xml">
136+
<SubType>Designer</SubType>
137+
</AppManifestFile>
138+
</ItemGroup>
139+
<ItemGroup />
140+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141+
<PropertyGroup>
142+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
143+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
144+
</PropertyGroup>
145+
<Import Project="$(VSToolsPath)\SharePointTools\Microsoft.VisualStudio.SharePoint.targets" Condition="'$(VSToolsPath)' != ''" />
146+
<ProjectExtensions />
147+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<Feature Id="{5E84D360-FBE3-4897-8D36-21BFBB779F39}" Scope="Web" xmlns="http://schemas.microsoft.com/sharepoint/">
3+
</Feature>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="e50ed4aa-92ea-4aeb-8b90-ff8c881c5e12" description="Data One Angular Frontend Showcases - Core" isHidden="true" featureId="e50ed4aa-92ea-4aeb-8b90-ff8c881c5e12" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="Data One Angular Frontend Showcases - Core" version="AAEAAAD/////AQAAAAAAAAAEAQAAAA5TeXN0ZW0uVmVyc2lvbgQAAAAGX01ham9yBl9NaW5vcgZfQnVpbGQJX1JldmlzaW9uAAAAAAgICAgBAAAAAAAAAAAAAAAAAAAACw==" deploymentPath="$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel">
3+
<projectItems>
4+
<projectItemReference itemId="4f03cfba-b76b-45bf-9e84-3f1d2a9b11b1" />
5+
<projectItemReference itemId="3333c0a0-efba-4b25-8f5a-3713a8590466" />
6+
<projectItemReference itemId="09b2ad20-2507-4707-886e-8ee344e376bb" />
7+
<projectItemReference itemId="60dc87e1-36a4-4e6c-9a4c-068984f033ff" />
8+
</projectItems>
9+
</feature>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Solution xmlns="http://schemas.microsoft.com/sharepoint/">
3+
</Solution>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="87cc4c55-675d-4fc7-a0c4-2b8225ccf22b" solutionId="87cc4c55-675d-4fc7-a0c4-2b8225ccf22b" resetWebServer="false" title="Data One Angular Frontend Showcases" description="Data One Angular Frontend Showcases" sharePointProductVersion="15.0" name="DataOne.AngularFrontendShowcases" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/PackageModel">
3+
<features>
4+
<featureReference itemId="e50ed4aa-92ea-4aeb-8b90-ff8c881c5e12" />
5+
</features>
6+
</package>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
3+
<Module Name="app">
4+
<File Path="app\app.module.js" Url="app/app.module.js" ReplaceContent="TRUE" />
5+
<File Path="app\app.routes.js" Url="app/app.routes.js" ReplaceContent="TRUE" />
6+
<File Path="app\oneProfile\oneProfile.controller.js" Url="app/oneProfile/oneProfile.controller.js" ReplaceContent="TRUE" />
7+
<File Path="app\oneProfile\oneProfile_Material.html" Url="app/oneProfile/oneProfile_Material.html" ReplaceContent="TRUE" />
8+
<File Path="app\createProfile\createProfile_Material.html" Url="app/createProfile/createProfile_Material.html" ReplaceContent="TRUE" />
9+
<File Path="app\allProfiles\allProfiles_Material.html" Url="app/allProfiles/allProfiles_Material.html" ReplaceContent="TRUE" />
10+
<File Path="app\allProfiles\allProfiles.controller.js" Url="app/allProfiles/allProfiles.controller.js" ReplaceContent="TRUE" />
11+
<File Path="app\createProfile\createProfile.controller.js" Url="app/createProfile/createProfile.controller.js" ReplaceContent="TRUE" />
12+
<File Path="app\factories\profiles.factory.js" Url="app/factories/profiles.factory.js" ReplaceContent="TRUE" />
13+
<File Path="app\layout\navigation.controller.js" Url="app/layout/navigation.controller.js" ReplaceContent="TRUE" />
14+
<File Path="app\content\images\person.jpg" Url="app/content/images/person.jpg" ReplaceContent="TRUE" />
15+
<File Path="app\content\images\AppIcon.png" Url="app/content/images/AppIcon.png" ReplaceContent="TRUE" />
16+
<File Path="app\layout\Default.aspx" Url="app/layout/Default.aspx" ReplaceContent="TRUE" />
17+
<File Path="app\content\styles\Material\angular-material.min.css" Url="app/content/styles/Material/angular-material.min.css" ReplaceContent="TRUE" />
18+
<File Path="app\content\styles\Material\material-custom.css" Url="app/content/styles/Material/material-custom.css" ReplaceContent="TRUE" />
19+
<File Path="app\app.module.variables.js" Url="app/app.module.variables.js" ReplaceContent="TRUE" />
20+
<File Path="app\content\styles\sharepoint-override.css" Url="app/content/styles/sharepoint-override.css" ReplaceContent="TRUE" />
21+
<File Path="app\factories\notifications.factory.js" Url="app/factories/notifications.factory.js" ReplaceContent="TRUE" />
22+
<File Path="app\content\styles\Bootstrap\bootstrap.min.css" Url="app/content/styles/Bootstrap/bootstrap.min.css" ReplaceContent="TRUE" />
23+
<File Path="app\content\styles\Bootstrap\bootstrap-theme.min.css" Url="app/content/styles/Bootstrap/bootstrap-theme.min.css" ReplaceContent="TRUE" />
24+
<File Path="app\content\styles\fonts\glyphicons-halflings-regular.eot" Url="app/content/styles/fonts/glyphicons-halflings-regular.eot" ReplaceContent="TRUE" />
25+
<File Path="app\content\styles\fonts\glyphicons-halflings-regular.svg" Url="app/content/styles/fonts/glyphicons-halflings-regular.svg" ReplaceContent="TRUE" />
26+
<File Path="app\content\styles\fonts\glyphicons-halflings-regular.ttf" Url="app/content/styles/fonts/glyphicons-halflings-regular.ttf" ReplaceContent="TRUE" />
27+
<File Path="app\content\styles\fonts\glyphicons-halflings-regular.woff" Url="app/content/styles/fonts/glyphicons-halflings-regular.woff" ReplaceContent="TRUE" />
28+
<File Path="app\content\styles\fonts\glyphicons-halflings-regular.woff2" Url="app/content/styles/fonts/glyphicons-halflings-regular.woff2" ReplaceContent="TRUE" />
29+
<File Path="app\oneProfile\oneProfile_Bootstrap.html" Url="app/oneProfile/oneProfile_Bootstrap.html" ReplaceContent="TRUE" />
30+
<File Path="app\content\styles\Bootstrap\bootstrap-custom.css" Url="app/content/styles/Bootstrap/bootstrap-custom.css" ReplaceContent="TRUE" />
31+
<File Path="app\layout\navigation_Material.html" Url="app/layout/navigation_Material.html" ReplaceContent="TRUE" />
32+
<File Path="app\layout\navigation_Bootstrap.html" Url="app/layout/navigation_Bootstrap.html" ReplaceContent="TRUE" />
33+
<File Path="app\createProfile\createProfile_Bootstrap.html" Url="app/createProfile/createProfile_Bootstrap.html" ReplaceContent="TRUE" />
34+
<File Path="app\allProfiles\allProfiles_Bootstrap.html" Url="app/allProfiles/allProfiles_Bootstrap.html" ReplaceContent="TRUE" />
35+
<File Path="app\factories\notifications.bootstrap.confirm.html" Url="app/factories/notifications.bootstrap.confirm.html" ReplaceContent="TRUE" />
36+
<File Path="app\factories\notifications.bootstrap.confirm.controller.js" Url="app/factories/notifications.bootstrap.confirm.controller.js" ReplaceContent="TRUE" />
37+
<File Path="app\app.config.js" Url="app/app.config.js" ReplaceContent="TRUE" />
38+
<File Path="app\factories\notifications.bootstrap.prompt.html" Url="app/factories/notifications.bootstrap.prompt.html" ReplaceContent="TRUE" />
39+
<File Path="app\init.js" Url="app/init.js" ReplaceContent="TRUE" />
40+
</Module>
41+
</Elements>

0 commit comments

Comments
 (0)