Revise paths for case sensitive builds
This commit is contained in:
parent
3ea67a3127
commit
64afed7863
7 changed files with 27 additions and 27 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<DebugSymbols>True</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>False</Optimize>
|
||||
<OutputPath>..\..\MatterControl\bin\Debug\</OutputPath>
|
||||
<OutputPath>..\bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>True</Optimize>
|
||||
<OutputPath>..\..\MatterControl\bin\Release\</OutputPath>
|
||||
<OutputPath>..\bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
|
@ -141,59 +141,59 @@
|
|||
<Compile Include="View3DTextCreator.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\Agg\Agg.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
|
||||
<Project>{657DBC6D-C3EA-4398-A3FA-DDB73C14F71B}</Project>
|
||||
<Name>Agg</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\clipper_library\clipper_library.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\clipper_library\clipper_library.csproj">
|
||||
<Project>{9B062971-A88E-4A3D-B3C9-12B78D15FA66}</Project>
|
||||
<Name>clipper_library</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\examples\MeshViewer\MeshViewer.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\examples\MeshViewer\MeshViewer.csproj">
|
||||
<Project>{A737BC76-165B-46C6-82B7-8871C7C92942}</Project>
|
||||
<Name>MeshViewer</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\Gui\Gui.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj">
|
||||
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
|
||||
<Name>Gui</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\ImageProcessing\ImageProcessing.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\ImageProcessing\ImageProcessing.csproj">
|
||||
<Project>{036BCCBA-52D8-457C-84AE-8821F209FE4A}</Project>
|
||||
<Name>ImageProcessing</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\MarchingSquares\MarchingSquares.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\MarchingSquares\MarchingSquares.csproj">
|
||||
<Project>{DF6845CD-64C6-4263-8357-DA8066855739}</Project>
|
||||
<Name>MarchingSquares</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\OpenGlGui\OpenGlGui.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\OpenGlGui\OpenGlGui.csproj">
|
||||
<Project>{C958F745-156E-4BDC-A24A-3721C7BE7B8A}</Project>
|
||||
<Name>OpenGlGui</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\PlatformAbstract\PlatformAbstract.csproj">
|
||||
<Project>{3e4aaba8-d85f-4922-88c6-5c1b2d2308fb}</Project>
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\PlatformAbstract\PlatformAbstract.csproj">
|
||||
<Project>{3E4AABA8-D85F-4922-88C6-5C1B2D2308FB}</Project>
|
||||
<Name>PlatformAbstract</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj">
|
||||
<Project>{86F6AAF2-9B50-40B8-A427-1897D76471C5}</Project>
|
||||
<Name>PolygonMesh</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\RayTracer\RayTracer.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\RayTracer\RayTracer.csproj">
|
||||
<Project>{1E01ABE0-B494-4FE4-B0D6-540133286887}</Project>
|
||||
<Name>RayTracer</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj">
|
||||
<Project>{545B6912-77FF-4B34-BA76-6C3D6A32BE6A}</Project>
|
||||
<Name>RenderOpenGl</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
||||
<Project>{D3E41B4E-BFBB-44CA-94C8-95C00F754FDD}</Project>
|
||||
<Name>VectorMath</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\MatterControl.csproj">
|
||||
<ProjectReference Include="..\MatterControl.csproj">
|
||||
<Project>{0B8D6F56-BD7F-4426-B858-D9292B084656}</Project>
|
||||
<Name>MatterControl</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MatterControl\PluginSystem\MatterControlPluginSystem.csproj">
|
||||
<ProjectReference Include="..\PluginSystem\MatterControlPluginSystem.csproj">
|
||||
<Project>{865172A0-A1A9-49C2-9386-F2FDB4E141B7}</Project>
|
||||
<Name>MatterControlPluginSystem</Name>
|
||||
</ProjectReference>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue