Added a new class PathHelper with a method that converts absolute paths into relative paths

git-svn-id: file:///srv/devel/repo-conversion/nusu@49 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-09-24 19:18:33 +00:00
parent e281b5cbb3
commit 504d96eb0a
2 changed files with 74 additions and 0 deletions

View file

@ -179,6 +179,10 @@
<Name>SimpleRectanglePacker.Test</Name>
<DependentUpon>SimpleRectanglePacker.cs</DependentUpon>
</Compile>
<Compile Include="Source\PathHelper.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>PathHelper</Name>
</Compile>
<Compile Include="Source\Scheduling\AbortedException.cs">
<XNAUseContentPipeline>false</XNAUseContentPipeline>
<Name>AbortedException</Name>
@ -304,6 +308,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Documents\" />
<Folder Include="Source\Parsing\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.ContentPipeline.targets" />