
* Web.csproj: * Web.config: * Catalog.xml: * Global.asax.cs: * TestBinding.cs: * IProvider.cs: * yavscModel.csproj: * WFManager.cs: * BasketController.cs: * WorkFlowController.cs: * ITCPNpgsqlProvider.cs: * IContentProvider.cs: * WorkFlowProvider.csproj: * NpgsqlContentProvider.cs: * Provider.cs: * ITContentProvider.csproj: * FrontOfficeApiController.cs: * ProviderCollection.cs: * WorkflowConfiguration.cs: * BlogProvidersConfigurationSection.cs: * IITContent.cs: Estimate creation
89 lines
3.8 KiB
XML
89 lines
3.8 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>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{68F5B80A-616E-4C3C-91A0-828AA40000BD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>yavscModel</RootNamespace>
|
|
<AssemblyName>yavscModel</AssemblyName>
|
|
</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' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="nunit.framework" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RolesAndMemebers\ChangePasswordModel.cs" />
|
|
<Compile Include="RolesAndMemebers\LoginModel.cs" />
|
|
<Compile Include="RolesAndMemebers\NewAdminModel.cs" />
|
|
<Compile Include="RolesAndMemebers\NewRoleModel.cs" />
|
|
<Compile Include="RolesAndMemebers\RegisterViewModel.cs" />
|
|
<Compile Include="WorkFlow\NewProjectModel.cs" />
|
|
<Compile Include="Blogs\BlogEditEntryModel.cs" />
|
|
<Compile Include="Admin\RestoreQuery.cs" />
|
|
<Compile Include="Admin\DataAccess.cs" />
|
|
<Compile Include="RolesAndMemebers\Profile.cs" />
|
|
<Compile Include="Blogs\BlogEditCommentModel.cs" />
|
|
<Compile Include="FileSystem\FileInfoCollection.cs" />
|
|
<Compile Include="WorkFlow\Writting.cs" />
|
|
<Compile Include="WorkFlow\Estimate.cs" />
|
|
<Compile Include="WorkFlow\WFOrder.cs" />
|
|
<Compile Include="WorkFlow\IContent.cs" />
|
|
<Compile Include="WorkFlow\IContentProvider.cs" />
|
|
<Compile Include="WorkFlow\IWFModule.cs" />
|
|
<Compile Include="WorkFlow\IWFOrder.cs" />
|
|
<Compile Include="WorkFlow\OrderStatusChangedEventArgs.cs" />
|
|
<Compile Include="IProvider.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="RolesAndMemebers\" />
|
|
<Folder Include="WorkFlow\" />
|
|
<Folder Include="Blogs\" />
|
|
<Folder Include="Admin\" />
|
|
<Folder Include="FileSystem\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NpgsqlBlogProvider\NpgsqlBlogProvider.csproj">
|
|
<Project>{C6E9E91B-97D3-48D9-8AA7-05356929E162}</Project>
|
|
<Name>NpgsqlBlogProvider</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SalesCatalog\SalesCatalog.csproj">
|
|
<Project>{90BF2234-7252-4CD5-B2A4-17501B19279B}</Project>
|
|
<Name>SalesCatalog</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedFlat" ResourceNamePolicy="FileFormatDefault" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |