2006-11-13 13:52:08 +01:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectType>Local</ProjectType>
|
|
|
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{1BA1FC97-5AF1-4506-A7FD-EBFD46D361A0}</ProjectGuid>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ApplicationIcon>
|
|
|
|
|
</ApplicationIcon>
|
|
|
|
|
<AssemblyKeyContainerName>
|
|
|
|
|
</AssemblyKeyContainerName>
|
|
|
|
|
<AssemblyName>Novell.Casa.Client.Auth</AssemblyName>
|
2006-11-15 12:39:39 +01:00
|
|
|
|
<AssemblyOriginatorKeyFile>AuthToken.snk</AssemblyOriginatorKeyFile>
|
2006-11-13 13:52:08 +01:00
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
|
<DelaySign>false</DelaySign>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>Novell.Casa.Client.Auth</RootNamespace>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
<StartupObject>
|
|
|
|
|
</StartupObject>
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
2006-11-15 12:39:39 +01:00
|
|
|
|
<SignAssembly>true</SignAssembly>
|
2006-11-13 13:52:08 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
|
<NoWarn>
|
|
|
|
|
</NoWarn>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
|
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
|
<NoWarn>
|
|
|
|
|
</NoWarn>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
|
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2007-04-03 00:16:07 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>
|
|
|
|
|
</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2006-11-13 13:52:08 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System">
|
|
|
|
|
<Name>System</Name>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data">
|
|
|
|
|
<Name>System.Data</Name>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml">
|
|
|
|
|
<Name>System.XML</Name>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Authtoken.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WinLuid.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
2006-11-15 12:39:39 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="AuthToken.snk" />
|
|
|
|
|
</ItemGroup>
|
2006-11-13 13:52:08 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Properties\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|