You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
4.4 KiB
99 lines
4.4 KiB
1 year ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProjectGuid>{0C706E36-C79D-467C-91CA-DDF39BC43113}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>CK.SCP.Controller</RootNamespace>
|
||
|
<AssemblyName>CK.SCP.Controller</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>..\DLL\</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="EntityFramework">
|
||
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="EntityFramework.Extensions">
|
||
|
<HintPath>..\packages\EntityFramework.Extensions.0.0.2\lib\net40\EntityFramework.Extensions.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="EntityFramework.SqlServer">
|
||
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Xml.Linq" />
|
||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||
|
<Reference Include="Microsoft.CSharp" />
|
||
|
<Reference Include="System.Data" />
|
||
|
<Reference Include="System.Net.Http" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="ASNController.cs" />
|
||
|
<Compile Include="BaseDocContoller.cs" />
|
||
|
<Compile Include="Class1.cs" />
|
||
|
<Compile Include="InfoController.cs" />
|
||
|
<Compile Include="InvoiceController.cs" />
|
||
|
<Compile Include="InvoiceDetailController.cs" />
|
||
|
<Compile Include="OadOrderController.cs" />
|
||
|
<Compile Include="PartController.cs" />
|
||
|
<Compile Include="PlanMonthController.cs" />
|
||
|
<Compile Include="POController.cs" />
|
||
|
<Compile Include="PODetailController.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
<Compile Include="PublicDataController.cs" />
|
||
|
<Compile Include="ReceiveController.cs" />
|
||
|
<Compile Include="ReceiveDetailController.cs" />
|
||
|
<Compile Include="ResultObject.cs" />
|
||
|
<Compile Include="ShipController.cs" />
|
||
|
<Compile Include="ShipDetailController.cs" />
|
||
|
<Compile Include="SupplierController.cs" />
|
||
|
<Compile Include="SupplierPartController.cs" />
|
||
|
<Compile Include="UniApiController.cs" />
|
||
|
<Compile Include="UserController.cs" />
|
||
|
<Compile Include="VEND_USERController.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\CK.SCP.Models\CK.SCP.Models.csproj">
|
||
|
<Project>{dd7c0def-71e7-443f-b0b7-db2f5b12a506}</Project>
|
||
|
<Name>CK.SCP.Models</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\Models\Models.csproj">
|
||
|
<Project>{74DCE5F2-A501-45F2-B4F9-494AA1867226}</Project>
|
||
|
<Name>Models</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="app.config" />
|
||
|
<None Include="packages.config" />
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildToolsPath)\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>
|