Skip to content

Commit

Permalink
exe
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhatko committed Feb 20, 2014
1 parent 4c19342 commit 6214436
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 0 deletions.
Binary file added bin/Release/CLAP.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Release/Microsoft.WITDataStore.dll
Binary file not shown.
14 changes: 14 additions & 0 deletions bin/Release/tests.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<tests url="https://ekhatko.visualstudio.com/DefaultCollection/" project="cmd" testplan="bestplan">
<testsuite id="5" title="bestplan" description="" state="InProgress" type="StaticTestSuite" user_data="">
<test id="16" title="plancase" description="simple descriptionline1line2" state="Design" priority="2" owner="Evgeny Khatko" reason="New" is_automated="false" area="cmd">
<action id="2" action="step1 " expected_result="res1 &quot;wws&quot; ghgg:&#xD;&#xA;| param | val |&#xD;&#xA;| param | val |" />
<action id="3" action="step2 " expected_result="res2 " />
</test>
</testsuite>
<testsuite id="11" title="secsuite" description="" state="InProgress" type="StaticTestSuite" user_data="">
<test id="18" title="secsuitecase" description="" state="Design" priority="2" owner="Evgeny Khatko" reason="New" is_automated="false" area="cmd" />
</testsuite>
<testsuite id="9" title="basesuite" description="" state="InProgress" type="StaticTestSuite" user_data="">
<test id="17" title="basesuitecase" description="" state="Design" priority="2" owner="Evgeny Khatko" reason="New" is_automated="false" area="cmd" />
</testsuite>
</tests>
Binary file added bin/Release/tfs_cli.exe
Binary file not shown.
26 changes: 26 additions & 0 deletions bin/Release/tfs_cli.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +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>
</configuration>
Binary file added bin/Release/tfs_cli.pdb
Binary file not shown.
Binary file added bin/Release/tfs_cli.vshost.exe
Binary file not shown.
26 changes: 26 additions & 0 deletions bin/Release/tfs_cli.vshost.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +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>
</configuration>
11 changes: 11 additions & 0 deletions bin/Release/tfs_cli.vshost.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit 6214436

Please sign in to comment.