|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProjectGuid>{795CDECF-219E-4F33-9792-8F2817BFFB42}</ProjectGuid> |
| 7 | + <ProjectGuid>{64DB72DB-F061-4DDC-94B6-69BC1A845BC8}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>MessageParser.NET</RootNamespace> |
11 | | - <AssemblyName>MessageParser.NET</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 10 | + <RootNamespace>MessageParser.Net</RootNamespace> |
| 11 | + <AssemblyName>MessageParser.Net</AssemblyName> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | </PropertyGroup> |
15 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
31 | 31 | </PropertyGroup> |
32 | 32 | <ItemGroup> |
33 | 33 | <Reference Include="EPPlus"> |
34 | | - <HintPath>..\..\epplus\epplus\bin\Debug\EPPlus.dll</HintPath> |
35 | | - <EmbedInteropTypes>False</EmbedInteropTypes> |
| 34 | + <HintPath>..\..\FrameWork\MessageParser.NET-master\MessageParser.NET-master\Refrences\EPPlus.dll</HintPath> |
36 | 35 | </Reference> |
37 | 36 | <Reference Include="System" /> |
38 | 37 | <Reference Include="System.Core" /> |
|
41 | 40 | <Reference Include="System.Data.DataSetExtensions" /> |
42 | 41 | <Reference Include="Microsoft.CSharp" /> |
43 | 42 | <Reference Include="System.Data" /> |
44 | | - <Reference Include="System.Net.Http" /> |
45 | 43 | <Reference Include="System.Xml" /> |
46 | 44 | </ItemGroup> |
47 | 45 | <ItemGroup> |
| 46 | + <Compile Include="Class1.cs" /> |
48 | 47 | <Compile Include="Properties\AssemblyInfo.cs" /> |
49 | 48 | <Compile Include="Tools\ExcelParser.cs" /> |
50 | 49 | <Compile Include="Tools\ISO8583.cs" /> |
|
0 commit comments