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
3c3762a0
Commit
3c3762a0
authored
Feb 17, 2015
by
Sylvain Berfini
🎩
Browse files
Added wp8 project without tunnel
parent
eed16af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
216 additions
and
0 deletions
+216
-0
build/wp8/belle-sip/belle-sip_no_tunnel.vcxproj
build/wp8/belle-sip/belle-sip_no_tunnel.vcxproj
+216
-0
No files found.
build/wp8/belle-sip/belle-sip_no_tunnel.vcxproj
0 → 100644
View file @
3c3762a0
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{4C225A82-800B-427B-BA7B-61686A9B347F}
</ProjectGuid>
<RootNamespace>
belle_sip
</RootNamespace>
<DefaultLanguage>
en-US
</DefaultLanguage>
<MinimumVisualStudioVersion>
11.0
</MinimumVisualStudioVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)'=='Debug'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v110_wp80
</PlatformToolset>
<IgnoreImportLibrary>
false
</IgnoreImportLibrary>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)'=='Release'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110_wp80
</PlatformToolset>
<IgnoreImportLibrary>
false
</IgnoreImportLibrary>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<OutDir>
$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(SolutionDir)$(Platform)\$(Configuration)\$(TargetName)\
</IntDir>
</PropertyGroup>
<PropertyGroup>
<GenerateManifest>
false
</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>
Level4
</WarningLevel>
<PreprocessorDefinitions>
WIN32;_WINDOWS;_USRDLL;BELLESIP_EXPORTS;BELLESIP_INTERNAL_EXPORTS;HAVE_POLARSSL;HAVE_ANTLR_STRING_STREAM_NEW;HAVE_COMPILER_TLS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;USE_FIXED_NAMESERVERS;ENABLE_SERVER_SOCKETS;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\include;$(ProjectDir)..\..\..\..\antlr3\runtime\C\include;$(ProjectDir)..\..\..\src;$(ProjectDir)..\..\..\..\polarssl\include;$(ProjectDir)..\..\..\..\tunnel\include;$(ProjectDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<CompileAsWinRT>
false
</CompileAsWinRT>
<AdditionalUsingDirectories>
$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)
</AdditionalUsingDirectories>
</ClCompile>
<Link>
<SubSystem>
Console
</SubSystem>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<GenerateWindowsMetadata>
false
</GenerateWindowsMetadata>
<AdditionalDependencies>
ws2_32.lib;libantlr3c.lib;polarssl.lib;tunnel.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalLibraryDirectories>
$(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<ImportLibrary>
$(TargetDir)$(TargetName).lib
</ImportLibrary>
</Link>
<CustomBuild>
<Command>
java -jar $(ProjectDir)..\..\..\..\antlr3\antlr-3.4-complete.jar -make -fo $(ProjectDir)..\..\..\src\grammars\ %(FullPath)
</Command>
</CustomBuild>
<PreBuildEvent>
<Command>
version.bat
</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message>
Sets the package version
</Message>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)'=='Debug'"
>
<ClCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)'=='Release'"
>
<ClCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Optimization>
MaxSpeed
</Optimization>
<StringPooling>
true
</StringPooling>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
</ClCompile>
<Link>
<GenerateDebugInformation>
false
</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\include\belle-sip\auth-helper.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\belle-sdp.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\belle-sip.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\bodyhandler.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\defs.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\dialog.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\dict.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\generic-uri.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\headers.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\http-listener.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\http-message.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\http-provider.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\list.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\listener.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\listeningpoint.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\mainloop.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\message.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\object.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\parameters.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\provider.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\refresher.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\resolver.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\sipstack.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\sip-uri.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\transaction.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\types.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\utils.h"
/>
<ClInclude
Include=
"..\..\..\include\belle-sip\wakelock.h"
/>
<ClInclude
Include=
"..\..\..\src\belle_sip_internal.h"
/>
<ClInclude
Include=
"..\..\..\src\channel.h"
/>
<ClInclude
Include=
"..\..\..\src\clock_gettime.h"
/>
<ClInclude
Include=
"..\..\..\src\dns.h"
/>
<ClInclude
Include=
"..\..\..\src\grammars\belle_sdpParser.h"
/>
<ClInclude
Include=
"..\..\..\src\grammars\belle_sip_messageLexer.h"
/>
<ClInclude
Include=
"..\..\..\src\grammars\belle_sip_messageParser.h"
/>
<ClInclude
Include=
"..\..\..\src\listeningpoint_internal.h"
/>
<ClInclude
Include=
"..\..\..\src\md5.h"
/>
<ClInclude
Include=
"..\..\..\src\parserutils.h"
/>
<ClInclude
Include=
"..\..\..\src\port.h"
/>
<ClInclude
Include=
"..\..\..\src\wakelock_internal.h"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\src\auth_event.c"
/>
<ClCompile
Include=
"..\..\..\src\auth_helper.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sdp_impl.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_dict.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_headers_impl.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_loop.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_object.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_parameters.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_resolver.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_uri_impl.c"
/>
<ClCompile
Include=
"..\..\..\src\belle_sip_utils.c"
/>
<ClCompile
Include=
"..\..\..\src\bodyhandler.c"
/>
<ClCompile
Include=
"..\..\..\src\channel.c"
/>
<ClCompile
Include=
"..\..\..\src\dialog.c"
/>
<ClCompile
Include=
"..\..\..\src\dns.c"
/>
<ClCompile
Include=
"..\..\..\src\generic-uri.c"
/>
<ClCompile
Include=
"..\..\..\src\grammars\belle_sdpLexer.c"
/>
<ClCompile
Include=
"..\..\..\src\grammars\belle_sdpParser.c"
/>
<ClCompile
Include=
"..\..\..\src\grammars\belle_sip_messageLexer.c"
/>
<ClCompile
Include=
"..\..\..\src\grammars\belle_sip_messageParser.c"
/>
<ClCompile
Include=
"..\..\..\src\http-listener.c"
/>
<ClCompile
Include=
"..\..\..\src\http-message.c"
/>
<ClCompile
Include=
"..\..\..\src\http-provider.c"
/>
<ClCompile
Include=
"..\..\..\src\ict.c"
/>
<ClCompile
Include=
"..\..\..\src\ist.c"
/>
<ClCompile
Include=
"..\..\..\src\listeningpoint.c"
/>
<ClCompile
Include=
"..\..\..\src\md5.c"
/>
<ClCompile
Include=
"..\..\..\src\message.c"
/>
<ClCompile
Include=
"..\..\..\src\nict.c"
/>
<ClCompile
Include=
"..\..\..\src\nist.c"
/>
<ClCompile
Include=
"..\..\..\src\port.c"
/>
<ClCompile
Include=
"..\..\..\src\provider.c"
/>
<ClCompile
Include=
"..\..\..\src\refresher.c"
/>
<ClCompile
Include=
"..\..\..\src\siplistener.c"
/>
<ClCompile
Include=
"..\..\..\src\sipstack.c"
/>
<ClCompile
Include=
"..\..\..\src\transaction.c"
/>
<ClCompile
Include=
"..\..\..\src\transports\stream_channel.c"
/>
<ClCompile
Include=
"..\..\..\src\transports\stream_listeningpoint.c"
/>
<ClCompile
Include=
"..\..\..\src\transports\tls_channel_polarssl.c"
/>
<ClCompile
Include=
"..\..\..\src\transports\tls_listeningpoint_polarssl.c"
/>
<ClCompile
Include=
"..\..\..\src\transports\udp_channel.c"
/>
<ClCompile
Include=
"..\..\..\src\transports\udp_listeningpoint.c"
/>
</ItemGroup>
<ItemGroup>
<CustomBuild
Include=
"..\..\..\src\grammars\belle_sdp.g"
>
<FileType>
Document
</FileType>
<Outputs>
$(ProjectDir)..\..\..\src\grammars\belle_sdpLexer.c;$(ProjectDir)..\..\..\src\grammars\belle_sdpLexer.h;$(ProjectDir)..\..\..\src\grammars\belle_sdpParser.c;$(ProjectDir)..\..\..\src\grammars\belle_sdpParser.h
</Outputs>
</CustomBuild>
<CustomBuild
Include=
"..\..\..\src\grammars\belle_sip_message.g"
>
<FileType>
Document
</FileType>
<Outputs>
$(ProjectDir)..\..\..\src\grammars\belle_sip_messageLexer.c;$(ProjectDir)..\..\..\src\grammars\belle_sip_messageLexer.h;$(ProjectDir)..\..\..\src\grammars\belle_sip_messageParser.c;$(ProjectDir)..\..\..\src\grammars\belle_sip_messageParser.h
</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<Reference
Include=
"Windows"
>
<IsWinMDFile>
true
</IsWinMDFile>
</Reference>
<Reference
Include=
"platform.winmd"
>
<IsWinMDFile>
true
</IsWinMDFile>
<Private>
false
</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\..\antlr3\runtime\C\build\wp8\libantlr3c\libantlr3c.vcxproj"
>
<Project>
{8fa74260-151b-429b-83ef-3cf3eac8cfd9}
</Project>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\polarssl\build\wp8\polarssl\polarssl.vcxproj"
>
<Project>
{e9f8c5d1-13a2-46b6-a9bc-878030d4be09}
</Project>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets"
/>
</Project>
\ 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