Skip to content

Commit 7176ee5

Browse files
author
Alexander
committed
Fix tabulations
1 parent c7b93b7 commit 7176ee5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sln/C++ Sources/C++ Sources.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<ClCompile Include="user.cpp" />
127127
</ItemGroup>
128128
<ItemGroup>
129-
<Library Include="..\FORTRAN Static Lib\x64\Release\FORTRAN Static Lib.lib" />
129+
<Library Include="..\FORTRAN Static Lib\Debug\FORTRAN Static Lib.lib" />
130130
</ItemGroup>
131131
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
132132
<ImportGroup Label="ExtensionTargets">

sln/C++ Sources/C++ Sources.vcxproj.filters

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ClCompile>
2121
</ItemGroup>
2222
<ItemGroup>
23-
<Library Include="..\FORTRAN Static Lib\x64\Release\FORTRAN Static Lib.lib">
23+
<Library Include="..\FORTRAN Static Lib\Debug\FORTRAN Static Lib.lib">
2424
<Filter>Source Files</Filter>
2525
</Library>
2626
</ItemGroup>
102 Bytes
Binary file not shown.

sln/FORTRAN Static Lib/FORTRAN Static Lib.vfproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<Filter Name="Header Files" Filter="fi;fd"/>
4545
<Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/>
4646
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
47-
<File RelativePath=".\square.f90"/>
48-
<File RelativePath=".\add.f90"/></Filter></Files>
47+
<File RelativePath=".\add.f90"/>
48+
<File RelativePath=".\square.f90"/></Filter></Files>
4949
<Globals/></VisualStudioProject>

0 commit comments

Comments
 (0)