Skip to content

Commit d3afc8f

Browse files
committed
update packages and reference generator projects
1 parent ec46ee9 commit d3afc8f

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

source/Windows.Systems.csproj

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,29 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Alimer.Bindings.SDL" Version="3.9.8"/>
23+
<PackageReference Include="Alimer.Bindings.SDL" Version="3.9.8" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj"/>
28-
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj"/>
29-
<ProjectReference Include="..\..\windows\source\Windows.csproj"/>
27+
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj" />
28+
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj" />
29+
<ProjectReference Include="..\..\windows\source\Windows.csproj" />
30+
<ProjectReference Include="..\..\unmanaged\generator\Unmanaged.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
31+
<ProjectReference Include="..\..\worlds\generator\Worlds.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
32+
<ProjectReference Include="..\..\types\generator\Types.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
33+
<ProjectReference Include="..\..\simulation\generator\Simulation.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
3034
</ItemGroup>
3135

3236
<ItemGroup>
33-
<Analyzer Include="..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll"/>
34-
<Analyzer Include="..\..\worlds\generator\bin\$(Configuration)\netstandard2.0\Worlds.Generator.dll"/>
35-
<Analyzer Include="..\..\types\generator\bin\$(Configuration)\netstandard2.0\Types.Generator.dll"/>
36-
<Analyzer Include="..\..\simulation\generator\bin\$(Configuration)\netstandard2.0\Simulation.Generator.dll"/>
37+
<Analyzer Include="..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll" />
38+
<Analyzer Include="..\..\worlds\generator\bin\$(Configuration)\netstandard2.0\Worlds.Generator.dll" />
39+
<Analyzer Include="..\..\types\generator\bin\$(Configuration)\netstandard2.0\Types.Generator.dll" />
40+
<Analyzer Include="..\..\simulation\generator\bin\$(Configuration)\netstandard2.0\Simulation.Generator.dll" />
3741
</ItemGroup>
3842

3943
<ItemGroup>
40-
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false"/>
41-
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive"/>
44+
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false" />
45+
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive" />
4246
</ItemGroup>
4347

4448
</Project>

0 commit comments

Comments
 (0)