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