102 lines
4.4 KiB
XML
102 lines
4.4 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>{592B86E9-D488-452B-B89B-2BB037793FE3}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Volian.Object.Library</RootNamespace>
|
|
<AssemblyName>Volian.Object.Library</AssemblyName>
|
|
</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="Csla, Version=2.0.3.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\csla20cs\csla20cs\Csla\bin\Debug\Csla.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\Log4Net\log4net-1.2.10\bin\net\2.0\release\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Assignment.cs" />
|
|
<Compile Include="AssignmentInfo.cs" />
|
|
<Compile Include="AssignmentInfoList.cs" />
|
|
<Compile Include="Connection.cs" />
|
|
<Compile Include="ConnectionFolder.cs" />
|
|
<Compile Include="ConnectionFolders.cs" />
|
|
<Compile Include="ConnectionInfo.cs" />
|
|
<Compile Include="ConnectionInfoList.cs" />
|
|
<Compile Include="Database.cs" />
|
|
<Compile Include="Folder.cs" />
|
|
<Compile Include="FolderAssignment.cs" />
|
|
<Compile Include="FolderAssignments.cs" />
|
|
<Compile Include="FolderInfo.cs" />
|
|
<Compile Include="FolderInfoList.cs" />
|
|
<Compile Include="Group.cs" />
|
|
<Compile Include="GroupAssignment.cs" />
|
|
<Compile Include="GroupAssignments.cs" />
|
|
<Compile Include="GroupInfo.cs" />
|
|
<Compile Include="GroupInfoList.cs" />
|
|
<Compile Include="GroupMembership.cs" />
|
|
<Compile Include="GroupMembershipExt.cs" />
|
|
<Compile Include="GroupMemberships.cs" />
|
|
<Compile Include="Membership.cs" />
|
|
<Compile Include="MembershipInfo.cs" />
|
|
<Compile Include="MembershipInfoList.cs" />
|
|
<Compile Include="Permission.cs" />
|
|
<Compile Include="PermissionExt.cs" />
|
|
<Compile Include="PermissionInfo.cs" />
|
|
<Compile Include="PermissionInfoList.cs" />
|
|
<Compile Include="PermissionRole.cs" />
|
|
<Compile Include="PermissionRoles.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Role.cs" />
|
|
<Compile Include="RoleAssignment.cs" />
|
|
<Compile Include="RoleAssignments.cs" />
|
|
<Compile Include="RoleInfo.cs" />
|
|
<Compile Include="RoleInfoList.cs" />
|
|
<Compile Include="RolePermissionExt.cs" />
|
|
<Compile Include="RolePermission.cs" />
|
|
<Compile Include="RolePermissions.cs" />
|
|
<Compile Include="User.cs" />
|
|
<Compile Include="UserExt.cs" />
|
|
<Compile Include="UserInfo.cs" />
|
|
<Compile Include="UserInfoList.cs" />
|
|
<Compile Include="UserInfoListExt.cs" />
|
|
<Compile Include="UserMembership.cs" />
|
|
<Compile Include="UserMemberships.cs" />
|
|
<Compile Include="vlnValueKey.cs" />
|
|
</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>
|
|
-->
|
|
</Project> |