DMSSSOAgent.csproj 9.51 KB
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{0BF80807-A479-445F-BB56-33A34E119EEE}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>DMSSSOAgent</RootNamespace>
    <AssemblyName>DMSSSOAgent</AssemblyName>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>4.0</OldToolsVersion>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <PublishUrl>发布\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </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>
  <ItemGroup>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0" />
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Design" />
    <Reference Include="System.EnterpriseServices" />
    <Reference Include="System.Messaging" />
    <Reference Include="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AppUtility.cs" />
    <Compile Include="DMSSSOAgent.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="DMSSSOAgent.Designer.cs">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </Compile>
    <Compile Include="DMSSSOConfig.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="DMSSSOConfig.Designer.cs">
      <DependentUpon>DMSSSOConfig.cs</DependentUpon>
    </Compile>
    <Compile Include="DMSSSOLogin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="DMSSSOLogin.Designer.cs">
      <DependentUpon>DMSSSOLogin.cs</DependentUpon>
    </Compile>
    <Compile Include="DMSSSOSelectLanguage.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="DMSSSOSelectLanguage.Designer.cs">
      <DependentUpon>DMSSSOSelectLanguage.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="DMSSSOAgent.en.resx">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOAgent.resx">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOAgent.zh-CHS.resx">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOAgent.zh-CHT.resx">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOAgent.zh-CN.resx">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOAgent.zh-TW.resx">
      <DependentUpon>DMSSSOAgent.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOLogin.en.resx">
      <DependentUpon>DMSSSOLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOLogin.resx">
      <DependentUpon>DMSSSOLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOLogin.zh-CHS.resx">
      <DependentUpon>DMSSSOLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOLogin.zh-CHT.resx">
      <DependentUpon>DMSSSOLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOLogin.zh-MO.resx">
      <DependentUpon>DMSSSOLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="DMSSSOSelectLanguage.resx">
      <DependentUpon>DMSSSOSelectLanguage.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="App.config">
      <SubType>Designer</SubType>
    </None>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <None Include="Web References\DMSSSOService\Reference.map">
      <Generator>MSDiscoCodeGenerator</Generator>
      <LastGenOutput>Reference.cs</LastGenOutput>
    </None>
    <None Include="Web References\DMSSSOService\SSOServices.wsdl" />
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="Web References\DMSSSOService\Reference.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Reference.map</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Image\admin.jpg" />
    <Content Include="Image\Agent.JPG" />
    <Content Include="Image\btn_c.JPG" />
    <Content Include="Image\btn_login.JPG" />
    <Content Include="Image\btn_m.JPG" />
    <Content Include="Image\cems.jpg" />
    <Content Include="Image\closed.JPG" />
    <None Include="Image\default.JPG" />
    <Content Include="Image\CS.jpg" />
    <Content Include="Image\Finance.jpg" />
    <Content Include="Image\ICS.jpg" />
    <Content Include="Image\Interface.JPG" />
    <Content Include="Image\item1.JPG" />
    <Content Include="Image\item2.JPG" />
    <Content Include="Image\item3.JPG" />
    <Content Include="Image\Left.JPG" />
    <Content Include="Image\left1.JPG" />
    <Content Include="Image\line.JPG" />
    <Content Include="Image\login.JPG" />
    <Content Include="Image\LoginButton.JPG" />
    <Content Include="Image\mini.JPG" />
    <Content Include="Image\OPS.jpg" />
    <Content Include="logo.ico" />
    <None Include="Resources\default.jpg" />
  </ItemGroup>
  <ItemGroup>
    <WebReferences Include="Web References\" />
  </ItemGroup>
  <ItemGroup>
    <WebReferenceUrl Include="http://www.erry.com:38090/axis2/services/SSOServices%3fwsdl">
      <UrlBehavior>Dynamic</UrlBehavior>
      <RelPath>Web References\DMSSSOService\</RelPath>
      <UpdateFromURL>http://www.erry.com:38090/axis2/services/SSOServices%3fwsdl</UpdateFromURL>
      <ServiceLocationURL>
      </ServiceLocationURL>
      <CachedDynamicPropName>
      </CachedDynamicPropName>
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
      <CachedSettingsPropName>DMSSSOAgent_DMSSSOService_SSOServices</CachedSettingsPropName>
    </WebReferenceUrl>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\DMSSSOUpgrade\DMSSSOUpgrade.csproj">
      <Project>{0C1E2713-1AB6-46B0-A5A8-CDF11586D161}</Project>
      <Name>DMSSSOUpgrade</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>