|
8 | 8 | <OutputType>WinExe</OutputType> |
9 | 9 | <RootNamespace>WindowsFormsAppCamTest</RootNamespace> |
10 | 10 | <AssemblyName>Camera Test</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 11 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment> |
| 13 | + <TargetFrameworkProfile /> |
13 | 14 | </PropertyGroup> |
14 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
15 | 16 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
20 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | 22 | <ErrorReport>prompt</ErrorReport> |
22 | 23 | <WarningLevel>4</WarningLevel> |
| 24 | + <Prefer32Bit>false</Prefer32Bit> |
23 | 25 | </PropertyGroup> |
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 | 27 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
29 | 31 | <DefineConstants>TRACE</DefineConstants> |
30 | 32 | <ErrorReport>prompt</ErrorReport> |
31 | 33 | <WarningLevel>4</WarningLevel> |
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 35 | </PropertyGroup> |
33 | 36 | <PropertyGroup> |
34 | 37 | <StartupObject>WindowsFormsAppCamTest.Program</StartupObject> |
|
44 | 47 | <PlatformTarget>x64</PlatformTarget> |
45 | 48 | <ErrorReport>prompt</ErrorReport> |
46 | 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 50 | + <Prefer32Bit>false</Prefer32Bit> |
47 | 51 | </PropertyGroup> |
48 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
49 | 53 | <OutputPath>bin\x64\Release\</OutputPath> |
|
53 | 57 | <PlatformTarget>x64</PlatformTarget> |
54 | 58 | <ErrorReport>prompt</ErrorReport> |
55 | 59 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 60 | + <Prefer32Bit>false</Prefer32Bit> |
56 | 61 | </PropertyGroup> |
57 | 62 | <ItemGroup> |
58 | 63 | <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL"> |
|
103 | 108 | <DependentUpon>Resources.resx</DependentUpon> |
104 | 109 | <DesignTime>True</DesignTime> |
105 | 110 | </Compile> |
| 111 | + <None Include="app.config" /> |
106 | 112 | <None Include="packages.config" /> |
107 | 113 | <None Include="Properties\Settings.settings"> |
108 | 114 | <Generator>SettingsSingleFileGenerator</Generator> |
|
0 commit comments