Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Feb 1, 2024
1 parent 5cdd861 commit a5ec316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<!-- AutolinkedNativeModules.g.targets contents generated by "react-native autolink-windows" -->
<ItemGroup>
<!-- Projects from @babylonjs/react-native-windows -->
<ProjectReference Include="$(ProjectDir)..\..\..\..\..\Modules\@babylonjs\react-native-windows\windows\BabylonReactNative\BabylonReactNative.vcxproj">
<ProjectReference Include="$(ProjectDir)..\..\node_modules\@babylonjs\react-native-windows\windows\BabylonReactNative\BabylonReactNative.vcxproj">
<Project>{0362370A-ED67-41E5-85FC-394F27993115}</Project>
</ProjectReference>
<!-- Projects from @react-native-community/slider -->
<ProjectReference Include="$(ProjectDir)..\..\..\0.69\node_modules\@react-native-community\slider\windows\SliderWindows\SliderWindows.vcxproj">
<ProjectReference Include="$(ProjectDir)..\..\node_modules\@react-native-community\slider\windows\SliderWindows\SliderWindows.vcxproj">
<Project>{685a83ae-36bc-4e9d-bdc6-417ebf168463}</Project>
</ProjectReference>
<!-- Projects from react-native-permissions -->
<ProjectReference Include="$(ProjectDir)..\..\..\0.69\node_modules\react-native-permissions\windows\RNPermissions\RNPermissions.vcxproj">
<ProjectReference Include="$(ProjectDir)..\..\node_modules\react-native-permissions\windows\RNPermissions\RNPermissions.vcxproj">
<Project>{99677b9d-a27b-4239-930e-c36c8d339c54}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
7 changes: 3 additions & 4 deletions Apps/Playground/0.69/windows/Playground/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.UI.Xaml" version="2.3.191129002" targetFramework="native" />
<package id="Microsoft.Windows.CppWinRT" version="2.0.220110.5" targetFramework="native" />
<package id="Microsoft.Windows.CppWinRT" version="2.0.200316.3" targetFramework="native" />
<package id="Microsoft.UI.Xaml" version="2.7.0" targetFramework="native"/>
<package id="Microsoft.Windows.CppWinRT" version="2.0.220110.5" targetFramework="native"/>
</packages>

0 comments on commit a5ec316

Please sign in to comment.