remove extraneous SCC info
parent
08b6e9c1a1
commit
946eb7f0f4
|
|
@ -3,10 +3,9 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="cryptdll"
|
Name="cryptdll"
|
||||||
SccProjectName="Perforce Project"
|
SccProjectName=""
|
||||||
SccAuxPath=""
|
|
||||||
SccLocalPath="."
|
SccLocalPath="."
|
||||||
SccProvider="MSSCCI:Perforce SCM">
|
SccProvider="">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
|
|
@ -443,7 +442,7 @@ echo mac done > "$(OutDir)"\cryptopp.mac.done
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\emsa2.cpp">
|
RelativePath="emsa2.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="eprecomp.cpp">
|
RelativePath="eprecomp.cpp">
|
||||||
|
|
@ -1085,7 +1084,7 @@ echo mac done > "$(OutDir)"\cryptopp.mac.done
|
||||||
RelativePath="ecp.h">
|
RelativePath="ecp.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\emsa2.h">
|
RelativePath="emsa2.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="eprecomp.h">
|
RelativePath="eprecomp.h">
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="cryptest"
|
Name="cryptest"
|
||||||
ProjectGUID="{9EAFA456-89B4-4879-AD4F-C2C341184CF5}"
|
ProjectGUID="{9EAFA456-89B4-4879-AD4F-C2C341184CF5}"
|
||||||
SccProjectName="Perforce Project"
|
SccProjectName=""
|
||||||
SccLocalPath=".">
|
SccLocalPath=".">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="cryptlib"
|
Name="cryptlib"
|
||||||
ProjectGUID="{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}"
|
ProjectGUID="{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}"
|
||||||
SccProjectName="Perforce Project"
|
SccProjectName=""
|
||||||
SccLocalPath=".">
|
SccLocalPath=".">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
|
@ -1195,6 +1195,9 @@ echo: >> adhoc.cpp.copied
|
||||||
PreprocessorDefinitions=""/>
|
PreprocessorDefinitions=""/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="emsa2.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="eprecomp.cpp">
|
RelativePath="eprecomp.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
@ -3866,6 +3869,9 @@ echo: >> adhoc.cpp.copied
|
||||||
<File
|
<File
|
||||||
RelativePath="elgamal.h">
|
RelativePath="elgamal.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="emsa2.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="eprecomp.h">
|
RelativePath="eprecomp.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
@ -4150,12 +4156,6 @@ echo: >> adhoc.cpp.copied
|
||||||
RelativePath="readme.txt">
|
RelativePath="readme.txt">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<File
|
|
||||||
RelativePath=".\emsa2.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\emsa2.h">
|
|
||||||
</File>
|
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="dlltest"
|
Name="dlltest"
|
||||||
SccProjectName="Perforce Project"
|
SccProjectName=""
|
||||||
SccLocalPath=".">
|
SccLocalPath=".">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue