Skip to content

Instantly share code, notes, and snippets.

Created April 1, 2012 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ab84ae35eeb946ae76fd to your computer and use it in GitHub Desktop.
Save anonymous/ab84ae35eeb946ae76fd to your computer and use it in GitHub Desktop.
Build.bat
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.261]
Copyright (C) Microsoft Corporation 2007. All rights reserved.
Build started 4/1/2012 12:38:36 AM.
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" on node 1 (de
fault targets).
ValidateSolutionConfiguration:
Building solution configuration "Release|Mixed Platforms".
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (1) is buildi
ng "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.Managed\Arma2Net.Manage
d.csproj" (2) on node 1 (default targets).
RestorePackages:
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\.nuget\nuget.exe" install "C:\Use
rs\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.Managed\packages.config" -sourc
e "" -o "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\packages"
All packages listed in packages.config are already installed.
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.Managed\Arma2Net.M
anaged.csproj" (2) is building "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Host
View\HostView.csproj" (3) on node 1 (default targets).
ResolveAssemblyReferences:
A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output fi
les are up-to-date with respect to the input files.
CoreCompile:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,
1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /reference:"C:\Prog
ram Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\P
rofile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Asse
mblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Core.dll"
/debug:pdbonly /filealign:512 /keyfile:Arma2NetKey.snk /optimize+ /out:obj\R
elease\HostView.dll /target:library Arma2NetAddIn.cs Properties\AssemblyInfo.
cs "C:\Users\Patrick\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Cl
ient.AssemblyAttributes.cs"
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\Users\Patr
ick\Desktop\Arma2NET\Arma2Net\HostView\obj\Release\HostView.dll' -- 'Error read
ing key file 'c:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostView\Arma2NetKey.s
nk' -- The system cannot find the file specified. ' [C:\Users\Patrick\Desktop\A
rma2NET\Arma2Net\HostView\HostView.csproj]
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostView\Host
View.csproj" (default targets) -- FAILED.
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.Mana
ged\Arma2Net.Managed.csproj" (default targets) -- FAILED.
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (1) is buildi
ng "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\WeatherPlugin\WeatherPlugin.cspr
oj" (5) on node 1 (default targets).
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\WeatherPlugin\WeatherPlugin
.csproj" (5) is building "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\AddInView\
AddInView.csproj" (6) on node 1 (default targets).
ResolveAssemblyReferences:
A TargetFramework profile exclusion list will be generated.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output fi
les are up-to-date with respect to the input files.
CoreCompile:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,
1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /reference:"C:\Prog
ram Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\P
rofile\Client\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Asse
mblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.AddIn.Con
tract.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\
Framework\.NETFramework\v4.0\Profile\Client\System.AddIn.dll" /reference:"C:\
Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4
.0\Profile\Client\System.Core.dll" /debug:pdbonly /filealign:512 /keyfile:Arm
a2NetKey.snk /optimize+ /out:obj\Release\AddInView.dll /target:library Arma2N
etAddIn.cs Arma2NetAsyncAddIn.cs Arma2NetMethodAddIn.cs Properties\AssemblyIn
fo.cs "C:\Users\Patrick\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile
=Client.AssemblyAttributes.cs"
CSC : warning CS1668: Invalid search path 'C:\Program Files (x86)\Microsoft Vis
ual Studio 10.0\VC\atlmfc\lib' specified in 'LIB environment variable' -- 'The
system cannot find the path specified. ' [C:\Users\Patrick\Desktop\Arma2NET\Arm
a2Net\AddInView\AddInView.csproj]
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\Users\Patr
ick\Desktop\Arma2NET\Arma2Net\AddInView\obj\Release\AddInView.dll' -- 'Error re
ading key file 'c:\Users\Patrick\Desktop\Arma2NET\Arma2Net\AddInView\Arma2NetKe
y.snk' -- The system cannot find the file specified. ' [C:\Users\Patrick\Deskto
p\Arma2NET\Arma2Net\AddInView\AddInView.csproj]
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\AddInView\Add
InView.csproj" (default targets) -- FAILED.
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\WeatherPlugin
\WeatherPlugin.csproj" (default targets) -- FAILED.
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (1) is buildi
ng "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostAdapter\HostAdapter.csproj"
(11) on node 1 (default targets).
Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostAdapter\HostAdapter.csp
roj" (11) is building "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Contract\Cont
ract.csproj" (12) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output fi
les are up-to-date with respect to the input files.
CoreCompile:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,
1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /reference:"C:\Prog
ram Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\m
scorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsof
t\Framework\.NETFramework\v4.0\System.AddIn.Contract.dll" /reference:"C:\Prog
ram Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\S
ystem.AddIn.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Micr
osoft\Framework\.NETFramework\v4.0\System.Core.dll" /debug:pdbonly /filealign
:512 /keyfile:Arma2NetKey.snk /optimize+ /out:obj\Release\Contract.dll /targe
t:library IArma2NetAddInContract.cs Properties\AssemblyInfo.cs "C:\Users\Patr
ick\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs"
CSC : warning CS1668: Invalid search path 'C:\Program Files (x86)\Microsoft Vis
ual Studio 10.0\VC\atlmfc\lib' specified in 'LIB environment variable' -- 'The
system cannot find the path specified. ' [C:\Users\Patrick\Desktop\Arma2NET\Arm
a2Net\Contract\Contract.csproj]
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\Users\Patr
ick\Desktop\Arma2NET\Arma2Net\Contract\obj\Release\Contract.dll' -- 'Error read
ing key file 'c:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Contract\Arma2NetKey.s
nk' -- The system cannot find the file specified. ' [C:\Users\Patrick\Desktop\A
rma2NET\Arma2Net\Contract\Contract.csproj]
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Contract\Cont
ract.csproj" (default targets) -- FAILED.
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostAdapter\H
ostAdapter.csproj" (default targets) -- FAILED.
Done Building Project "C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln"
(default targets) -- FAILED.
Build FAILED.
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (default target) (1)
->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\WeatherPlugin\WeatherPlugin.csproj"
(default target) (5) ->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\AddInView\AddInView.csproj" (defaul
t target) (6) ->
(CoreCompile target) ->
CSC : warning CS1668: Invalid search path 'C:\Program Files (x86)\Microsoft V
isual Studio 10.0\VC\atlmfc\lib' specified in 'LIB environment variable' -- 'Th
e system cannot find the path specified. ' [C:\Users\Patrick\Desktop\Arma2NET\A
rma2Net\AddInView\AddInView.csproj]
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (default target) (1)
->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostAdapter\HostAdapter.csproj" (de
fault target) (11) ->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Contract\Contract.csproj" (default
target) (12) ->
CSC : warning CS1668: Invalid search path 'C:\Program Files (x86)\Microsoft V
isual Studio 10.0\VC\atlmfc\lib' specified in 'LIB environment variable' -- 'Th
e system cannot find the path specified. ' [C:\Users\Patrick\Desktop\Arma2NET\A
rma2Net\Contract\Contract.csproj]
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (default target) (1)
->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.Managed\Arma2Net.Managed.c
sproj" (default target) (2) ->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostView\HostView.csproj" (default
target) (3) ->
(CoreCompile target) ->
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\Users\Pa
trick\Desktop\Arma2NET\Arma2Net\HostView\obj\Release\HostView.dll' -- 'Error re
ading key file 'c:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostView\Arma2NetKey
.snk' -- The system cannot find the file specified. ' [C:\Users\Patrick\Desktop
\Arma2NET\Arma2Net\HostView\HostView.csproj]
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (default target) (1)
->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\WeatherPlugin\WeatherPlugin.csproj"
(default target) (5) ->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\AddInView\AddInView.csproj" (defaul
t target) (6) ->
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\Users\Pa
trick\Desktop\Arma2NET\Arma2Net\AddInView\obj\Release\AddInView.dll' -- 'Error
reading key file 'c:\Users\Patrick\Desktop\Arma2NET\Arma2Net\AddInView\Arma2Net
Key.snk' -- The system cannot find the file specified. ' [C:\Users\Patrick\Desk
top\Arma2NET\Arma2Net\AddInView\AddInView.csproj]
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Arma2Net.sln" (default target) (1)
->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\HostAdapter\HostAdapter.csproj" (de
fault target) (11) ->
"C:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Contract\Contract.csproj" (default
target) (12) ->
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\Users\Pa
trick\Desktop\Arma2NET\Arma2Net\Contract\obj\Release\Contract.dll' -- 'Error re
ading key file 'c:\Users\Patrick\Desktop\Arma2NET\Arma2Net\Contract\Arma2NetKey
.snk' -- The system cannot find the file specified. ' [C:\Users\Patrick\Desktop
\Arma2NET\Arma2Net\Contract\Contract.csproj]
2 Warning(s)
3 Error(s)
Time Elapsed 00:00:05.52
Done, now run Install.bat to prepare Arma2NET.
Press any key to continue . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment