Skip to content

Commit aa2e39f

Browse files
committed
update packages and reference generator projects
1 parent 3ee6450 commit aa2e39f

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

source/InputDevices.Systems.csproj

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,29 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Alimer.Bindings.SDL" Version="3.9.8"/>
21+
<PackageReference Include="Alimer.Bindings.SDL" Version="3.9.8" />
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<ProjectReference Include="..\..\input-devices\source\InputDevices.csproj"/>
26-
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj"/>
27-
<ProjectReference Include="..\..\windows\source\Windows.csproj"/>
25+
<ProjectReference Include="..\..\input-devices\source\InputDevices.csproj" />
26+
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj" />
27+
<ProjectReference Include="..\..\windows\source\Windows.csproj" />
28+
<ProjectReference Include="..\..\unmanaged\generator\Unmanaged.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
29+
<ProjectReference Include="..\..\worlds\generator\Worlds.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
30+
<ProjectReference Include="..\..\types\generator\Types.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
31+
<ProjectReference Include="..\..\simulation\generator\Simulation.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
2832
</ItemGroup>
2933

3034
<ItemGroup>
31-
<Analyzer Include="..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll"/>
32-
<Analyzer Include="..\..\worlds\generator\bin\$(Configuration)\netstandard2.0\Worlds.Generator.dll"/>
33-
<Analyzer Include="..\..\types\generator\bin\$(Configuration)\netstandard2.0\Types.Generator.dll"/>
34-
<Analyzer Include="..\..\simulation\generator\bin\$(Configuration)\netstandard2.0\Simulation.Generator.dll"/>
35+
<Analyzer Include="..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll" />
36+
<Analyzer Include="..\..\worlds\generator\bin\$(Configuration)\netstandard2.0\Worlds.Generator.dll" />
37+
<Analyzer Include="..\..\types\generator\bin\$(Configuration)\netstandard2.0\Types.Generator.dll" />
38+
<Analyzer Include="..\..\simulation\generator\bin\$(Configuration)\netstandard2.0\Simulation.Generator.dll" />
3539
</ItemGroup>
3640

3741
<ItemGroup>
38-
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false"/>
39-
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive"/>
42+
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false" />
43+
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive" />
4044
</ItemGroup>
4145

4246
</Project>

0 commit comments

Comments
 (0)