Skip to content

Commit

Permalink
Renamed library and test suites for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
compatibl committed Mar 15, 2016
1 parent 26d53a6 commit b614d1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions QuantLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>QuantLib</ProjectName>
<ProjectName>QuantLibAdjoint</ProjectName>
<ProjectGuid>{AD0A27DA-91DA-46A2-ACBD-296C419ED3AA}</ProjectGuid>
<RootNamespace>QuantLib</RootNamespace>
</PropertyGroup>
Expand Down Expand Up @@ -2615,4 +2615,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion test-suite-adjoint/testsuiteadjoint.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>testsuiteadjoint</ProjectName>
<ProjectName>QuantLibAdjointTests</ProjectName>
<ProjectGuid>{82F92E92-CD89-46BD-A23A-E7D58C0B0BD3}</ProjectGuid>
<RootNamespace>testsuiteadjoint</RootNamespace>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
Expand Down
4 changes: 2 additions & 2 deletions test-suite/testsuite.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>testsuite</ProjectName>
<ProjectName>QuantLibTests</ProjectName>
<ProjectGuid>{A613045C-34AF-4706-AA3C-730C92524F74}</ProjectGuid>
<RootNamespace>testsuite</RootNamespace>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
Expand Down Expand Up @@ -877,7 +877,7 @@
<ClInclude Include="pagodaoption.hpp" />
<ClInclude Include="partialtimebarrieroption.hpp" />
<ClInclude Include="pathgenerator.hpp" />
<ClInclude Include="paralleltestrunner.hpp" />
<ClInclude Include="paralleltestrunner.hpp" />
<ClInclude Include="period.hpp" />
<ClInclude Include="piecewiseyieldcurve.hpp" />
<ClInclude Include="piecewisezerospreadedtermstructure.hpp" />
Expand Down

0 comments on commit b614d1f

Please sign in to comment.