Debug AnyCPU 8.0.30703 2.0 {1305ABF0-EEA0-464F-99D5-7FD5BE5E4956} Library Properties Perforce.P4 p4api.net v4.0 512 true full false ..\bin\Debug\ DEBUG;TRACE prompt 4 ..\bin\Debug\p4api.net.xml pdbonly true ..\bin\Release\ TRACE prompt 4 ..\bin\Release\p4api.net.xml x86 true ..\bin\Debug\ DEBUG;TRACE ..\bin\Debug\p4api.net.XML full x64 prompt true true ..\bin\Release\ TRACE ..\bin\Release\p4api.net.XML true pdbonly x64 prompt true true true true ..\bin\Debug\ DEBUG;TRACE ..\bin\Debug\p4api.net.XML full x86 prompt true true ..\bin\Release\ TRACE ..\bin\Release\p4api.net.XML true pdbonly x86 prompt true true true true MyKey.snk bin\UnitTest\ bin\x64\UnitTest\ bin\x86\UnitTest\ bin\LocalRelease\ TRACE ..\bin\Release\p4api.net.xml true pdbonly x86 prompt ..\bin\x64\LocalRelease\ TRACE ..\bin\Release\p4api.net.XML true pdbonly x64 prompt true true true ..\bin\LocalRelease\ TRACE ..\bin\LocalRelease\p4api.net.XML true pdbonly x86 prompt true true IF NOT "$(ConfigurationName)"=="Release" GOTO End ECHO Building SHFB help file via MSBuild cd "$(SolutionDir)doc" "$(SystemRoot)\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /p:CleanIntermediates=True /p:Configuration=Release "$(SolutionDir)doc\p4api.net.shfbproj" ECHO Moving chm file to doc folder MOVE "$(SolutionDir)doc\p4api.net_reference\p4api.net Documentation.chm" "$(SolutionDir)doc\p4api.net.chm" ECHO Moving build log to doc folder MOVE "$(SolutionDir)doc\p4api.net_reference\lastbuild.log" "$(SolutionDir)doc\" ECHO Zipping up p4api.net_reference cd "$(SolutionDir)doc" zip -r p4api.net_reference.zip p4api.net_reference IF "$(PlatformName)"=="x64" ECHO Moving all of the files needed for p4api.net.zip IF "$(PlatformName)"=="x64" MD "$(SolutionDir)Release\p4api.net\lib" IF "$(PlatformName)"=="x64" MD "$(SolutionDir)Release\p4api.net\doc" IF "$(PlatformName)"=="x64" MD "$(SolutionDir)Release\p4api.net\examples\bin\Debug IF "$(PlatformName)"=="x64" MD "$(SolutionDir)Release\p4api.net\examples\bin\Release IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)doc\p4api.net_reference.zip" "$(SolutionDir)Release\p4api.net\doc\p4api.net_reference.zip" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)doc\p4api.net.chm" "$(SolutionDir)Release\p4api.net\doc\p4api.net.chm" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)README.txt" "$(SolutionDir)Release\p4api.net\README.txt" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net\lib\p4bridge.dll" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net\lib\p4bridge.pdb" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net\lib\p4api.net.dll" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net\lib\p4api.net.pdb" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net\lib\p4api.net.XML" IF "$(PlatformName)"=="x64" XCOPY /E /S /I "$(SolutionDir)examples" "$(SolutionDir)Release\p4api.net\examples" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4bridge.dll" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4bridge.pdb" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4api.net.dll" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4api.net.pdb" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4api.net.XML" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4bridge.dll" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4bridge.pdb" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4api.net.dll" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4api.net.pdb" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4api.net.XML" IF "$(PlatformName)"=="x64" COPY "$(SolutionDir)LICENSE.txt" "$(SolutionDir)Release\p4api.net\LICENSE.txt" IF "$(PlatformName)"=="x64" ECHO Zipping up p4api.net64.zip IF "$(PlatformName)"=="x64" cd "$(SolutionDir)Release" IF "$(PlatformName)"=="x64" zip -r p4api.net64.zip p4api.net IF "$(PlatformName)"=="x64" Goto End ECHO Moving all of the files needed for p4api.net-src.zip XCOPY /E /S /I "$(SolutionDir)p4api.net" "$(SolutionDir)Release\p4api.net-src\p4api.net" XCOPY /E /S /I "$(SolutionDir)p4bridge" "$(SolutionDir)Release\p4api.net-src\p4bridge" XCOPY /E /S /I "$(SolutionDir)p4bridge-unit-test" "$(SolutionDir)Release\p4api.net-src\p4bridge-unit-test" XCOPY /E /S /I "$(SolutionDir)examples" "$(SolutionDir)Release\p4api.net-src\examples" MD "$(SolutionDir)Release\p4api.net-src\examples\bin\Debug MD "$(SolutionDir)Release\p4api.net-src\examples\bin\Release COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net-src\examples\bin\Debug\p4bridge.dll" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net-src\examples\bin\Debug\p4bridge.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net-src\examples\bin\Debug\p4api.net.dll" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net-src\examples\bin\Debug\p4api.net.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net-src\examples\bin\Debug\p4api.net.XML" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net-src\examples\bin\Release\p4bridge.dll" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net-src\examples\bin\Release\p4bridge.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net-src\examples\bin\Release\p4api.net.dll" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net-src\examples\bin\Release\p4api.net.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net-src\examples\bin\Release\p4api.net.XML" XCOPY /E /S /I "$(SolutionDir)p4api.net-unit-test" "$(SolutionDir)Release\p4api.net-src\p4api.net-unit-test" MD "$(SolutionDir)Release\p4api.net-src\bin\Debug" COPY "$(SolutionDir)bin\Debug\a.exe" "$(SolutionDir)Release\p4api.net-src\bin\Debug\a.exe" COPY "$(SolutionDir)bin\Debug\u.exe" "$(SolutionDir)Release\p4api.net-src\bin\Debug\u.exe" COPY "$(SolutionDir)bin\Debug\s3.exe" "$(SolutionDir)Release\p4api.net-src\bin\Debug\s3.exe" MD "$(SolutionDir)Release\p4api.net-src\doc" MD "$(SolutionDir)Release\p4api.net-src\p4api" COPY "$(SolutionDir)doc\p4api.net_reference.zip" "$(SolutionDir)Release\p4api.net-src\doc\p4api.net_reference.zip" COPY "$(SolutionDir)doc\p4api.net.chm" "$(SolutionDir)Release\p4api.net-src\doc\p4api.net.chm" COPY "$(SolutionDir)doc\p4api.net.shfbproj" "$(SolutionDir)Release\p4api.net-src\doc\p4api.net.shfbproj" COPY "$(SolutionDir)p4api.net.sln" "$(SolutionDir)Release\p4api.net-src\p4api.net.sln" COPY "$(SolutionDir)TestSettings.testsettings" "$(SolutionDir)Release\p4api.net-src\TestSettings.testsettings" COPY "$(SolutionDir)p4api.net.vsmdi" "$(SolutionDir)Release\p4api.net-src\p4api.net.vsmdi" COPY "$(SolutionDir)README_src.txt" "$(SolutionDir)Release\p4api.net-src\README_src.txt" REN "$(SolutionDir)Release\p4api.net-src\README_src.txt" "README.txt" COPY "$(SolutionDir)..\p4\Version" "$(SolutionDir)Release\p4api.net-src\Version" COPY "$(SolutionDir)LICENSE.txt" "$(SolutionDir)Release\p4api.net-src\LICENSE.txt" DEL "$(SolutionDir)Release\p4api.net-src\p4api.net\MyKey.snk DEL "$(SolutionDir)Release\p4api.net-src\p4api.net-unit-test\MyKey.snk ECHO removing .snk references and deleting these steps from source distribution "$(SolutionDir)tools\CleanDistribution.exe" ECHO Zipping up p4api.net-src.zip cd "$(SolutionDir)Release" zip -r p4api.net-src.zip p4api.net-src ECHO Moving all of the files needed for p4api.net.zip MD "$(SolutionDir)Release\p4api.net\lib" MD "$(SolutionDir)Release\p4api.net\doc" MD "$(SolutionDir)Release\p4api.net\examples\bin\Debug MD "$(SolutionDir)Release\p4api.net\examples\bin\Release COPY "$(SolutionDir)doc\p4api.net_reference.zip" "$(SolutionDir)Release\p4api.net\doc\p4api.net_reference.zip" COPY "$(SolutionDir)doc\p4api.net.chm" "$(SolutionDir)Release\p4api.net\doc\p4api.net.chm" COPY "$(SolutionDir)README.txt" "$(SolutionDir)Release\p4api.net\README.txt" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net\lib\p4bridge.dll" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net\lib\p4bridge.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net\lib\p4api.net.dll" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net\lib\p4api.net.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net\lib\p4api.net.XML" XCOPY /E /S /I "$(SolutionDir)examples" "$(SolutionDir)Release\p4api.net\examples" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4bridge.dll" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4bridge.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4api.net.dll" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4api.net.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net\examples\bin\Debug\p4api.net.XML" COPY "$(SolutionDir)bin\Release\p4bridge.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4bridge.dll" COPY "$(SolutionDir)bin\Release\p4bridge.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4bridge.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.dll" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4api.net.dll" COPY "$(SolutionDir)bin\Release\p4api.net.pdb" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4api.net.pdb" COPY "$(SolutionDir)bin\Release\p4api.net.XML" "$(SolutionDir)Release\p4api.net\examples\bin\Release\p4api.net.XML" COPY "$(SolutionDir)LICENSE.txt" "$(SolutionDir)Release\p4api.net\LICENSE.txt" ECHO Zipping up p4api.net.zip cd "$(SolutionDir)Release" zip -r p4api.net.zip p4api.net :End