diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-02-21 00:07:10 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-02-21 00:07:10 -0600 |
| commit | 078dd693a22cc6793cf6f0f64820369cc606edf6 (patch) | |
| tree | f890fbc29dd90554c7b0051477c7b2f60e59e584 /SuperPolarityMac | |
| parent | 1ea7ab3995b220e55b042ad2a241c3a440da1c8a (diff) | |
Adds instructions to readme
Diffstat (limited to 'SuperPolarityMac')
| -rw-r--r-- | SuperPolarityMac/SuperPolarityMac.csproj | 28 | ||||
| -rw-r--r-- | SuperPolarityMac/SuperPolarityMac.userprefs | 4 |
2 files changed, 24 insertions, 8 deletions
diff --git a/SuperPolarityMac/SuperPolarityMac.csproj b/SuperPolarityMac/SuperPolarityMac.csproj index 92c00ad..caf0a51 100644 --- a/SuperPolarityMac/SuperPolarityMac.csproj +++ b/SuperPolarityMac/SuperPolarityMac.csproj @@ -62,17 +62,17 @@ <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Drawing" /> - <Reference Include="MonoMac"> - <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoMac.dll</HintPath> - </Reference> <Reference Include="Lidgren.Network"> - <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Lidgren.Network.dll</HintPath> + <HintPath>..\SuperPolarity\Vendor\osx\Lidgren.Network.dll</HintPath> </Reference> <Reference Include="MonoGame.Framework"> - <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoGame.Framework.dll</HintPath> + <HintPath>..\SuperPolarity\Vendor\osx\MonoGame.Framework.dll</HintPath> + </Reference> + <Reference Include="MonoMac"> + <HintPath>..\SuperPolarity\Vendor\osx\MonoMac.dll</HintPath> </Reference> <Reference Include="Tao.Sdl"> - <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Tao.Sdl.dll</HintPath> + <HintPath>..\SuperPolarity\Vendor\osx\Tao.Sdl.dll</HintPath> </Reference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> @@ -168,12 +168,28 @@ <None Include="..\SuperPolarity\scores.txt"> <Link>scores.txt</Link> </None> + <None Include="..\SuperPolarity\Vendor\Lidgren.Network.dll"> + <Link>Vendor\Lidgren.Network.dll</Link> + </None> + <None Include="..\SuperPolarity\Vendor\MonoGame.Framework.dll"> + <Link>Vendor\MonoGame.Framework.dll</Link> + </None> + <None Include="..\SuperPolarity\Vendor\MonoMac.dll"> + <Link>Vendor\MonoMac.dll</Link> + </None> + <None Include="..\SuperPolarity\Vendor\Tao.Sdl.dll"> + <Link>Vendor\Tao.Sdl.dll</Link> + </None> + <None Include="..\SuperPolarity\Vendor\Tao.Sdl.dll.config"> + <Link>Vendor\Tao.Sdl.dll.config</Link> + </None> </ItemGroup> <ItemGroup> <Folder Include="Actors\" /> <Folder Include="Content\" /> <Folder Include="Properties\" /> <Folder Include="Content\Sound\" /> + <Folder Include="Vendor\" /> </ItemGroup> <ItemGroup> <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb"> diff --git a/SuperPolarityMac/SuperPolarityMac.userprefs b/SuperPolarityMac/SuperPolarityMac.userprefs index 7adb6cb..a83111a 100644 --- a/SuperPolarityMac/SuperPolarityMac.userprefs +++ b/SuperPolarityMac/SuperPolarityMac.userprefs @@ -1,8 +1,8 @@ -<Properties MonoDevelop.MonoMac.LastXamMacNagTime="2/11/2014 7:09:49 AM"> +<Properties MonoDevelop.MonoMac.LastXamMacNagTime="2/21/2014 5:12:10 AM"> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> <MonoDevelop.Ide.Workbench ActiveDocument="../SuperPolarity/SuperPolarity.cs"> <Files> - <File FileName="../SuperPolarity/SuperPolarity.cs" Line="88" Column="64" /> + <File FileName="../SuperPolarity/SuperPolarity.cs" Line="66" Column="43" /> <File FileName="../SuperPolarity/GameScreen.cs" Line="1" Column="1" /> </Files> </MonoDevelop.Ide.Workbench> |