Skip to content

Commit f0db3ee

Browse files
committed
Move AngouriMath up a folder
1 parent d04f657 commit f0db3ee

197 files changed

Lines changed: 32 additions & 57 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Sources/AngouriMath.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 18.1.11312.151 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AngouriMath", "AngouriMath", "{F604DFEB-8939-4B4F-8E37-1FDC06E26D5A}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngouriMath", "AngouriMath\AngouriMath\AngouriMath.csproj", "{2D495EED-3C58-4E07-9152-9FE8C3CD522F}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngouriMath", "AngouriMath\AngouriMath.csproj", "{2D495EED-3C58-4E07-9152-9FE8C3CD522F}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Analyzers", "Analyzers", "{358BFC2B-1A5B-4740-8BA1-0E53EFC7EDAC}"
1111
EndProject
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project>
3-
<Import Project="$(MSBuildThisFileDirectory)/../Package.Build.props" />
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net7.0;netstandard2.0</TargetFrameworks>
5+
<PackageId>AngouriMath</PackageId>
6+
<Product>AngouriMath</Product>
7+
</PropertyGroup>
8+
<Import Project="../Package.Build.props" />
49

510
<PropertyGroup>
611
<OutputType>Library</OutputType>
@@ -14,7 +19,7 @@
1419
<StartupObject />
1520
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1621
<SignAssembly>true</SignAssembly>
17-
<AssemblyOriginatorKeyFile>../key.snk</AssemblyOriginatorKeyFile>
22+
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
1823
<DocumentationFile>bin/$(Configuration)/$(TargetFramework)/$(MSBuildProjectName).xml</DocumentationFile>
1924
</PropertyGroup>
2025

@@ -45,7 +50,7 @@
4550
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
4651

4752
<!--Analyzers-->
48-
<ProjectReference Include="../../Analyzers/Analyzers/Analyzers.csproj" PrivateAssets="all" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
53+
<ProjectReference Include="../Analyzers/Analyzers/Analyzers.csproj" PrivateAssets="all" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
4954
</ItemGroup>
5055

5156
<ItemGroup>
@@ -68,9 +73,7 @@
6873
<AutoGen>True</AutoGen>
6974
<DependentUpon>MathAllMethods.tt</DependentUpon>
7075
</Compile>
71-
</ItemGroup>
7276

73-
<ItemGroup>
7477
<None Update="Convenience\CompilationExtensions.tt">
7578
<Generator>TextTemplatingFileGenerator</Generator>
7679
<LastGenOutput>CompilationExtensions.cs</LastGenOutput>
@@ -83,10 +86,8 @@
8386
<Generator>TextTemplatingFileGenerator</Generator>
8487
<LastGenOutput>MathAllMethods.cs</LastGenOutput>
8588
</None>
89+
90+
<None Include="extension.dib" Pack="true" PackagePath="interactive-extensions/dotnet" />
91+
<Compile Remove="Core/Entity/GenericMath/**" Condition="'$(TargetFramework)' != 'net7.0'" />
8692
</ItemGroup>
87-
88-
<ItemGroup>
89-
<None Include="../extension.dib" Pack="true" PackagePath="interactive-extensions/dotnet" />
90-
</ItemGroup>
91-
92-
</Project>
93+
</Project>

Sources/AngouriMath/AngouriMath/AngouriMath.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

Sources/AngouriMath/AngouriMath/Convenience/AdditionalExtensions.cs renamed to Sources/AngouriMath/Convenience/AdditionalExtensions.cs

File renamed without changes.

Sources/AngouriMath/AngouriMath/Convenience/AngouriMathExtensions.cs renamed to Sources/AngouriMath/Convenience/AngouriMathExtensions.cs

File renamed without changes.

Sources/AngouriMath/AngouriMath/Convenience/CompilationExtensions.cs renamed to Sources/AngouriMath/Convenience/CompilationExtensions.cs

File renamed without changes.

Sources/AngouriMath/AngouriMath/Convenience/CompilationExtensions.tt renamed to Sources/AngouriMath/Convenience/CompilationExtensions.tt

File renamed without changes.

Sources/AngouriMath/AngouriMath/Convenience/Diagnostic/MathS.Diagnostic.cs renamed to Sources/AngouriMath/Convenience/Diagnostic/MathS.Diagnostic.cs

File renamed without changes.

Sources/AngouriMath/AngouriMath/Convenience/Experimental/MathS.Experimental.cs renamed to Sources/AngouriMath/Convenience/Experimental/MathS.Experimental.cs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)