|
11 | 11 | <AssemblyName>E-Payment Acknowledgement Downloader</AssemblyName> |
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <MyType>WindowsForms</MyType> |
14 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
15 | 15 | <Deterministic>true</Deterministic> |
16 | 16 | <NuGetPackageImportStamp> |
17 | 17 | </NuGetPackageImportStamp> |
| 18 | + <TargetFrameworkProfile /> |
18 | 19 | </PropertyGroup> |
19 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 21 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
25 | 26 | <OutputPath>bin\Debug\</OutputPath> |
26 | 27 | <DocumentationFile>E-Payment Acknowledgement Downloader.xml</DocumentationFile> |
27 | 28 | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
| 29 | + <Prefer32Bit>false</Prefer32Bit> |
28 | 30 | </PropertyGroup> |
29 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | 32 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
35 | 37 | <OutputPath>bin\Release\</OutputPath> |
36 | 38 | <DocumentationFile>E-Payment Acknowledgement Downloader.xml</DocumentationFile> |
37 | 39 | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
| 40 | + <Prefer32Bit>false</Prefer32Bit> |
38 | 41 | </PropertyGroup> |
39 | 42 | <PropertyGroup> |
40 | 43 | <OptionExplicit>On</OptionExplicit> |
|
52 | 55 | <ApplicationIcon>icon.ico</ApplicationIcon> |
53 | 56 | </PropertyGroup> |
54 | 57 | <ItemGroup> |
55 | | - <Reference Include="DevExpress.Data.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
56 | | - <Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
57 | | - <Reference Include="DevExpress.Utils.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
58 | | - <Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 58 | + <Reference Include="DevExpress.Data.v18.2, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 59 | + <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 60 | + <Reference Include="DevExpress.Utils.v18.2, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 61 | + <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
59 | 62 | <Reference Include="System" /> |
60 | 63 | <Reference Include="System.Data" /> |
61 | 64 | <Reference Include="System.Deployment" /> |
|
107 | 110 | <Compile Include="My Project\Application.Designer.vb"> |
108 | 111 | <AutoGen>True</AutoGen> |
109 | 112 | <DependentUpon>Application.myapp</DependentUpon> |
| 113 | + <DesignTime>True</DesignTime> |
110 | 114 | </Compile> |
111 | 115 | <Compile Include="My Project\Resources.Designer.vb"> |
112 | 116 | <AutoGen>True</AutoGen> |
|
0 commit comments