Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Updated project files
Browse files Browse the repository at this point in the history
  • Loading branch information
craftersmine committed Mar 4, 2019
1 parent 37b6aad commit b8a8c38
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\craftersmine.EtherEngine.Content.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="GLGDIPlus, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
19 changes: 19 additions & 0 deletions craftersmine.EtherEngine.Core/craftersmine.EtherEngine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\craftersmine.EtherEngine.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="GLGDIPlus, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -60,11 +61,19 @@
<Compile Include="..\_Global\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="AudioChannel.cs" />
<Compile Include="Camera.cs" />
<Compile Include="CollisionBox.cs" />
<Compile Include="CollisionUpdater.cs" />
<Compile Include="CrashHandler.cs" />
<Compile Include="EnginePrefabs\DefaultScene.cs" />
<Compile Include="Exceptions\SceneManagerException.cs" />
<Compile Include="Forms\CrashHandlerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\CrashHandlerForm.Designer.cs">
<DependentUpon>CrashHandlerForm.cs</DependentUpon>
</Compile>
<Compile Include="Game.cs" />
<Compile Include="GameObject.cs" />
<Compile Include="GameRendererHelper.cs" />
Expand All @@ -74,6 +83,7 @@
<Compile Include="Scene.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SceneManager.cs" />
<Compile Include="SoundDevice.cs" />
<Compile Include="Tileset.cs" />
<Compile Include="Transform.cs" />
</ItemGroup>
Expand All @@ -91,5 +101,14 @@
<Name>craftersmine.EtherEngine.Utilities</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\CrashHandlerForm.resx">
<DependentUpon>CrashHandlerForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\craftersmine.EtherEngine.Rendering.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="GLGDIPlus, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\craftersmine.EtherEngine.Utilities.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit b8a8c38

Please sign in to comment.