-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MacOS/DesktopGL] Initial Port of ShipGame to MonoGame
- Loading branch information
Dominique Louis
committed
Mar 4, 2019
1 parent
2a25285
commit 0d6b6c7
Showing
295 changed files
with
165,397 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,180 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<ProjectGuid>{9B875652-0591-4CDA-8B98-BAD32767CCC4}</ProjectGuid> | ||
<ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>BoxCollider</RootNamespace> | ||
<AssemblyName>BoxCollider</AssemblyName> | ||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion> | ||
<XnaPlatform>Windows</XnaPlatform> | ||
<XnaCrossPlatformGroupID>$guid6$</XnaCrossPlatformGroupID> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<XnaUpgrade> | ||
</XnaUpgrade> | ||
<XnaOutputType>Library</XnaOutputType> | ||
<XnaProfile>HiDef</XnaProfile> | ||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>4.0</OldToolsVersion> | ||
<UpgradeBackupLocation /> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
<SccProjectName> | ||
</SccProjectName> | ||
<SccLocalPath> | ||
</SccLocalPath> | ||
<SccAuxPath> | ||
</SccAuxPath> | ||
<SccProvider> | ||
</SccProvider> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\x86\Debug</OutputPath> | ||
<DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<NoStdLib>true</NoStdLib> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
<XnaCompressContent>false</XnaCompressContent> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\x86\Release</OutputPath> | ||
<DefineConstants>TRACE%3bWINDOWS</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<NoStdLib>true</NoStdLib> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
<XnaCompressContent>True</XnaCompressContent> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="mscorlib"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System.Xml.Linq"> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="CollisionBox.cs" /> | ||
<Compile Include="CollisionCamera.cs" /> | ||
<Compile Include="CollisionCameraObserver.cs" /> | ||
<Compile Include="CollisionCameraPerson.cs" /> | ||
<Compile Include="CollisionFace.cs" /> | ||
<Compile Include="CollisionMesh.cs" /> | ||
<Compile Include="CollisionTree.cs" /> | ||
<Compile Include="CollisionTreeElem.cs" /> | ||
<Compile Include="CollisionTreeNode.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | ||
<Visible>False</Visible> | ||
<ProductName>Windows Installer 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Xna.Framework.3.1"> | ||
<Visible>False</Visible> | ||
<ProductName>Microsoft XNA Framework Redistributable 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Xna.Framework.4.0"> | ||
<Visible>False</Visible> | ||
<ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" /> | ||
<!-- 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> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> | ||
<TemplateData> | ||
<Name>BoxColliderWindows</Name> | ||
<Description>A box collision library</Description> | ||
<ProjectType>CSharp</ProjectType> | ||
<SortOrder>1000</SortOrder> | ||
<CreateNewFolder>true</CreateNewFolder> | ||
<DefaultName>BoxCollider</DefaultName> | ||
<ProvideDefaultName>true</ProvideDefaultName> | ||
<LocationField>Enabled</LocationField> | ||
<EnableLocationBrowseButton>true</EnableLocationBrowseButton> | ||
<Icon>__TemplateIcon.ico</Icon> | ||
</TemplateData> | ||
<TemplateContent> | ||
<Project TargetFileName="BoxColliderWindows.csproj" File="BoxColliderWindows.csproj" ReplaceParameters="true"> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionBox.cs">CollisionBox.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionCamera.cs">CollisionCamera.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionCameraObserver.cs">CollisionCameraObserver.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionCameraPerson.cs">CollisionCameraPerson.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionFace.cs">CollisionFace.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionMesh.cs">CollisionMesh.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionTree.cs">CollisionTree.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionTreeElem.cs">CollisionTreeElem.cs</ProjectItem> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="CollisionTreeNode.cs">CollisionTreeNode.cs</ProjectItem> | ||
<Folder Name="Properties" TargetFolderName="Properties"> | ||
<ProjectItem ReplaceParameters="true" TargetFileName="AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem> | ||
</Folder> | ||
</Project> | ||
</TemplateContent> | ||
</VSTemplate> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<ProjectGuid>{4541A190-EADD-4891-9CB6-B4B1B51FD8B5}</ProjectGuid> | ||
<ProjectTypeGuids>{2DF5C3F4-5A5F-47a9-8E94-23B4456F55E2};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">Xbox 360</Platform> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>BoxCollider</RootNamespace> | ||
<AssemblyName>BoxCollider</AssemblyName> | ||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion> | ||
<XnaPlatform>Xbox 360</XnaPlatform> | ||
<XnaCrossPlatformGroupID>$guid6$</XnaCrossPlatformGroupID> | ||
<XnaUpgrade> | ||
</XnaUpgrade> | ||
<XnaOutputType>Library</XnaOutputType> | ||
<XnaProfile>HiDef</XnaProfile> | ||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>3.5</OldToolsVersion> | ||
<UpgradeBackupLocation /> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<SccProjectName> | ||
</SccProjectName> | ||
<SccLocalPath> | ||
</SccLocalPath> | ||
<SccAuxPath> | ||
</SccAuxPath> | ||
<SccProvider> | ||
</SccProvider> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Xbox 360\Debug</OutputPath> | ||
<DefineConstants>DEBUG;TRACE;XBOX;XBOX360</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<NoStdLib>true</NoStdLib> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
<XnaCompressContent>True</XnaCompressContent> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Xbox 360\Release</OutputPath> | ||
<DefineConstants>TRACE;XBOX;XBOX360</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<NoStdLib>true</NoStdLib> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
<XnaCompressContent>True</XnaCompressContent> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.Xna.Framework"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Avatar"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Game"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.GamerServices"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Graphics"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Input.Touch"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Net"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Storage"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Video"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Microsoft.Xna.Framework.Xact"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="mscorlib"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System"> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="CollisionBox.cs" /> | ||
<Compile Include="CollisionCamera.cs" /> | ||
<Compile Include="CollisionCameraObserver.cs" /> | ||
<Compile Include="CollisionCameraPerson.cs" /> | ||
<Compile Include="CollisionFace.cs" /> | ||
<Compile Include="CollisionMesh.cs" /> | ||
<Compile Include="CollisionTree.cs" /> | ||
<Compile Include="CollisionTreeElem.cs" /> | ||
<Compile Include="CollisionTreeNode.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client"> | ||
<Visible>False</Visible> | ||
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | ||
<Visible>False</Visible> | ||
<ProductName>Windows Installer 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" /> | ||
<!-- 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> | ||
--> | ||
</Project> |
Oops, something went wrong.