ln.identities/ln.identities.csproj

64 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{AA1F75AF-0AEC-4CC0-AC3B-209AE90781AC}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ln.identities</RootNamespace>
<AssemblyName>ln.identities</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework">
<Package>nunit</Package>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Identity.cs" />
<Compile Include="Role.cs" />
<Compile Include="RoleAssignment.cs" />
<Compile Include="SeededPassword.cs" />
<Compile Include="SecureAttribute.cs" />
<Compile Include="IIdentityProvider.cs" />
<Compile Include="AuthenticationProve.cs" />
<Compile Include="ODBIdentityProvider.cs" />
<Compile Include="AuthenticationRequest.cs" />
<Compile Include="AuthenticationChallenges.cs" />
<Compile Include="BaseIdentityProvider.cs" />
<Compile Include="test\IdentityTests.cs" />
<Compile Include="AssignedRole.cs" />
<Compile Include="AssignedRoles.cs" />
<Compile Include="RequireAttribute.cs" />
<Compile Include="AuthenticationNeeded.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ln.types\ln.types.csproj">
<Project>{8D9AB9A5-E513-4BA7-A450-534F6456BF28}</Project>
<Name>ln.types</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="test\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>