mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
* Examples updated to RNW 0.43.0 * Initial implementation * interim commit * getUpdateReport - completed * getBinaryUpdateReport - completed * getRetryStatusReport - completed * getRollbackReport - completed * recordStatusReported - completed saveStatusReportForRetry - completed * Commented unused variables * Fixed telemetry report * Optimization: run telemetry in async mode * neat fixes * react-native-windows updated to 0.43.0-rc.0 * neat fix * added async to some ReactMEthod calls
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
<HasSharedItems>true</HasSharedItems>
|
|
<SharedGUID>4ad4c826-cc26-4f1d-b60d-b97b22f52e90</SharedGUID>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<Import_RootNamespace>CodePush.Shared</Import_RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="$(MSBuildThisFileDirectory)CodePushConstants.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)CodePushNativeModule.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)CodePushReactPackage.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)CodePushUtils.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)InstallMode.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)MinimumBackgroundListener.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)SettingsManager.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)TelemetryManager.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UpdateState.cs" />
|
|
</ItemGroup>
|
|
</Project> |