Skip to content

Commit

Permalink
Finish modification for new C# wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
DatBewar committed Aug 24, 2017
1 parent ed74636 commit 89fe75a
Show file tree
Hide file tree
Showing 29 changed files with 221 additions and 34,844 deletions.
24 changes: 15 additions & 9 deletions CsWrapper/CsWrapper.csproj
Expand Up @@ -26,6 +26,8 @@
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\CsWrapper.XML</DocumentationFile>
<GenerateLibraryLayout>true</GenerateLibraryLayout>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -105,25 +107,29 @@
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="LinphoneWrapper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\CsWrapper.rd.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.2.3</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
<PropertyGroup>
<PreBuildEvent>
XCopy /C /Y $(SolutionDir)OUTPUT\win10-x64\share\linphonecs\LinphoneWrapper.cs $(SolutionDir)CsWrapper\
XCopy /C /Y $(SolutionDir)OUTPUT\win10-ARM\share\linphonecs\LinphoneWrapper.cs $(SolutionDir)CsWrapper\
XCopy /C /Y $(SolutionDir)OUTPUT\win10-x86\share\linphonecs\LinphoneWrapper.cs $(SolutionDir)CsWrapper\
</PreBuildEvent>
</PropertyGroup>
<ItemGroup>
<Compile Include="LinphoneWrapper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\CsWrapper.rd.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 89fe75a

Please sign in to comment.