Taylohtio/Foreign/CKS.FBA/1.0.0.0_fixed/cks-17930/MembershipProvider/WindowsLiveAuthentication/CKS.WindowsLiveAuthenticati...

85 lines
3.7 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AF0DF9BC-AB30-478F-BFD2-54205B2A5F79}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CKS.WindowsLiveAuthentication</RootNamespace>
<AssemblyName>CKS.WindowsLiveAuthentication</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>CKS.MembershipProvider.snk</AssemblyOriginatorKeyFile>
</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.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Code\AuthConfig.cs" />
<Compile Include="Code\BlogUserProfile.cs" />
<Compile Include="Code\EventReceiverStsAdmCommand.cs" />
<Compile Include="Code\liveauth-handler.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Code\liveinfo.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Code\LiveMembershipProvider.cs" />
<Compile Include="Code\LiveRoleProvider.cs" />
<Compile Include="Code\ProfileListEventHandler.cs" />
<Compile Include="Code\SettingsFeatureReceiver.cs" />
<Compile Include="Code\WindowsLiveAuthStsAdmCommand.cs" />
<Compile Include="Code\WindowsLiveLogin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="CKS.MembershipProvider.snk" />
</ItemGroup>
<ItemGroup>
<Content Include="ROOT\CONFIG\stsadmcommands.addwindowsliveauth.xml" />
<Content Include="TEMPLATE\FEATURES\WindowsLiveAuthenticationSettings\elements.xml" />
<Content Include="TEMPLATE\FEATURES\WindowsLiveAuthenticationSettings\Feature.xml" />
<Content Include="TEMPLATE\LAYOUTS\liveauth-handler.aspx">
<SubType>ASPXCodeBehind</SubType>
</Content>
<Content Include="TEMPLATE\LAYOUTS\liveinfo.aspx" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>
-->
<PropertyGroup>
<PostBuildEvent>XCOPY "$(TargetPath)" "$(ProjectDir)DLLS\GAC\" /Y
"$(ProjectDir)CreateManifest.vbs" "$(ProjectDir)" $(ProjectName)
"$(ProjectDir)CreateCabDDF.vbs" "$(ProjectDir)" $(ProjectName)
cd "$(ProjectDir)"
makecab.exe /F "$(ProjectDir)cab.ddf"</PostBuildEvent>
</PropertyGroup>
</Project>