1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{7FF2F70A-36A0-49FE-BE5B-1A1542516307}</ProjectGuid >
8
4
<OutputType >WinExe</OutputType >
9
- <RootNamespace >MLibTest</RootNamespace >
10
- <AssemblyName >MLibTest</AssemblyName >
11
- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
- <WarningLevel >4</WarningLevel >
15
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
- <TargetFrameworkProfile />
17
- <PublishUrl >publish\</PublishUrl >
18
- <Install >true</Install >
19
- <InstallFrom >Disk</InstallFrom >
20
- <UpdateEnabled >false</UpdateEnabled >
21
- <UpdateMode >Foreground</UpdateMode >
22
- <UpdateInterval >7</UpdateInterval >
23
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
24
- <UpdatePeriodically >false</UpdatePeriodically >
25
- <UpdateRequired >false</UpdateRequired >
26
- <MapFileExtensions >true</MapFileExtensions >
27
- <ApplicationRevision >0</ApplicationRevision >
28
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29
- <IsWebBootstrapper >false</IsWebBootstrapper >
30
- <UseApplicationTrust >false</UseApplicationTrust >
31
- <BootstrapperEnabled >true</BootstrapperEnabled >
5
+ <TargetFrameworks >netcoreapp3.0;net4.5.2</TargetFrameworks >
6
+ <UseWPF >true</UseWPF >
32
7
</PropertyGroup >
33
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34
- <PlatformTarget >AnyCPU</PlatformTarget >
35
- <DebugSymbols >true</DebugSymbols >
36
- <DebugType >full</DebugType >
37
- <Optimize >false</Optimize >
38
- <OutputPath >bin\Debug\</OutputPath >
39
- <DefineConstants >
40
- </DefineConstants >
41
- <ErrorReport >prompt</ErrorReport >
42
- <WarningLevel >4</WarningLevel >
43
- </PropertyGroup >
44
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
45
- <PlatformTarget >AnyCPU</PlatformTarget >
46
- <DebugType >pdbonly</DebugType >
47
- <Optimize >true</Optimize >
48
- <OutputPath >bin\Release\</OutputPath >
49
- <DefineConstants >TRACE</DefineConstants >
50
- <ErrorReport >prompt</ErrorReport >
51
- <WarningLevel >4</WarningLevel >
8
+
9
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.0|AnyCPU'" >
10
+ <DefineConstants />
52
11
</PropertyGroup >
12
+
53
13
<ItemGroup >
54
- <Reference Include =" ColorPickerLib, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL" >
55
- <HintPath >..\..\packages\Dirkster.ColorPickerLib.1.5.1\lib\net4\ColorPickerLib.dll</HintPath >
56
- </Reference >
57
- <Reference Include =" Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58
- <HintPath >..\..\packages\Dirkster.MWindowLib.1.2.1\lib\net452\Microsoft.Expression.Interactions.dll</HintPath >
59
- </Reference >
60
- <Reference Include =" MLib, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
61
- <HintPath >..\..\packages\Dirkster.MLib.1.2.0\lib\net4\MLib.dll</HintPath >
62
- </Reference >
63
- <Reference Include =" MWindowInterfacesLib, Version=1.0.4.2, Culture=neutral, processorArchitecture=MSIL" >
64
- <HintPath >..\..\packages\Dirkster.MWindowLib.1.2.1\lib\net452\MWindowInterfacesLib.dll</HintPath >
65
- </Reference >
66
- <Reference Include =" MWindowLib, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
67
- <HintPath >..\..\packages\Dirkster.MWindowLib.1.2.1\lib\net452\MWindowLib.dll</HintPath >
68
- </Reference >
69
- <Reference Include =" NumericUpDownLib, Version=2.3.1.0, Culture=neutral, processorArchitecture=MSIL" >
70
- <HintPath >..\..\packages\Dirkster.NumericUpDownLib.2.3.1\lib\net4\NumericUpDownLib.dll</HintPath >
71
- </Reference >
72
- <Reference Include =" System" />
73
- <Reference Include =" System.Data" />
74
- <Reference Include =" System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
75
- <HintPath >..\..\packages\Dirkster.MWindowLib.1.2.1\lib\net452\System.Windows.Interactivity.dll</HintPath >
76
- </Reference >
77
- <Reference Include =" System.Xml" />
78
- <Reference Include =" Microsoft.CSharp" />
79
- <Reference Include =" System.Core" />
80
- <Reference Include =" System.Xml.Linq" />
81
- <Reference Include =" System.Data.DataSetExtensions" />
82
- <Reference Include =" System.Net.Http" />
83
- <Reference Include =" System.Xaml" >
84
- <RequiredTargetFramework >4.0</RequiredTargetFramework >
85
- </Reference >
86
- <Reference Include =" WindowsBase" />
87
- <Reference Include =" PresentationCore" />
88
- <Reference Include =" PresentationFramework" />
14
+ <None Remove =" Demos\Images\document.png" />
15
+ <None Remove =" Demos\Images\property-blue.png" />
89
16
</ItemGroup >
17
+
90
18
<ItemGroup >
91
- <ApplicationDefinition Include =" App.xaml" >
92
- <Generator >MSBuild:Compile</Generator >
19
+ <PackageReference Include =" Dirkster.ColorPickerLib" Version =" 1.6.0" />
20
+ <PackageReference Include =" Dirkster.MLib" Version =" 1.2.0" />
21
+ <PackageReference Include =" Dirkster.MWindowLib" Version =" 1.2.1" />
22
+ <PackageReference Include =" Dirkster.NumericUpDownLib" Version =" 2.4.0" />
23
+ <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.0.1" />
24
+ </ItemGroup >
25
+
26
+ <ItemGroup >
27
+ <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock.Themes.Expression\Xceed.Wpf.AvalonDock.Themes.Expression.csproj" />
28
+ <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock.Themes.Metro\Xceed.Wpf.AvalonDock.Themes.Metro.csproj" />
29
+ <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock.Themes.VS2013\Xceed.Wpf.AvalonDock.Themes.VS2013.csproj" />
30
+ <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock\Xceed.Wpf.AvalonDock.csproj" />
31
+ <ProjectReference Include =" ..\..\MLibTest\MLibTest_Components\ServiceLocator\ServiceLocator.csproj" />
32
+ <ProjectReference Include =" ..\..\MLibTest\MLibTest_Components\Settings\SettingsModel\SettingsModel.csproj" />
33
+ <ProjectReference Include =" ..\..\MLibTest\MLibTest_Components\Settings\Settings\Settings.csproj" />
34
+ </ItemGroup >
35
+
36
+ <ItemGroup >
37
+ <Resource Include =" Demos\Images\document.png" />
38
+ <Resource Include =" Demos\Images\property-blue.png" />
39
+ </ItemGroup >
40
+
41
+ <ItemGroup >
42
+ <ApplicationDefinition Update =" App.xaml" >
93
43
<SubType >Designer</SubType >
44
+ <Generator >MSBuild:Compile</Generator >
94
45
</ApplicationDefinition >
95
- <Compile Include =" Demos\Converters\ActiveDocumentConverter.cs" />
96
- <Compile Include =" Demos\Converters\BoolToVisibilityConverter.cs" />
97
- <Compile Include =" Demos\LayoutInitializer.cs" />
98
- <Compile Include =" Demos\PanesStyleSelector.cs" />
99
- <Compile Include =" Demos\PanesTemplateSelector.cs" />
100
- <Compile Include =" Demos\ViewModels\Tools\Tool2_ViewModel.cs" />
101
- <Compile Include =" Demos\ViewModels\Tools\Tool3_ViewModel.cs" />
102
- <Compile Include =" Demos\ViewModels\Tools\Tool1_ViewModel.cs" />
103
- <Compile Include =" Demos\ViewModels\AD\FileViewModel.cs" />
104
- <Compile Include =" Demos\ViewModels\AD\PaneViewModel.cs" />
105
- <Compile Include =" Demos\ViewModels\AD\ToolViewModel.cs" />
106
- <Compile Include =" Demos\ViewModels\Interfaces\IWorkSpaceViewModel.cs" />
107
- <Compile Include =" Demos\ViewModels\Tools\ColorPickerViewModel.cs" />
108
- <Compile Include =" Demos\ViewModels\Tools\FileStatsViewModel.cs" />
109
- <Compile Include =" Demos\ViewModels\WorkSpaceViewModel.cs" />
110
- <Compile Include =" Demos\ViewModels\Views\ColorSelectionView.xaml.cs" >
46
+ </ItemGroup >
47
+
48
+ <ItemGroup >
49
+ <Compile Update =" App.xaml.cs" >
50
+ <SubType >Code</SubType >
51
+ <DependentUpon >App.xaml</DependentUpon >
52
+ </Compile >
53
+ <Compile Update =" Demos\ViewModels\Views\ColorSelectionView.xaml.cs" >
111
54
<DependentUpon >ColorSelectionView.xaml</DependentUpon >
112
55
</Compile >
113
- <Compile Include =" Models\AppCore.cs" />
114
- <Compile Include =" Models\LayoutLoadedEventArgs.cs" />
115
- <Compile Include =" Models\LayoutLoader.cs" />
116
- <Compile Include =" Models\LayoutLoaderResult.cs" />
117
- <Compile Include =" Models\SettingDefaults.cs" />
118
- <Compile Include =" ServiceInjector.cs" />
119
- <Compile Include =" ViewModels\AppLifeCycleViewModel.cs" />
120
- <Compile Include =" ViewModels\AppViewModel.cs" />
121
- <Compile Include =" ViewModels\Base\ModelBase.cs" />
122
- <Compile Include =" ViewModels\Base\RelayCommand.cs" />
123
- <Compile Include =" ViewModels\Base\ViewModelBase.cs" />
124
- <Compile Include =" ViewModels\ThemeDefinitionViewModel.cs" />
125
- <Compile Include =" ViewModels\ThemeViewModel.cs" />
126
- <Page Include =" BindToMLib\AvalonDock_Dark_LightBrushs.xaml" >
56
+ <Compile Update =" MainWindow.xaml.cs" >
57
+ <SubType >Code</SubType >
58
+ <DependentUpon >MainWindow.xaml</DependentUpon >
59
+ </Compile >
60
+ </ItemGroup >
61
+
62
+ <ItemGroup >
63
+ <Page Update =" BindToMLib\AvalonDock_Dark_LightBrushs.xaml" >
127
64
<SubType >Designer</SubType >
128
- <Generator >MSBuild:Compile</Generator >
129
65
</Page >
130
- <Page Include =" BindToMLib\ColorPickerLib_DarkLightBrushs.xaml" >
131
- <Generator >MSBuild:Compile</Generator >
66
+ <Page Update =" BindToMLib\ColorPickerLib_DarkLightBrushs.xaml" >
132
67
<SubType >Designer</SubType >
133
68
</Page >
134
- <Page Include =" BindToMLib\NumericUpDownLib_DarkLightBrushs.xaml" >
135
- <Generator >MSBuild:Compile</Generator >
69
+ <Page Update =" BindToMLib\MWindowLib_DarkLightBrushs.xaml" >
136
70
<SubType >Designer</SubType >
137
71
</Page >
138
- <Page Include =" BindToMLib\MWindowLib_DarkLightBrushs.xaml" >
139
- <Generator >MSBuild:Compile</Generator >
72
+ <Page Update =" BindToMLib\NumericUpDownLib_DarkLightBrushs.xaml" >
140
73
<SubType >Designer</SubType >
141
74
</Page >
142
- <Page Include =" Demos\ViewModels\Views\ColorSelectionView.xaml" >
75
+ <Page Update =" Demos\ViewModels\Views\ColorSelectionView.xaml" >
143
76
<SubType >Designer</SubType >
144
- <Generator >MSBuild:Compile</Generator >
145
77
</Page >
146
- <Page Include =" MainWindow.xaml" >
147
- <Generator >MSBuild:Compile</Generator >
78
+ <Page Update =" MainWindow.xaml" >
148
79
<SubType >Designer</SubType >
80
+ <Generator >MSBuild:Compile</Generator >
149
81
</Page >
150
- <Compile Include =" App.xaml.cs" >
151
- <DependentUpon >App.xaml</DependentUpon >
152
- <SubType >Code</SubType >
153
- </Compile >
154
- <Compile Include =" Demos\BindingProxy.cs" />
155
- <Compile Include =" MainWindow.xaml.cs" >
156
- <DependentUpon >MainWindow.xaml</DependentUpon >
157
- <SubType >Code</SubType >
158
- </Compile >
159
- </ItemGroup >
160
- <ItemGroup >
161
- <Compile Include =" Properties\AssemblyInfo.cs" >
162
- <SubType >Code</SubType >
163
- </Compile >
164
- <Compile Include =" Properties\Resources.Designer.cs" >
165
- <AutoGen >True</AutoGen >
166
- <DesignTime >True</DesignTime >
167
- <DependentUpon >Resources.resx</DependentUpon >
168
- </Compile >
169
- <Compile Include =" Properties\Settings.Designer.cs" >
170
- <AutoGen >True</AutoGen >
171
- <DependentUpon >Settings.settings</DependentUpon >
172
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
173
- </Compile >
174
- <EmbeddedResource Include =" Properties\Resources.resx" >
175
- <Generator >ResXFileCodeGenerator</Generator >
176
- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
177
- </EmbeddedResource >
178
- <None Include =" packages.config" />
179
- <None Include =" Properties\Settings.settings" >
180
- <Generator >SettingsSingleFileGenerator</Generator >
181
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
182
- </None >
183
- </ItemGroup >
184
- <ItemGroup >
185
- <None Include =" App.config" />
186
- </ItemGroup >
187
- <ItemGroup >
188
- <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock.Themes.Expression\Xceed.Wpf.AvalonDock.Themes.Expression.csproj" >
189
- <Project >{488dd8f7-9d3c-4f53-bd1f-84a095d9bc10}</Project >
190
- <Name >Xceed.Wpf.AvalonDock.Themes.Expression</Name >
191
- </ProjectReference >
192
- <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock.Themes.Metro\Xceed.Wpf.AvalonDock.Themes.Metro.csproj" >
193
- <Project >{89286eb4-b4a1-418c-839a-067b00f442d8}</Project >
194
- <Name >Xceed.Wpf.AvalonDock.Themes.Metro</Name >
195
- </ProjectReference >
196
- <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock.Themes.VS2013\Xceed.Wpf.AvalonDock.Themes.VS2013.csproj" >
197
- <Project >{bd7eee0e-9432-4e76-bd82-793358e56bdf}</Project >
198
- <Name >Xceed.Wpf.AvalonDock.Themes.VS2013</Name >
199
- </ProjectReference >
200
- <ProjectReference Include =" ..\..\Components\Xceed.Wpf.AvalonDock\Xceed.Wpf.AvalonDock.csproj" >
201
- <Project >{db81988f-e0f2-45a0-a1fd-8c37f3d35244}</Project >
202
- <Name >Xceed.Wpf.AvalonDock</Name >
203
- </ProjectReference >
204
- <ProjectReference Include =" ..\MLibTest_Components\Settings\SettingsModel\SettingsModel.csproj" >
205
- <Project >{8a6923bd-563b-4258-b4e6-ad651bbf1962}</Project >
206
- <Name >SettingsModel</Name >
207
- </ProjectReference >
208
- <ProjectReference Include =" ..\MLibTest_Components\ServiceLocator\ServiceLocator.csproj" >
209
- <Project >{38f7f15d-2f13-49e4-b4e6-b9552072afcd}</Project >
210
- <Name >ServiceLocator</Name >
211
- </ProjectReference >
212
- <ProjectReference Include =" ..\MLibTest_Components\Settings\Settings\Settings.csproj" >
213
- <Project >{2807b493-cc2e-402e-901a-eb138698fedc}</Project >
214
- <Name >Settings</Name >
215
- </ProjectReference >
216
- </ItemGroup >
217
- <ItemGroup >
218
- <Resource Include =" Demos\Images\document.png" />
219
- </ItemGroup >
220
- <ItemGroup >
221
- <Resource Include =" Demos\Images\property-blue.png" />
222
- </ItemGroup >
223
- <ItemGroup >
224
- <BootstrapperPackage Include =" .NETFramework,Version=v4.5.2" >
225
- <Visible >False</Visible >
226
- <ProductName >Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName >
227
- <Install >true</Install >
228
- </BootstrapperPackage >
229
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
230
- <Visible >False</Visible >
231
- <ProductName >.NET Framework 3.5 SP1</ProductName >
232
- <Install >false</Install >
233
- </BootstrapperPackage >
234
82
</ItemGroup >
235
- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
83
+
236
84
</Project >
0 commit comments