Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
2e0efbbe
Commit
2e0efbbe
authored
Jun 29, 2015
by
Ghislain MARY
Browse files
Add missing files for belle-sip tester on Windows 10.
parent
a21f7907
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
0 deletions
+57
-0
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/ApplicationInsights.config
...s10/belle-sip-tester-windows10/ApplicationInsights.config
+23
-0
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/Package.appxmanifest
...windows10/belle-sip-tester-windows10/Package.appxmanifest
+26
-0
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/belle-sip-tester-windows10_TemporaryKey.pfx
...ter-windows10/belle-sip-tester-windows10_TemporaryKey.pfx
+0
-0
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/packages.config
...ster-windows10/belle-sip-tester-windows10/packages.config
+8
-0
No files found.
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/ApplicationInsights.config
0 → 100644
View file @
2e0efbbe
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
ApplicationInsights
xmlns
=
"http://schemas.microsoft.com/ApplicationInsights/2013/Settings"
>
<!--
Learn
more
about
Application
Insights
configuration
with
ApplicationInsights
.
config
here
:
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkID
=
513840
Note
:
If
not
present
,
please
add
<
InstrumentationKey
>
Your
Key
</
InstrumentationKey
>
to
the
top
of
this
file
.
-->
<
TelemetryModules
>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.SessionTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.PageViewTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.UnhandledExceptionTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
</
TelemetryModules
>
<
TelemetryChannel
Type
=
"Microsoft.ApplicationInsights.Channel.PersistenceChannel, Microsoft.ApplicationInsights.PersistenceChannel"
/>
<
ContextInitializers
>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.ComponentContextInitializer, Microsoft.ApplicationInsights"
/>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.DeviceContextInitializer, Microsoft.ApplicationInsights"
/>
</
ContextInitializers
>
<
TelemetryInitializers
>
<
Add
Type
=
"Microsoft.ApplicationInsights.Extensibility.Windows.UserContextInitializer, Microsoft.ApplicationInsights.Extensibility.Windows"
/>
</
TelemetryInitializers
>
</
ApplicationInsights
>
\ No newline at end of file
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/Package.appxmanifest
0 → 100644
View file @
2e0efbbe
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns=
"http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp=
"http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap=
"http://schemas.microsoft.com/appx/manifest/uap/windows10"
IgnorableNamespaces=
"uap mp"
>
<Identity
Name=
"c6108770-1859-484a-b353-cd502001986d"
Publisher=
"CN=Ghislain"
Version=
"1.0.1.0"
/>
<mp:PhoneIdentity
PhoneProductId=
"c6108770-1859-484a-b353-cd502001986d"
PhonePublisherId=
"00000000-0000-0000-0000-000000000000"
/>
<Properties>
<DisplayName>
belle-sip-tester-windows10
</DisplayName>
<PublisherDisplayName>
Ghislain
</PublisherDisplayName>
<Logo>
Assets\StoreLogo.png
</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily
Name=
"Windows.Universal"
MinVersion=
"10.0.10069.0"
MaxVersionTested=
"10.0.10069.0"
/>
</Dependencies>
<Resources>
<Resource
Language=
"x-generate"
/>
</Resources>
<Applications>
<Application
Id=
"App"
Executable=
"$targetnametoken$.exe"
EntryPoint=
"belle_sip_tester_windows10.App"
>
<uap:VisualElements
DisplayName=
"belle-sip-tester-windows10"
Square150x150Logo=
"Assets\Logo.png"
Square44x44Logo=
"Assets\SmallLogo.png"
Description=
"belle-sip-tester-windows10"
BackgroundColor=
"#464646"
>
<uap:SplashScreen
Image=
"Assets\SplashScreen.png"
/>
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability
Name=
"internetClient"
/>
</Capabilities>
</Package>
\ No newline at end of file
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/belle-sip-tester-windows10_TemporaryKey.pfx
0 → 100644
View file @
2e0efbbe
File added
build/windows10/belle-sip-tester-windows10/belle-sip-tester-windows10/packages.config
0 → 100644
View file @
2e0efbbe
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Microsoft.ApplicationInsights"
version
=
"0.14.3-build00177"
targetFramework
=
"win81"
userInstalled
=
"true"
/>
<
package
id
=
"Microsoft.ApplicationInsights.PersistenceChannel"
version
=
"0.14.3-build00177"
targetFramework
=
"win81"
userInstalled
=
"true"
/>
<
package
id
=
"Microsoft.ApplicationInsights.WindowsApps"
version
=
"0.14.3-build00177"
targetFramework
=
"win81"
userInstalled
=
"true"
/>
<
package
id
=
"Microsoft.Diagnostics.Tracing.EventSource.Redist"
version
=
"1.1.16-beta"
targetFramework
=
"win81"
userInstalled
=
"true"
/>
<
package
id
=
"System.Numerics.Vectors"
version
=
"4.0.0"
targetFramework
=
"win81"
userInstalled
=
"true"
/>
</
packages
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment