Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 34f1ca4

Browse files
author
Geoffrey Goh
committed
update csproj (turns out you need to 'Save All' in VS before it actually gets updated)
1 parent 41177a0 commit 34f1ca4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

windows/CodePush.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@
107107
<None Include="project.json" />
108108
</ItemGroup>
109109
<ItemGroup>
110-
<Compile Include="CodePush.cs" />
110+
<Compile Include="CodePushReactPackage.cs" />
111111
<Compile Include="CodePushConstants.cs" />
112-
<Compile Include="CodePushInstallMode.cs" />
112+
<Compile Include="CodePushResumeListener.cs" />
113+
<Compile Include="InstallMode.cs" />
113114
<Compile Include="CodePushInvalidUpdateException.cs" />
114115
<Compile Include="CodePushNativeModule.cs" />
115-
<Compile Include="CodePushPackage.cs" />
116-
<Compile Include="CodePushUnknownException.cs" />
117-
<Compile Include="CodePushUpdateState.cs" />
118-
<Compile Include="CodePushUpdateUtils.cs" />
116+
<Compile Include="UpdateManager.cs" />
117+
<Compile Include="UpdateState.cs" />
118+
<Compile Include="UpdateUtils.cs" />
119119
<Compile Include="CodePushUtils.cs" />
120120
<Compile Include="FileUtils.cs" />
121121
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)