<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
...
</repositories>
{"CompilerVersion", "v3.5"}
надо будет еще добавитьcompilerParams.ReferencedAssemblies.Add( "System.dll" );
compilerParams.ReferencedAssemblies.Add( "System.Core.dll" );
compilerParams.ReferencedAssemblies.Add( "System.Data.dll" );
$margin_y = 16
$margin_x = 24
$y = ($t.Location.Y + $t.Size.Height +$margin_y)
$bOK.Location = new-object System.Drawing.Point( $margin_x, $y)
$x = ($f.Size.Width - $btnCancel.Size.Width) - $margin_x
$bCancel.Location = new-object System.Drawing.Point($x, $bOK.Location.y)
xmllint --xpath "//system.webServer/security/authentication/anonymousAuthentication/@enabled" web.config
enabled="true"
web.config
нет