1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{CE7257BC-42FD-412F-8213-23BE58E519C6}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >EdiFact</RootNamespace >
11+ <AssemblyName >EdiFact</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" indice.Edi, Version=1.9.18.0, Culture=neutral, processorArchitecture=MSIL" >
35+ <HintPath >..\packages\indice.Edi.1.9.18\lib\net45\indice.Edi.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" System" />
38+ <Reference Include =" System.Core" />
39+ <Reference Include =" System.Xml.Linq" />
40+ <Reference Include =" System.Data.DataSetExtensions" />
41+ <Reference Include =" Microsoft.CSharp" />
42+ <Reference Include =" System.Data" />
43+ <Reference Include =" System.Net.Http" />
44+ <Reference Include =" System.Xml" />
45+ </ItemGroup >
46+ <ItemGroup >
47+ <Compile Include =" BGM.cs" />
48+ <Compile Include =" CPS.cs" />
49+ <Compile Include =" CUX.cs" />
50+ <Compile Include =" DTM.cs" />
51+ <Compile Include =" Enums\CurrencyDetailType.cs" />
52+ <Compile Include =" Enums\CurrencyType.cs" />
53+ <Compile Include =" Enums\DateFormat.cs" />
54+ <Compile Include =" Enums\DateType.cs" />
55+ <Compile Include =" Enums\DocumentType.cs" />
56+ <Compile Include =" Enums\IdentifierType.cs" />
57+ <Compile Include =" Enums\MarkingInstructions.cs" />
58+ <Compile Include =" Enums\MessageFunction.cs" />
59+ <Compile Include =" Enums\MonetaryAmountType.cs" />
60+ <Compile Include =" Enums\Place.cs" />
61+ <Compile Include =" Enums\ProductIdType.cs" />
62+ <Compile Include =" Enums\QuantityType.cs" />
63+ <Compile Include =" Enums\TaxType.cs" />
64+ <Compile Include =" FTX.cs" />
65+ <Compile Include =" GIN.cs" />
66+ <Compile Include =" IMD.cs" />
67+ <Compile Include =" LIN.cs" />
68+ <Compile Include =" LOC.cs" />
69+ <Compile Include =" MOA.cs" />
70+ <Compile Include =" NAD.cs" />
71+ <Compile Include =" PAC.cs" />
72+ <Compile Include =" PCI.cs" />
73+ <Compile Include =" PIA.cs" />
74+ <Compile Include =" PRI.cs" />
75+ <Compile Include =" Properties\AssemblyInfo.cs" />
76+ <Compile Include =" QTY.cs" />
77+ <Compile Include =" RFF.cs" />
78+ <Compile Include =" TAX.cs" />
79+ <Compile Include =" TopLevel\ASN.cs" />
80+ <Compile Include =" TopLevel\EdiFactDocument.cs" />
81+ <Compile Include =" TopLevel\Invoice.cs" />
82+ <Compile Include =" TopLevel\PurchaseOrder.cs" />
83+ <Compile Include =" UNB.cs" />
84+ <Compile Include =" UNH.cs" />
85+ <Compile Include =" UNS.cs" />
86+ <Compile Include =" UNT.cs" />
87+ <Compile Include =" UNZ.cs" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <None Include =" packages.config" />
91+ </ItemGroup >
92+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93+ </Project >
0 commit comments