]> granicus.if.org Git - graphviz/commitdiff
pathplan: MSBuild: remove use of now empty and obsolete pathplan.def file
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 31 Jul 2021 20:20:14 +0000 (22:20 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 19 Dec 2021 20:21:55 +0000 (21:21 +0100)
Towards https://gitlab.com/graphviz/graphviz/-/issues/2058.

lib/pathplan/Pathplan.vcxproj
lib/pathplan/Pathplan.vcxproj.filters

index 81c0520d3f862bf8be066b1eb9fc08957ee516fc..2cb02f4e16d2189114b2fac1353c2c0ed7061d80 100644 (file)
@@ -66,7 +66,6 @@
       <SubSystem>Windows</SubSystem>
       <DataExecutionPrevention />
       <TargetMachine>MachineX86</TargetMachine>
-      <ModuleDefinitionFile>Pathplan.def</ModuleDefinitionFile>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -85,7 +84,6 @@
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
       <DataExecutionPrevention />
       <TargetMachine>MachineX86</TargetMachine>
-      <ModuleDefinitionFile>Pathplan.def</ModuleDefinitionFile>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="util.c" />
     <ClCompile Include="visibility.c" />
   </ItemGroup>
-  <ItemGroup>
-    <None Include="pathplan.def" />
-  </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\cdt\cdt.vcxproj">
       <Project>{83cf0498-7884-49d3-8b3c-263c5af5fe1b}</Project>
index ed0b153ca81aa4c363c7a3fa6daeca32e57f988c..c2a1d3f3ff88d573c6809c195dbe7dfe1db66a61 100644 (file)
@@ -66,9 +66,4 @@
       <Filter>Source Files</Filter>
     </ClCompile>
   </ItemGroup>
-  <ItemGroup>
-    <None Include="pathplan.def">
-      <Filter>Source Files</Filter>
-    </None>
-  </ItemGroup>
 </Project>
\ No newline at end of file