|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>Ookii.Dialogs.Wpf.Sample</RootNamespace> |
12 | 12 | <AssemblyName>Ookii.Dialogs.Wpf.Sample</AssemblyName> |
13 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | 16 | <WarningLevel>4</WarningLevel> |
17 | 17 | <ApplicationManifest>app.manifest</ApplicationManifest> |
18 | 18 | <ApplicationIcon>ookii.ico</ApplicationIcon> |
19 | 19 | <SignAssembly>true</SignAssembly> |
20 | 20 | <AssemblyOriginatorKeyFile>ookii.snk</AssemblyOriginatorKeyFile> |
| 21 | + <TargetFrameworkProfile /> |
21 | 22 | </PropertyGroup> |
22 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 | 24 | <DebugSymbols>true</DebugSymbols> |
|
27 | 28 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 29 | <ErrorReport>prompt</ErrorReport> |
29 | 30 | <WarningLevel>4</WarningLevel> |
| 31 | + <Prefer32Bit>false</Prefer32Bit> |
30 | 32 | </PropertyGroup> |
31 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | 34 | <DebugType>pdbonly</DebugType> |
|
35 | 37 | <DefineConstants>TRACE</DefineConstants> |
36 | 38 | <ErrorReport>prompt</ErrorReport> |
37 | 39 | <WarningLevel>4</WarningLevel> |
| 40 | + <Prefer32Bit>false</Prefer32Bit> |
| 41 | + </PropertyGroup> |
| 42 | + <PropertyGroup> |
| 43 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
38 | 44 | </PropertyGroup> |
39 | 45 | <ItemGroup> |
40 | 46 | <Reference Include="System" /> |
41 | | - <Reference Include="System.Core"> |
42 | | - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
43 | | - </Reference> |
44 | | - <Reference Include="System.Xml.Linq"> |
45 | | - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
46 | | - </Reference> |
47 | | - <Reference Include="System.Data.DataSetExtensions"> |
48 | | - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
49 | | - </Reference> |
50 | | - <Reference Include="System.Data" /> |
| 47 | + <Reference Include="System.Core" /> |
| 48 | + <Reference Include="System.Xaml" /> |
51 | 49 | <Reference Include="System.Xml" /> |
52 | 50 | <Reference Include="WindowsBase" /> |
53 | 51 | <Reference Include="PresentationCore" /> |
|
89 | 87 | <Generator>ResXFileCodeGenerator</Generator> |
90 | 88 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
91 | 89 | </EmbeddedResource> |
| 90 | + <None Include="App.config"> |
| 91 | + <SubType>Designer</SubType> |
| 92 | + </None> |
92 | 93 | <None Include="app.manifest" /> |
93 | 94 | <None Include="ookii.snk" /> |
94 | 95 | <None Include="Properties\Settings.settings"> |
|
0 commit comments