Skip to content

Commit d928df1

Browse files
committed
update packages and reference generator projects
1 parent ed15da5 commit d928df1

2 files changed

Lines changed: 25 additions & 21 deletions

File tree

source/Camera.Systems.csproj

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,26 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<ProjectReference Include="..\..\cameras\source\Cameras.csproj"/>
21-
<ProjectReference Include="..\..\rendering\source\Rendering.csproj"/>
22-
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj"/>
23-
<ProjectReference Include="..\..\transforms\source\Transforms.csproj"/>
20+
<ProjectReference Include="..\..\cameras\source\Cameras.csproj" />
21+
<ProjectReference Include="..\..\rendering\source\Rendering.csproj" />
22+
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj" />
23+
<ProjectReference Include="..\..\transforms\source\Transforms.csproj" />
24+
<ProjectReference Include="..\..\unmanaged\generator\Unmanaged.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
25+
<ProjectReference Include="..\..\simulation\generator\Simulation.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
26+
<ProjectReference Include="..\..\worlds\generator\Worlds.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
27+
<ProjectReference Include="..\..\types\generator\Types.Generator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
2428
</ItemGroup>
2529

2630
<ItemGroup>
27-
<Analyzer Include="..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll"/>
28-
<Analyzer Include="..\..\simulation\generator\bin\$(Configuration)\netstandard2.0\Simulation.Generator.dll"/>
29-
<Analyzer Include="..\..\worlds\generator\bin\$(Configuration)\netstandard2.0\Worlds.Generator.dll"/>
30-
<Analyzer Include="..\..\types\generator\bin\$(Configuration)\netstandard2.0\Types.Generator.dll"/>
31+
<Analyzer Include="..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll" />
32+
<Analyzer Include="..\..\simulation\generator\bin\$(Configuration)\netstandard2.0\Simulation.Generator.dll" />
33+
<Analyzer Include="..\..\worlds\generator\bin\$(Configuration)\netstandard2.0\Worlds.Generator.dll" />
34+
<Analyzer Include="..\..\types\generator\bin\$(Configuration)\netstandard2.0\Types.Generator.dll" />
3135
</ItemGroup>
3236

3337
<ItemGroup>
34-
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false"/>
35-
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive"/>
38+
<Content Include="bin/**/*" Pack="true" PackagePath="lib" Visible="false" />
39+
<Content Include="buildTransitive/**/*" Pack="true" PackagePath="buildTransitive" />
3640
</ItemGroup>
3741

3842
</Project>

tests/Cameras.Systems.Tests.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
17-
<PackageReference Include="NUnit" Version="4.4.0-beta.1"/>
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
17+
<PackageReference Include="NUnit" Version="4.4.0" />
1818
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0-alpha.3"/>
22+
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\cameras\source\Cameras.csproj"/>
27-
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj"/>
28-
<ProjectReference Include="..\..\simulation\tests\Simulation.Tests.csproj"/>
29-
<ProjectReference Include="..\..\transform-systems\source\Transforms.Systems.csproj"/>
30-
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj"/>
31-
<ProjectReference Include="..\..\unmanaged\tests\Unmanaged.Tests.csproj"/>
32-
<ProjectReference Include="..\source\Camera.Systems.csproj"/>
26+
<ProjectReference Include="..\..\cameras\source\Cameras.csproj" />
27+
<ProjectReference Include="..\..\simulation\core\Simulation.Core.csproj" />
28+
<ProjectReference Include="..\..\simulation\tests\Simulation.Tests.csproj" />
29+
<ProjectReference Include="..\..\transform-systems\source\Transforms.Systems.csproj" />
30+
<ProjectReference Include="..\..\unmanaged\core\Unmanaged.Core.csproj" />
31+
<ProjectReference Include="..\..\unmanaged\tests\Unmanaged.Tests.csproj" />
32+
<ProjectReference Include="..\source\Camera.Systems.csproj" />
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<Using Include="NUnit.Framework"/>
36+
<Using Include="NUnit.Framework" />
3737
</ItemGroup>
3838

3939
</Project>

0 commit comments

Comments
 (0)