Skip to content

Commit

Permalink
Rename Core.fs as Primitives.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Jan 19, 2022
1 parent 2d8006d commit 279d906
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/Fabulous/Fabulous.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
<RepositoryUrl>https://github.com/TimLariviere/Fabulous-new</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="PackageREADME.md" Pack="true" PackagePath="\"/>
<Compile Include="ArraySlice.fs"/>
<Compile Include="ArrayExtra.fs"/>
<Compile Include="StackAllocatedCollections.fs"/>
<Compile Include="Core.fs"/>
<Compile Include="WidgetDiff.fs"/>
<Compile Include="IViewNode.fs"/>
<Compile Include="AttributeDefinitions.fs"/>
<Compile Include="WidgetDefinitions.fs"/>
<Compile Include="Builders.fs"/>
<Compile Include="Reconciler.fs"/>
<Compile Include="ViewNode.fs"/>
<Compile Include="State.fs"/>
<Compile Include="Cmd.fs"/>
<Compile Include="Runners.fs"/>
<Compile Include="Attributes.fs"/>
<Compile Include="Memo.fs"/>
<Compile Include="MapMsg.fs"/>
<Compile Include="View.fs"/>
<None Include="PackageREADME.md" Pack="true" PackagePath="\" />
<Compile Include="ArraySlice.fs" />
<Compile Include="ArrayExtra.fs" />
<Compile Include="StackAllocatedCollections.fs" />
<Compile Include="Primitives.fs" />
<Compile Include="WidgetDiff.fs" />
<Compile Include="IViewNode.fs" />
<Compile Include="AttributeDefinitions.fs" />
<Compile Include="WidgetDefinitions.fs" />
<Compile Include="Builders.fs" />
<Compile Include="Reconciler.fs" />
<Compile Include="ViewNode.fs" />
<Compile Include="State.fs" />
<Compile Include="Cmd.fs" />
<Compile Include="Runners.fs" />
<Compile Include="Attributes.fs" />
<Compile Include="Memo.fs" />
<Compile Include="MapMsg.fs" />
<Compile Include="View.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.1"/>
<PackageReference Include="System.Memory" Version="4.5.3"/>
<PackageReference Update="FSharp.Core" Version="6.0.1" />
<PackageReference Include="System.Memory" Version="4.5.3" />
</ItemGroup>
</Project>
File renamed without changes.

0 comments on commit 279d906

Please sign in to comment.