-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ekhatko
committed
Feb 20, 2014
1 parent
7a8aeec
commit 4c19342
Showing
5 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,16 @@ | |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<appSettings> | ||
<add key="url" value="https://ekhatko.visualstudio.com/DefaultCollection/" /> | ||
<add key="login" value="[email protected]" /> | ||
<add key="password" value="aYsKvHyDEQnoIuJ8Y1Qrfg==" /> | ||
<add key="project" value="cmd" /> | ||
<add key="testplan" value="bestplan" /> | ||
<add key="url" value="https://user.visualstudio.com/DefaultCollection/" /> | ||
<add key="login" value="" /> | ||
<!-- following is password '123' encrpted--> | ||
<add key="password" value="" /> | ||
<add key="project" value="" /> | ||
<add key="testplan" value="" /> | ||
<!-- proxy settings (OPTIONAL) --> | ||
<add key="proxy_login" value="" /> | ||
<add key="proxy_password" value="" /> | ||
<add key="proxy_domain" value="" /> | ||
</appSettings> | ||
<system.diagnostics> | ||
<trace autoflush="true" indentsize="4"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters