diff --git a/Cortex.Net.sln b/Cortex.Net.sln index 9103935..594fccf 100644 --- a/Cortex.Net.sln +++ b/Cortex.Net.sln @@ -31,6 +31,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{79D4 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cortex.Net.BlazorTodo", "samples\Cortex.Net.BlazorTodo\Cortex.Net.BlazorTodo.csproj", "{A9CA7C47-8A56-4BBC-B943-6BE37D1BAE3F}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8F1E2084-FEBE-462B-8F92-9644FB7577AE}" + ProjectSection(SolutionItems) = preProject + build\build.props = build\build.props + build\Weaver.props = build\Weaver.props + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/build/Weaver.props b/build/Weaver.props new file mode 100644 index 0000000..9c70439 --- /dev/null +++ b/build/Weaver.props @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/build/build.props b/build/build.props index 6a6f836..304200c 100644 --- a/build/build.props +++ b/build/build.props @@ -1,9 +1,19 @@ - - IL-instrumentation based observables - Jan-Willem Spuij - https://github.com/jspuij/Cortex.Net/blob/master/LICENSE - https://github.com/jspuij/Cortex.Net - true - + + $(MSBuildProjectName) + Transparent Reactive State Management for .NET applications. + Jan-Willem Spuij + LICENSE.txt + https://github.com/jspuij/Cortex.Net + true + 0.1.0-preview + en-US + + + + + True + + + \ No newline at end of file diff --git a/src/Cortex.Net.Blazor/Cortex.Net.Blazor.csproj b/src/Cortex.Net.Blazor/Cortex.Net.Blazor.csproj index 778ed56..febb077 100644 --- a/src/Cortex.Net.Blazor/Cortex.Net.Blazor.csproj +++ b/src/Cortex.Net.Blazor/Cortex.Net.Blazor.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true diff --git a/src/Cortex.Net/Cortex.Net.csproj b/src/Cortex.Net/Cortex.Net.csproj index efc52fb..33fde98 100644 --- a/src/Cortex.Net/Cortex.Net.csproj +++ b/src/Cortex.Net/Cortex.Net.csproj @@ -1,8 +1,13 @@  + + $(NoWarn);NU5100 netstandard2.0 - en + true + $(SolutionDir)src\$(PackageId).Fody\bin\$(Configuration)\ + $(SolutionDir)build\Weaver.props + $(TargetsForTfmSpecificContentInPackage);IncludeFodyFiles @@ -18,7 +23,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -65,5 +70,24 @@ - + + + + $(WeaverDirPath)netstandard2.0\$(PackageId).Fody.dll + $(WeaverDirPath)netstandard2.0\$(PackageId).Fody.xcf + + + + + + + + + +