mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
441 lines
20 KiB
XML
441 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{CBEEE1A0-B917-4F61-812B-85C4C15E80FC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SecretServerInterface</RootNamespace>
|
|
<AssemblyName>SecretServerInterface</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Portable|AnyCPU'">
|
|
<OutputPath>bin\Release Portable\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Portable|x64'">
|
|
<OutputPath>bin\x64\Release Portable\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Installer|AnyCPU'">
|
|
<OutputPath>bin\Release Installer\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Installer|x64'">
|
|
<OutputPath>bin\x64\Release Installer\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug Portable|AnyCPU'">
|
|
<OutputPath>bin\Debug Portable\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug Portable|x64'">
|
|
<OutputPath>bin\x64\Debug Portable\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="SecretServerInterface.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SSConnectionForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SSConnectionForm.Designer.cs">
|
|
<DependentUpon>SSConnectionForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Web References\SSWebServiceWinAuth\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Web References\SSWebService\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WebReferences Include="Web References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WebReferenceUrl Include="https://cred.sit.local/SecretServer/webservices/SSWebService.asmx">
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
<RelPath>Web References\SSWebService\</RelPath>
|
|
<UpdateFromURL>https://cred.sit.local/SecretServer/webservices/SSWebService.asmx</UpdateFromURL>
|
|
<ServiceLocationURL>
|
|
</ServiceLocationURL>
|
|
<CachedDynamicPropName>
|
|
</CachedDynamicPropName>
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
<CachedSettingsPropName>SecretServerInterface_SSWebService</CachedSettingsPropName>
|
|
</WebReferenceUrl>
|
|
<WebReferenceUrl Include="https://cred.sit.local/SecretServer/winauthwebservices/SSWinAuthWebService.asmx">
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
<RelPath>Web References\SSWebServiceWinAuth\</RelPath>
|
|
<UpdateFromURL>https://cred.sit.local/SecretServer/winauthwebservices/SSWinAuthWebService.asmx</UpdateFromURL>
|
|
<ServiceLocationURL>
|
|
</ServiceLocationURL>
|
|
<CachedDynamicPropName>
|
|
</CachedDynamicPropName>
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
<CachedSettingsPropName>SecretServerInterface_SSWinAuthWebService</CachedSettingsPropName>
|
|
</WebReferenceUrl>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\AddSecretResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\CreateFolderResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\FileDownloadResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\FolderExtendedCreateResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\FolderExtendedGetNewResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\FolderExtendedGetResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\FolderExtendedUpdateResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GeneratePasswordResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetAllGroupsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetCheckOutStatusResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetDependenciesResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetDependencyGroupsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetFavoritesResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetFolderResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetFoldersResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetReportResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSecretAuditResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSecretResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSecretsByFieldValueResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSecretTemplateFieldsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSecretTemplatesResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSitesResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSshCommandMenuResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetSshCommandMenusResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetTicketSystemsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetUserResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetUserScriptResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetUserScriptsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\GetUsersResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\Reference.map">
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\RequestApprovalResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SearchFolderResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SearchSecretPoliciesResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SearchSecretsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SecretItemHistoryResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SecretPolicyForSecretResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SecretPolicyResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SSHCredentialsResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\SSWinAuthWebService.wsdl" />
|
|
<None Include="Web References\SSWebServiceWinAuth\UpdateUserResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\UpdateUserScriptResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\UserInfoResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\VersionGetResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebServiceWinAuth\WebServiceResult.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\AddSecretResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\AuthenticateResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\CreateFolderResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\FileDownloadResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\FolderExtendedCreateResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\FolderExtendedGetNewResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\FolderExtendedGetResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\FolderExtendedUpdateResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GeneratePasswordResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetAllGroupsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetCheckOutStatusResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetDependenciesResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetDependencyGroupsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetFavoritesResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetFolderResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetFoldersResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetReportResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSecretAuditResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSecretResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSecretsByFieldValueResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSecretTemplateFieldsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSecretTemplatesResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSitesResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSshCommandMenuResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetSshCommandMenusResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetTicketSystemsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetUserResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetUserScriptResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetUserScriptsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\GetUsersResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\ImpersonateResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\Reference.map">
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Web References\SSWebService\RequestApprovalResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SearchFolderResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SearchSecretPoliciesResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SearchSecretsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SecretItemHistoryResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SecretPolicyForSecretResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SecretPolicyResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SSHCredentialsResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\SSWebService.wsdl" />
|
|
<None Include="Web References\SSWebService\TokenIsValidResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\UpdateUserResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\UpdateUserScriptResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\UserInfoResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\VersionGetResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\SSWebService\WebServiceResult1.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Web References\SSWebService\SSWebService.disco" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="SSConnectionForm.resx">
|
|
<DependentUpon>SSConnectionForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Web References\SSWebServiceWinAuth\SSWinAuthWebService.disco" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |