-
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
Apr 3, 2014
1 parent
7249cbf
commit b7a4a7e
Showing
11 changed files
with
74 additions
and
97 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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<appSettings> | ||
<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"> | ||
<listeners> | ||
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tfs_cli.log" /> | ||
<remove name="Default" /> | ||
</listeners> | ||
</trace> | ||
</system.diagnostics> | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<appSettings> | ||
<add key="url" value="http://ms-bssdev001.bee.vimpelcom.ru:8080/tfs/IT_SYSTEMS/" /> | ||
<add key="login" value="Ekhatko" /> | ||
<!-- following is password '123' encrpted--> | ||
<add key="password" value="swiNjQLE2uWkZaQpf2D7ew==" /> | ||
<add key="project" value="CMD_ON" /> | ||
<add key="testplan" value="pilot" /> | ||
<!-- 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"> | ||
<listeners> | ||
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tfs_cli.log" /> | ||
<remove name="Default" /> | ||
</listeners> | ||
</trace> | ||
</system.diagnostics> | ||
</configuration> |
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 was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<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]" /> | ||
<!-- following is password '123' encrpted--> | ||
<add key="password" value="aYsKvHyDEQnoIuJ8Y1Qrfg==" /> | ||
<add key="project" value="cmd" /> | ||
<add key="testplan" value="bestplan" /> | ||
<!-- proxy settings (OPTIONAL) --> | ||
<add key="proxy_login" value="Ekhatko" /> | ||
<add key="proxy_password" value="1Vimpelcom5!" /> | ||
<add key="proxy_domain" value="VIMPELCOM_MAIN" /> | ||
</appSettings> | ||
<system.diagnostics> | ||
<trace autoflush="true" indentsize="4"> | ||
<listeners> | ||
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tfs_cli.log" /> | ||
<remove name="Default" /> | ||
</listeners> | ||
</trace> | ||
</system.diagnostics> | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<appSettings> | ||
<add key="url" value="http://ms-bssdev001.bee.vimpelcom.ru:8080/tfs/IT_SYSTEMS/" /> | ||
<add key="login" value="Ekhatko" /> | ||
<!-- following is password '123' encrpted--> | ||
<add key="password" value="swiNjQLE2uWkZaQpf2D7ew==" /> | ||
<add key="project" value="CMD_ON" /> | ||
<add key="testplan" value="pilot" /> | ||
<!-- 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"> | ||
<listeners> | ||
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tfs_cli.log" /> | ||
<remove name="Default" /> | ||
</listeners> | ||
</trace> | ||
</system.diagnostics> | ||
</configuration> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Properties> | ||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> | ||
<MonoDevelop.Ide.Workbench /> | ||
<MonoDevelop.Ide.DebuggingService.Breakpoints> | ||
<BreakpointStore /> | ||
</MonoDevelop.Ide.DebuggingService.Breakpoints> | ||
<MonoDevelop.Ide.DebuggingService.PinnedWatches /> | ||
</Properties> |
This file was deleted.
Oops, something went wrong.