Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sweco-sepefa committed Aug 17, 2014
1 parent a5b813f commit b5e9cc1
Show file tree
Hide file tree
Showing 243 changed files with 25,051 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
*.ascx.g.cs
OpenSMIL.Client/obj/
OpenSMIL.CustomActions/bin/
OpenSMIL.CustomActions/obj/
OpenSMIL.CustomActions/pkg/
OpenSMIL.CustomActions/pkgobj/Debug/OpenSMIL.CustomActions_OpenSMIL.Export.Power.View_Feature.xml
OpenSMIL.CustomActions/pkgobj/
OpenSMIL.Fields.Geometry/bin/Debug/OpenSMIL.Fields.Geometry.wsp
OpenSMIL.Fields.Geometry/obj/Debug/OpenSMIL.Fields.Geometry.csproj.FileListAbsolute.txt
OpenSMIL.Fields.Geometry/obj/Debug/OpenSMIL.Fields.Geometry.csproj.PackageFileList.txt
OpenSMIL.Fields.Geometry/obj/
OpenSMIL.Fields.Geometry/pkg/Debug/OpenSMIL.Fields.Geometry/Layouts/OpenSMIL/img/broom.png
OpenSMIL.Fields.Geometry/pkg/Debug/OpenSMIL.Fields.Geometry/Layouts/OpenSMIL/img/hand.png
OpenSMIL.Fields.Geometry/pkg/
OpenSMIL.Fields.Geometry/pkgobj/
OpenSMIL.Fields.ValidateAddress/obj/
OpenSMIL.Fields.ValidateAddress/pkg/
OpenSMIL.Fields.ValidateAddress/pkgobj/
OpenSMIL.MobileClient/bin/
OpenSMIL.MobileClient/obj/
OpenSMIL.MobileClient/pkg/
OpenSMIL.MobileClient/pkgobj/
OpenSMIL.Out/obj/
OpenSMIL.OutWeb/obj/
OpenSMIL.Server.BingServices/bin/
OpenSMIL.Server.BingServices/obj/
OpenSMIL.Server.BingServices/pkg/
OpenSMIL.Server.BingServices/pkgobj/
OpenSMIL.Server.Extensions/bin/
OpenSMIL.Server.Extensions/obj/
OpenSMIL.Server.Extensions/pkg/
OpenSMIL.Server.Extensions/pkgobj/
OpenSMIL.Server.ExternalReferences/obj/
OpenSMIL.Server.ExternalReferences/bin/
OpenSMIL.Server.ExternalReferences/pkg/
OpenSMIL.Server.ExternalReferences/pkgobj/
OpenSMIL.Server.IO/obj/
OpenSMIL.Server.IO/pkg/
OpenSMIL.Server.IO/pkgobj/
OpenSMIL.Server.SMILLayers/bin/
OpenSMIL.Server.SMILLayers/obj/
OpenSMIL.Server.SMILLayers/pkg/
OpenSMIL.Server.SMILLayers/pkgobj/
OpenSMIL.Server.SPBase/bin/
OpenSMIL.Server.SPBase/obj/
OpenSMIL.Server.SPBase/pkg/Debug/OpenSMIL.Server.SPBase/manifest.xml
OpenSMIL.Server.SPBase/pkgobj/
OpenSMIL.Server.SimpleFeature/bin/
OpenSMIL.Server.SimpleFeature/obj/
OpenSMIL.Server.SimpleFeature/pkg/
OpenSMIL.Server.SimpleFeature/pkgobj/
OpenSMIL.Server/bin/
OpenSMIL.Server/obj/
OpenSMIL.Server/pkg/
OpenSMIL.Server/pkgobj/
149 changes: 149 additions & 0 deletions OpenSMIL.Client/OpenSMIL.Client.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DF326935-ED5F-4FDB-B3A4-A3E5022FC9BF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenSMIL.Client</RootNamespace>
<AssemblyName>OpenSMIL.Client</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetOfficeVersion>15.0</TargetOfficeVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{C1CDDADD-2546-481F-9697-4EA41081F2FC};{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SandboxedSolution>False</SandboxedSolution>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.SharePoint" />
<Reference Include="Microsoft.SharePoint.Client.ServerRuntime" />
</ItemGroup>
<ItemGroup>
<Compile Include="OpenSMIL\OpenSMIL.ascx.cs">
<DependentUpon>OpenSMIL.ascx</DependentUpon>
</Compile>
<Compile Include="OpenSMIL\OpenSMIL.ascx.g.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>OpenSMIL.ascx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ControlTemplates\SharePointProjectItem.spdata">
<SharePointProjectItemId>{e3789b57-9c96-4646-bdf1-0088865c6200}</SharePointProjectItemId>
</None>
<None Include="Features\Feature1\Feature1.feature">
<FeatureId>{82fd76e5-4ec4-4b7c-a80d-51164b2ccf72}</FeatureId>
</None>
<None Include="key.snk" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\fonts\fontawesome-webfont.eot" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\fonts\fontawesome-webfont.ttf" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\fonts\fontawesome-webfont.woff" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\fonts\FontAwesome.otf" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\bordered-pulled.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\core.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\fixed-width.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\font-awesome.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\icons.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\larger.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\list.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\mixins.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\path.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\rotated-flipped.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\spinning.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\stacked.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\less\variables.less" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\font-awesome.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_bordered-pulled.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_core.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_fixed-width.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_icons.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_larger.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_list.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_mixins.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_path.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_rotated-flipped.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_spinning.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_stacked.scss" />
<None Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\scss\_variables.scss" />
<None Include="Layouts\OpenSMIL\js\libs\jquery-1.10.2.min.map" />
<None Include="Layouts\SharePointProjectItem.spdata">
<SharePointProjectItemId>{58faa95e-9e25-46f8-baf5-50bc6a08d9e6}</SharePointProjectItemId>
</None>
<None Include="OpenSMIL\OpenSMIL.webpart" />
<None Include="OpenSMIL\SharePointProjectItem.spdata">
<SharePointProjectItemId>{fecb6ff5-b7a0-45f3-a323-01dba08cd637}</SharePointProjectItemId>
</None>
<None Include="Package\Package.package">
<PackageId>{9332b257-dcee-4fca-bfc3-cdaffd3d5a7a}</PackageId>
</None>
<None Include="Package\Package.Template.xml">
<DependentUpon>Package.package</DependentUpon>
</None>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Features\Feature1\Feature1.Template.xml">
<DependentUpon>Feature1.feature</DependentUpon>
</Content>
<Content Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\css\font-awesome.css" />
<Content Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\css\font-awesome.min.css" />
<Content Include="Layouts\OpenSMIL\fonts\font-awesome-4.0.3\fonts\fontawesome-webfont.svg" />
<Content Include="Layouts\OpenSMIL\images\fire.png" />
<Content Include="Layouts\OpenSMIL\js\libs\GPXParserModule-min.js" />
<Content Include="Layouts\OpenSMIL\js\libs\GPXParserModule.js" />
<Content Include="Layouts\OpenSMIL\js\libs\heatmap-min.js" />
<Content Include="Layouts\OpenSMIL\js\libs\jquery-1-10-2-min.js" />
<Content Include="Layouts\OpenSMIL\js\libs\WKTModule-min.js" />
<Content Include="Layouts\OpenSMIL\js\WebPartMap.js" />
<Content Include="OpenSMIL\Elements.xml" />
<Content Include="OpenSMIL\OpenSMIL.ascx">
<Generator>SharePointWebPartCodeGenerator</Generator>
<LastGenOutput>OpenSMIL.ascx.g.cs</LastGenOutput>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0'">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\SharePointTools\Microsoft.VisualStudio.SharePoint.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
8 changes: 8 additions & 0 deletions OpenSMIL.Client/OpenSMIL/Elements.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
<Module Name="OpenSMIL" List="113" Url="_catalogs/wp">
<File Path="OpenSMIL\OpenSMIL.webpart" Url="OpenSMIL.Client_OpenSMIL.webpart" Type="GhostableInLibrary" >
<Property Name="Group" Value="Custom" />
</File>
</Module>
</Elements>
45 changes: 45 additions & 0 deletions OpenSMIL.Client/OpenSMIL/OpenSMIL.ascx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<%@ Import Namespace="Microsoft.SharePoint" %>
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="OpenSMIL.ascx.cs" Inherits="OpenSMIL.Client.OpenSMIL.OpenSMIL" %>
<link href="../_layouts/15/OpenSMIL/fonts/font-awesome-4.0.3/css/font-awesome.min.css" rel="stylesheet" />

<script src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0" type="text/javascript"></script>
<script src="/_layouts/15/OpenSMIL/js/libs/jquery-1-10-2-min.js" type="text/javascript"></script>
<script src="/_layouts/15/OpenSMIL/js/WebPartMap.js"></script>

<script type="text/javascript">
var OpenSMIL = OpenSMIL || {};
OpenSMIL.mapId = <%= DateTime.Now.Ticks %> + '_map';
OpenSMIL.bingMaps = undefined;
OpenSMIL.apiBingMaps = undefined;
OpenSMIL.WKT = undefined;
OpenSMIL.jquery = undefined;
OpenSMIL.WebPartMap = undefined;
OpenSMIL.bingKey = '<%= BingKey %>';
jQuery(document).ready(function(){
Microsoft.Maps.registerModule('WKTModule', '/_layouts/15/OpenSMIL/js/libs/WKTModule-min.js');
Microsoft.Maps.loadModule('WKTModule');
OpenSMIL.WKT = true;
Microsoft.Maps.registerModule('GPXParserModule', '/_layouts/15/OpenSMIL/js/libs/GPXParserModule.js');
Microsoft.Maps.loadModule('GPXParserModule');
OpenSMILWebPart.initMap();
});
_spBodyOnLoadFunctionNames.push('OpenSMIL.init');
</script>
<div id="mapDropBox">
<div style="width: 100%; height: 100%; background-color: #0072c6;" id="OpenSMILWebPartMap"></div>
</div>
39 changes: 39 additions & 0 deletions OpenSMIL.Client/OpenSMIL/OpenSMIL.ascx.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
using System;
using System.ComponentModel;
using System.Web.UI.WebControls.WebParts;



namespace OpenSMIL.Client.OpenSMIL
{
[ToolboxItemAttribute(false)]
public partial class OpenSMIL : WebPart
{
// Uncomment the following SecurityPermission attribute only when doing Performance Profiling on a farm solution
// using the Instrumentation method, and then remove the SecurityPermission attribute when the code is ready
// for production. Because the SecurityPermission attribute bypasses the security check for callers of
// your constructor, it's not recommended for production purposes.
// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Assert, UnmanagedCode = true)]
string mapId = string.Empty;
public OpenSMIL()
{
mapId = Guid.NewGuid().ToString() + "_map";
}

protected override void OnInit(EventArgs e)
{
base.OnInit(e);
InitializeControl();
}


public string MapId { get { return mapId; } }


protected void Page_Load(object sender, EventArgs e)
{
}

public string BingKey { get { return System.Configuration.ConfigurationManager.AppSettings["BingKey"] ?? "";} }
}
}
15 changes: 15 additions & 0 deletions OpenSMIL.Client/OpenSMIL/OpenSMIL.webpart
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<webParts>
<webPart xmlns="http://schemas.microsoft.com/WebPart/v3">
<metaData>
<type name="OpenSMIL.Client.OpenSMIL.OpenSMIL, $SharePoint.Project.AssemblyFullName$" />
<importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
</metaData>
<data>
<properties>
<property name="Title" type="string">OpenSMIL</property>
<property name="Description" type="string">Web Part for displaying Open SMIL geo data</property>
</properties>
</data>
</webPart>
</webParts>
10 changes: 10 additions & 0 deletions OpenSMIL.Client/OpenSMIL/SharePointProjectItem.spdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.WebPart" DefaultFile="OpenSMIL.ascx" SupportedTrustLevels="All" SupportedDeploymentScopes="Site" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
<Files>
<ProjectItemFile Source="Elements.xml" Target="OpenSMIL\" Type="ElementManifest" />
<ProjectItemFile Source="OpenSMIL.webpart" Target="OpenSMIL\" Type="ElementFile" />
</Files>
<SafeControls>
<SafeControl Name="SafeControlEntry1" Assembly="$SharePoint.Project.AssemblyFullName$" Namespace="OpenSMIL.Client.OpenSMIL" TypeName="*" IsSafe="true" IsSafeAgainstScript="false" />
</SafeControls>
</ProjectItem>
3 changes: 3 additions & 0 deletions OpenSMIL.Client/Package/Package.Template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<Solution xmlns="http://schemas.microsoft.com/sharepoint/">
</Solution>
10 changes: 10 additions & 0 deletions OpenSMIL.Client/Package/Package.package
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="9332b257-dcee-4fca-bfc3-cdaffd3d5a7a" solutionId="9332b257-dcee-4fca-bfc3-cdaffd3d5a7a" resetWebServer="false" sharePointProductVersion="15.0" name="OpenSMIL.Client" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/PackageModel">
<features>
<featureReference itemId="82fd76e5-4ec4-4b7c-a80d-51164b2ccf72" />
</features>
<projectItems>
<projectItemReference itemId="58faa95e-9e25-46f8-baf5-50bc6a08d9e6" />
<projectItemReference itemId="e3789b57-9c96-4646-bdf1-0088865c6200" />
</projectItems>
</package>
38 changes: 38 additions & 0 deletions OpenSMIL.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("OpenSMIL.Client")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("OpenSMIL.Client")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("df326935-ed5f-4fdb-b3a4-a3e5022fc9bf")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Binary file added OpenSMIL.Client/key.snk
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/">
</Feature>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="647e0809-6ca1-4aaa-a454-6461cda78a49" description="Exports to Power View. Polygons and polylines will be represented by one vertice." featureId="647e0809-6ca1-4aaa-a454-6461cda78a49" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="OpenSMIL Power View export" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel">
<projectItems>
<projectItemReference itemId="c1ba725f-ee47-437f-9a6c-3bc5dea49588" />
</projectItems>
</feature>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5e9cc1

Please sign in to comment.