Fixed typos in Source generator's path
This commit is contained in:
Родитель
349dda1191
Коммит
64cb81f104
|
@ -2,7 +2,9 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Version>11.0.0-preview4</Version>
|
||||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
|
@ -5,13 +5,13 @@ VisualStudioVersion = 17.1.31911.260
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.Markup.Declarative", "Avalonia.Markup.Declarative\Avalonia.Markup.Declarative.csproj", "{5B5C0172-0B35-470A-9A65-4679E6028454}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.Markup.Declarative.SourceGenerator", "AvaloniaMurkup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj", "{F9C9E3AB-EC44-4F36-BADA-ED3575B3A758}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaExtensionGenerator", "AvaloniaExtensionGenerator\AvaloniaExtensionGenerator.csproj", "{5183B326-2752-4CA5-A233-D9F5B83324DF}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaMarkupSample", "Samples\AvaloniaMarkupSample\AvaloniaMarkupSample.csproj", "{612D87E7-CF30-4E08-A7C3-AF4482924EBC}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvuTemplate", "Samples\MvuTemplate\MvuTemplate.csproj", "{43B91641-30D5-448A-A996-16DFB85B7262}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvuTemplate", "Samples\MvuTemplate\MvuTemplate.csproj", "{43B91641-30D5-448A-A996-16DFB85B7262}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.Markup.Declarative.SourceGenerator", "Avalonia.Markup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj", "{66115820-E3EB-45E2-A45C-AD79652CA3A8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -23,10 +23,6 @@ Global
|
|||
{5B5C0172-0B35-470A-9A65-4679E6028454}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5B5C0172-0B35-470A-9A65-4679E6028454}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5B5C0172-0B35-470A-9A65-4679E6028454}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F9C9E3AB-EC44-4F36-BADA-ED3575B3A758}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F9C9E3AB-EC44-4F36-BADA-ED3575B3A758}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F9C9E3AB-EC44-4F36-BADA-ED3575B3A758}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F9C9E3AB-EC44-4F36-BADA-ED3575B3A758}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5183B326-2752-4CA5-A233-D9F5B83324DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5183B326-2752-4CA5-A233-D9F5B83324DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5183B326-2752-4CA5-A233-D9F5B83324DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
@ -39,6 +35,10 @@ Global
|
|||
{43B91641-30D5-448A-A996-16DFB85B7262}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{43B91641-30D5-448A-A996-16DFB85B7262}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{43B91641-30D5-448A-A996-16DFB85B7262}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{66115820-E3EB-45E2-A45C-AD79652CA3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{66115820-E3EB-45E2-A45C-AD79652CA3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{66115820-E3EB-45E2-A45C-AD79652CA3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{66115820-E3EB-45E2-A45C-AD79652CA3A8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -12,13 +12,12 @@
|
|||
<PackageReference Include="Avalonia" Version="11.0.0-preview4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AvaloniaMurkup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Package the generator in the analyzer directory of the nuget package -->
|
||||
<None Include="$(OutputPath)/$(AssemblyName).SourceGenerator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Avalonia.Markup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Avalonia.Markup.Declarative\Avalonia.Markup.Declarative.csproj" />
|
||||
<ProjectReference Include="..\..\AvaloniaMurkup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
||||
<ProjectReference Include="..\..\Avalonia.Markup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Avalonia.Markup.Declarative\Avalonia.Markup.Declarative.csproj" />
|
||||
<ProjectReference Include="..\..\AvaloniaMurkup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
||||
<ProjectReference Include="..\..\Avalonia.Murkup.Declarative.SourceGenerator\Avalonia.Markup.Declarative.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче