update csproj files
parent
4a54a5544c
commit
8bfbd91450
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<RootNamespace>Encompass</RootNamespace>
|
||||
<PackageId>EncompassECS.Framework</PackageId>
|
||||
<Version>0.1.0</Version>
|
||||
<Version>0.2.0</Version>
|
||||
<Authors>Evan Hemsley</Authors>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Company>Moonside Games</Company>
|
||||
|
@ -15,24 +15,4 @@
|
|||
<Description>Encompass is an engine-agnostic Hyper ECS framework to help you code games, or other kinds of simulations.</Description>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Entity.cs" />
|
||||
<Content Include="World.cs" />
|
||||
<Content Include="EntityManager.cs" />
|
||||
<Content Include="ComponentManager.cs" />
|
||||
<Content Include="WorldBuilder.cs" />
|
||||
<Content Include="Engine.cs" />
|
||||
<Content Include="attributes\Mutates.cs" />
|
||||
<Content Include="exceptions\IllegalComponentMutationException.cs" />
|
||||
<Content Include="graph\DirectedGraph.cs" />
|
||||
<Content Include="IComponent.cs" />
|
||||
<Content Include="IMessage.cs" />
|
||||
<Content Include="MessageManager.cs" />
|
||||
<Content Include="attributes\Emits.cs" />
|
||||
<Content Include="exceptions\IllegalMessageEmitException.cs" />
|
||||
<Content Include="exceptions\IllegalMessageReadException.cs" />
|
||||
<Content Include="exceptions\EngineCycleException.cs" />
|
||||
<Content Include="exceptions\EngineMutationConflictException.cs" />
|
||||
<Content Include="attributes\Reads.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -12,9 +12,5 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\encompass-cs\encompass-cs.csproj" />
|
||||
<Content Include="EngineTest.cs" />
|
||||
<Content Include="DirectedGraphTest.cs" />
|
||||
<Content Include="WorldBuilderTest.cs" />
|
||||
<Content Include="EntityTest.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue