Skip to content

Commit

Permalink
Added Breaking Wheel support
Browse files Browse the repository at this point in the history
New game support.
  • Loading branch information
DuskDweller committed Dec 21, 2016
1 parent 3794be2 commit 5f15fd7
Show file tree
Hide file tree
Showing 19 changed files with 2,046 additions and 0 deletions.
142 changes: 142 additions & 0 deletions BreakingWheel/BreakingWheel.csproj
@@ -0,0 +1,142 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7EEFB043-53CB-419D-89B4-69F5958E9629}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Nexus.Client.Games.BreakingWheel</RootNamespace>
<AssemblyName>BreakingWheel</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\AssemblyInformationalVersion.cs">
<Link>Properties\AssemblyInformationalVersion.cs</Link>
</Compile>
<Compile Include="..\SharedSolutionVersionInfo.Auto.cs">
<Link>Properties\SharedSolutionVersionInfo.Auto.cs</Link>
</Compile>
<Compile Include="Settings\GeneralSettingsGroup.cs" />
<Compile Include="Settings\UI\GeneralSettingsPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Settings\UI\GeneralSettingsPage.Designer.cs">
<DependentUpon>GeneralSettingsPage.cs</DependentUpon>
</Compile>
<Compile Include="Tools\BreakingWheelToolLauncher.cs" />
<Compile Include="BreakingWheelLauncher.cs" />
<Compile Include="SetupForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SetupForm.Designer.cs">
<DependentUpon>SetupForm.cs</DependentUpon>
</Compile>
<Compile Include="BreakingWheelSetupVM.cs" />
<Compile Include="BreakingWheelGameModeFactory.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="BreakingWheelGameModeDescriptor.cs" />
<Compile Include="BreakingWheelGameMode.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChinhDo.Transactions.FileManager\ChinhDo.Transactions.FileManager.csproj">
<Project>{E824ACBB-90C8-4C60-9D52-9C8020E98E3E}</Project>
<Name>ChinhDo.Transactions.FileManager</Name>
</ProjectReference>
<ProjectReference Include="..\Commanding\Commanding.csproj">
<Project>{1732BB96-1F74-4B99-82D6-4D1239C9D36A}</Project>
<Name>Commanding</Name>
</ProjectReference>
<ProjectReference Include="..\UI\UI.csproj">
<Project>{5EDD4E37-B8F3-403D-A2E9-AFF31B21A236}</Project>
<Name>UI</Name>
</ProjectReference>
<ProjectReference Include="..\ModManager.Interface\ModManager.Interface.csproj">
<Project>{33F65739-7CFB-4EC1-89EF-8B0B5440AB82}</Project>
<Name>ModManager.Interface</Name>
</ProjectReference>
<ProjectReference Include="..\NexusClient.Interface\NexusClient.Interface.csproj">
<Project>{D586E7D8-9C8E-48F0-B20C-31A52B37E9D3}</Project>
<Name>NexusClient.Interface</Name>
</ProjectReference>
<ProjectReference Include="..\Util\Util.csproj">
<Project>{44CAA655-38C2-4CA2-BA68-A8D5C44B169D}</Project>
<Name>Util</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Settings\UI\GeneralSettingsPage.resx">
<DependentUpon>GeneralSettingsPage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Categories.xml" />
<Content Include="Resources\BreakingWheel_logo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<Target Name="AfterBuild">
<ItemGroup>
<FilesToCopy Include="$(TargetDir)$(TargetName)*.dll" />
</ItemGroup>
<Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(SolutionDir)$(OutDir)GameModes\" SkipUnchangedFiles="true" />
</Target>
</Project>

0 comments on commit 5f15fd7

Please sign in to comment.