Skip to content

Commit b28608f

Browse files
committed
make libtommath_VS2008 better upgradable to the newer visual studio
1 parent 9bac5dd commit b28608f

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

libtommath_VS2008.sln

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 10.00
33
# Visual Studio 2008
4-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtommath", "libtommath_VS2008.vcproj", "{42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}"
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tommath", "libtommath_VS2008.vcproj", "{42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -23,4 +23,7 @@ Global
2323
GlobalSection(SolutionProperties) = preSolution
2424
HideSolutionNode = FALSE
2525
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
SolutionGuid = {83B84178-7B4F-4B78-9C5D-17B8201D5B61}
28+
EndGlobalSection
2629
EndGlobal

libtommath_VS2008.vcproj

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<VisualStudioProject
33
ProjectType="Visual C++"
44
Version="9.00"
5-
Name="libtommath"
5+
Name="tommath"
66
ProjectGUID="{42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}"
7-
RootNamespace="libtommath"
7+
RootNamespace="tommath"
88
TargetFrameworkVersion="0"
99
>
1010
<Platforms>
@@ -36,9 +36,6 @@
3636
<Tool
3737
Name="VCXMLDataGeneratorTool"
3838
/>
39-
<Tool
40-
Name="VCWebServiceProxyGeneratorTool"
41-
/>
4239
<Tool
4340
Name="VCMIDLTool"
4441
/>
@@ -73,7 +70,7 @@
7370
/>
7471
<Tool
7572
Name="VCLibrarianTool"
76-
OutputFile="$(OutDir)\tommathd.lib"
73+
OutputFile="$(OutDir)\tommath.lib"
7774
SuppressStartupBanner="true"
7875
/>
7976
<Tool
@@ -85,7 +82,7 @@
8582
<Tool
8683
Name="VCBscMakeTool"
8784
SuppressStartupBanner="true"
88-
OutputFile="$(OutDir)\libtommath.bsc"
85+
OutputFile="$(OutDir)\tommath.bsc"
8986
/>
9087
<Tool
9188
Name="VCFxCopTool"
@@ -112,9 +109,6 @@
112109
<Tool
113110
Name="VCXMLDataGeneratorTool"
114111
/>
115-
<Tool
116-
Name="VCWebServiceProxyGeneratorTool"
117-
/>
118112
<Tool
119113
Name="VCMIDLTool"
120114
TargetEnvironment="3"
@@ -150,7 +144,7 @@
150144
/>
151145
<Tool
152146
Name="VCLibrarianTool"
153-
OutputFile="$(OutDir)\tommathd.lib"
147+
OutputFile="$(OutDir)\tommath.lib"
154148
SuppressStartupBanner="true"
155149
/>
156150
<Tool
@@ -162,7 +156,7 @@
162156
<Tool
163157
Name="VCBscMakeTool"
164158
SuppressStartupBanner="true"
165-
OutputFile="$(OutDir)\libtommath.bsc"
159+
OutputFile="$(OutDir)\tommath.bsc"
166160
/>
167161
<Tool
168162
Name="VCFxCopTool"
@@ -189,9 +183,6 @@
189183
<Tool
190184
Name="VCXMLDataGeneratorTool"
191185
/>
192-
<Tool
193-
Name="VCWebServiceProxyGeneratorTool"
194-
/>
195186
<Tool
196187
Name="VCMIDLTool"
197188
/>
@@ -236,7 +227,7 @@
236227
<Tool
237228
Name="VCBscMakeTool"
238229
SuppressStartupBanner="true"
239-
OutputFile="$(OutDir)\libtommath.bsc"
230+
OutputFile="$(OutDir)\tommath.bsc"
240231
/>
241232
<Tool
242233
Name="VCFxCopTool"
@@ -263,9 +254,6 @@
263254
<Tool
264255
Name="VCXMLDataGeneratorTool"
265256
/>
266-
<Tool
267-
Name="VCWebServiceProxyGeneratorTool"
268-
/>
269257
<Tool
270258
Name="VCMIDLTool"
271259
TargetEnvironment="3"
@@ -311,7 +299,7 @@
311299
<Tool
312300
Name="VCBscMakeTool"
313301
SuppressStartupBanner="true"
314-
OutputFile="$(OutDir)\libtommath.bsc"
302+
OutputFile="$(OutDir)\tommath.bsc"
315303
/>
316304
<Tool
317305
Name="VCFxCopTool"

0 commit comments

Comments
 (0)