|
@@ -29,7 +29,7 @@
|
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
|
<OutputPath>Bin\Debug</OutputPath>
|
|
<OutputPath>Bin\Debug</OutputPath>
|
|
|
- <DefineConstants>TRACE;DEBUG;SILVERLIGHT;FEATURE_RNG_CSP;FEATURE_SOCKET_EAP;FEATURE_STREAM_APM;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_HASH_SHA1;FEATURE_HASH_SHA256;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_MEMORYSTREAM_GETBUFFER</DefineConstants>
|
|
|
|
|
|
|
+ <DefineConstants>TRACE;DEBUG;FEATURE_DIRECTORYINFO_ENUMERATEFILES;FEATURE_RNG_CSP;FEATURE_SOCKET_EAP;FEATURE_STREAM_APM;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_HASH_SHA1_MANAGED;FEATURE_HASH_SHA256_MANAGED;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_MEMORYSTREAM_GETBUFFER</DefineConstants>
|
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoStdLib>true</NoStdLib>
|
|
|
<NoConfig>true</NoConfig>
|
|
<NoConfig>true</NoConfig>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
@@ -40,7 +40,7 @@
|
|
|
<DebugType>none</DebugType>
|
|
<DebugType>none</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>Bin\Release</OutputPath>
|
|
<OutputPath>Bin\Release</OutputPath>
|
|
|
- <DefineConstants>TRACE;SILVERLIGHT;FEATURE_RNG_CSP;FEATURE_SOCKET_EAP;FEATURE_STREAM_APM;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_HASH_SHA1;FEATURE_HASH_SHA256;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_MEMORYSTREAM_GETBUFFER</DefineConstants>
|
|
|
|
|
|
|
+ <DefineConstants>TRACE;FEATURE_DIRECTORYINFO_ENUMERATEFILES;FEATURE_RNG_CSP;FEATURE_SOCKET_EAP;FEATURE_STREAM_APM;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_HASH_SHA1_MANAGED;FEATURE_HASH_SHA256_MANAGED;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_MEMORYSTREAM_GETBUFFER</DefineConstants>
|
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoStdLib>true</NoStdLib>
|
|
|
<NoConfig>true</NoConfig>
|
|
<NoConfig>true</NoConfig>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
@@ -76,6 +76,9 @@
|
|
|
<Compile Include="..\Renci.SshNet\Abstractions\DnsAbstraction.cs">
|
|
<Compile Include="..\Renci.SshNet\Abstractions\DnsAbstraction.cs">
|
|
|
<Link>Abstractions\DnsAbstraction.cs</Link>
|
|
<Link>Abstractions\DnsAbstraction.cs</Link>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="..\Renci.SshNet\Abstractions\FileSystemAbstraction.cs">
|
|
|
|
|
+ <Link>Abstractions\FileSystemAbstraction.cs</Link>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\Renci.SshNet\Abstractions\ReflectionAbstraction.cs">
|
|
<Compile Include="..\Renci.SshNet\Abstractions\ReflectionAbstraction.cs">
|
|
|
<Link>Abstractions\ReflectionAbstraction.cs</Link>
|
|
<Link>Abstractions\ReflectionAbstraction.cs</Link>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -903,7 +906,7 @@
|
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
|
|
<SilverlightProjectProperties />
|
|
<SilverlightProjectProperties />
|
|
|
</FlavorProperties>
|
|
</FlavorProperties>
|
|
|
- <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
|
|
|
|
|
|
|
+ <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
|
|
|
</VisualStudio>
|
|
</VisualStudio>
|
|
|
</ProjectExtensions>
|
|
</ProjectExtensions>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|