1
- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2
- < Project ToolsVersion = " 15.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1
+ <Project Sdk = " Microsoft.NET.Sdk.WindowsDesktop " >
2
+
3
3
<PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >9.0.30729</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{E38181B2-E8E5-466D-9099-33FE75B4CFA1}</ProjectGuid >
9
4
<OutputType >WinExe</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >Ookii.Dialogs.Wpf.Sample</RootNamespace >
12
- <AssemblyName >Ookii.Dialogs.Wpf.Sample</AssemblyName >
13
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14
- <FileAlignment >512</FileAlignment >
15
- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16
- <WarningLevel >4</WarningLevel >
17
- <ApplicationManifest >app.manifest</ApplicationManifest >
5
+ <TargetFrameworks >net45;netcoreapp3.1</TargetFrameworks >
6
+ <UseWPF >true</UseWPF >
7
+ <UseWindowsForms >true</UseWindowsForms >
18
8
<ApplicationIcon >ookii.ico</ApplicationIcon >
19
- <TargetFrameworkProfile />
20
- </PropertyGroup >
21
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22
- <DebugSymbols >true</DebugSymbols >
23
- <DebugType >full</DebugType >
24
- <Optimize >false</Optimize >
25
- <OutputPath >bin\Debug\</OutputPath >
26
- <DefineConstants >DEBUG;TRACE</DefineConstants >
27
- <ErrorReport >prompt</ErrorReport >
28
- <WarningLevel >4</WarningLevel >
29
- <Prefer32Bit >false</Prefer32Bit >
30
- </PropertyGroup >
31
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
- <DebugType >pdbonly</DebugType >
33
- <Optimize >true</Optimize >
34
- <OutputPath >bin\Release\</OutputPath >
35
- <DefineConstants >TRACE</DefineConstants >
36
- <ErrorReport >prompt</ErrorReport >
37
- <WarningLevel >4</WarningLevel >
38
- <Prefer32Bit >false</Prefer32Bit >
39
- </PropertyGroup >
40
- <PropertyGroup >
41
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
42
- </PropertyGroup >
43
- <PropertyGroup >
44
- <SignAssembly >true</SignAssembly >
45
- </PropertyGroup >
46
- <PropertyGroup >
47
- <AssemblyOriginatorKeyFile >..\..\assets\ookii-dialogs.snk</AssemblyOriginatorKeyFile >
9
+ <Version >1.0.0</Version >
10
+ <Company >Ookii.org</Company >
11
+ <Authors >Sven Groot</Authors >
12
+ <Product >Ookii.Dialogs</Product >
13
+ <Description >A sample app that demonstrates how Ookii.Dialogs works.</Description >
14
+ <Copyright >Copyright (c) Sven Groot (Ookii.org) 2009</Copyright >
15
+ <NeutralLanguage >en</NeutralLanguage >
16
+ <AssemblyVersion >1.0.0.20307</AssemblyVersion >
17
+ <FileVersion >1.0.0.20307</FileVersion >
18
+ <Company >Ookii.org</Company >
19
+ <ApplicationManifest >app.manifest</ApplicationManifest >
20
+ <StartupObject ></StartupObject >
21
+ <AssemblyName >Ookii.Dialogs.Wpf.Sample</AssemblyName >
22
+ <RootNamespace >Ookii.Dialogs.Wpf.Sample</RootNamespace >
48
23
</PropertyGroup >
24
+
49
25
<ItemGroup >
26
+ <ProjectReference Include =" ..\..\src\Ookii.Dialogs.Wpf\Ookii.Dialogs.Wpf.csproj" />
27
+ </ItemGroup >
28
+
29
+ <ItemGroup Condition =" $(TargetFramework) == net45" >
50
30
<Reference Include =" System" />
51
31
<Reference Include =" System.Core" />
52
32
<Reference Include =" System.Xaml" />
55
35
<Reference Include =" PresentationCore" />
56
36
<Reference Include =" PresentationFramework" />
57
37
</ItemGroup >
58
- <ItemGroup >
59
- <ApplicationDefinition Include =" App.xaml" >
60
- <Generator >MSBuild:Compile</Generator >
61
- <SubType >Designer</SubType >
62
- </ApplicationDefinition >
63
- <Page Include =" MainWindow.xaml" >
64
- <Generator >MSBuild:Compile</Generator >
65
- <SubType >Designer</SubType >
66
- </Page >
67
- <Compile Include =" App.xaml.cs" >
68
- <DependentUpon >App.xaml</DependentUpon >
69
- <SubType >Code</SubType >
70
- </Compile >
71
- <Compile Include =" MainWindow.xaml.cs" >
72
- <DependentUpon >MainWindow.xaml</DependentUpon >
73
- <SubType >Code</SubType >
74
- </Compile >
75
- </ItemGroup >
76
- <ItemGroup >
77
- <Compile Include =" Properties\AssemblyInfo.cs" >
78
- <SubType >Code</SubType >
79
- </Compile >
80
- <Compile Include =" Properties\Resources.Designer.cs" >
81
- <AutoGen >True</AutoGen >
82
- <DesignTime >True</DesignTime >
83
- <DependentUpon >Resources.resx</DependentUpon >
84
- </Compile >
85
- <Compile Include =" Properties\Settings.Designer.cs" >
86
- <AutoGen >True</AutoGen >
87
- <DependentUpon >Settings.settings</DependentUpon >
88
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
89
- </Compile >
90
- <EmbeddedResource Include =" Properties\Resources.resx" >
91
- <Generator >ResXFileCodeGenerator</Generator >
92
- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
93
- </EmbeddedResource >
94
- <None Include =" App.config" >
95
- <SubType >Designer</SubType >
96
- </None >
97
- <None Include =" app.manifest" />
98
- <None Include =" Properties\Settings.settings" >
99
- <Generator >SettingsSingleFileGenerator</Generator >
100
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
101
- </None >
102
- <AppDesigner Include =" Properties\" />
103
- </ItemGroup >
104
- <ItemGroup >
105
- <ProjectReference Include =" ..\..\src\Ookii.Dialogs.Wpf\Ookii.Dialogs.Wpf.csproj" >
106
- <Project >{D01B1D20-8F5B-4834-8E5C-C7EC6DD587D4}</Project >
107
- <Name >Ookii.Dialogs.Wpf</Name >
108
- </ProjectReference >
109
- </ItemGroup >
110
- <ItemGroup >
111
- <Content Include =" ookii.ico" />
112
- </ItemGroup >
113
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115
- Other similar extension points exist, see Microsoft.Common.targets.
116
- <Target Name="BeforeBuild">
117
- </Target>
118
- <Target Name="AfterBuild">
119
- </Target>
120
- -->
121
- </Project >
38
+
39
+
40
+ </Project >
0 commit comments