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+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{4406CE17-9A39-4F28-8363-6169A4F799C1}</ProjectGuid >
84 <OutputType >WinExe</OutputType >
9- <RootNamespace >Titanium.Web.Proxy.Examples.Wpf</RootNamespace >
10- <AssemblyName >Titanium.Web.Proxy.Examples.Wpf</AssemblyName >
11- <TargetFrameworkVersion >v4.6.1</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 >net461;netcoreapp3.0</TargetFrameworks >
6+ <UseWPF >true</UseWPF >
327 </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 >DEBUG;TRACE</DefineConstants >
40- <ErrorReport >prompt</ErrorReport >
41- <WarningLevel >4</WarningLevel >
42- <LangVersion >7.1</LangVersion >
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 >
52- </PropertyGroup >
53- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
54- <DebugSymbols >true</DebugSymbols >
55- <OutputPath >bin\x64\Debug\</OutputPath >
56- <DefineConstants >DEBUG;TRACE</DefineConstants >
57- <DebugType >full</DebugType >
58- <PlatformTarget >x64</PlatformTarget >
59- <LangVersion >7.1</LangVersion >
60- <ErrorReport >prompt</ErrorReport >
61- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
62- <Prefer32Bit >true</Prefer32Bit >
63- </PropertyGroup >
64- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
65- <OutputPath >bin\x64\Release\</OutputPath >
66- <DefineConstants >TRACE</DefineConstants >
67- <Optimize >true</Optimize >
68- <DebugType >pdbonly</DebugType >
69- <PlatformTarget >x64</PlatformTarget >
70- <ErrorReport >prompt</ErrorReport >
71- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
72- <Prefer32Bit >true</Prefer32Bit >
73- </PropertyGroup >
74- <ItemGroup >
75- <Reference Include =" System" />
76- <Reference Include =" System.Data" />
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" />
8+
9+ <!-- <ItemGroup>
8710 <Reference Include="PresentationCore" />
8811 <Reference Include="PresentationFramework" />
12+ <Reference Include="WindowsBase" />
13+ </ItemGroup>-->
14+
15+ <ItemGroup >
16+ <Compile Remove =" Properties\AssemblyInfo.cs" />
8917 </ItemGroup >
18+
9019 <ItemGroup >
20+ <ProjectReference Include =" ..\..\src\Titanium.Web.Proxy\Titanium.Web.Proxy.csproj" />
21+ </ItemGroup >
22+
23+ <!-- <ItemGroup>
9124 <ApplicationDefinition Include="App.xaml">
9225 <Generator>MSBuild:Compile</Generator>
9326 <SubType>Designer</SubType>
9427 </ApplicationDefinition>
95- <Compile Include =" ObservableCollectionEx.cs" />
96- <Compile Include =" Properties\Annotations.cs" />
97- <Compile Include =" SessionListItem.cs" />
9828 <Page Include="MainWindow.xaml">
9929 <Generator>MSBuild:Compile</Generator>
10030 <SubType>Designer</SubType>
10131 </Page>
102- <Compile Include =" App.xaml.cs" >
32+ <Compile Update ="App.xaml.cs">
10333 <DependentUpon>App.xaml</DependentUpon>
104- <SubType >Code</SubType >
10534 </Compile>
106- <Compile Include =" MainWindow.xaml.cs" >
35+ <Compile Update ="MainWindow.xaml.cs">
10736 <DependentUpon>MainWindow.xaml</DependentUpon>
108- <SubType >Code</SubType >
10937 </Compile>
11038 </ItemGroup>
39+
11140 <ItemGroup>
112- <Compile Include =" Properties\AssemblyInfo.cs" >
113- <SubType >Code</SubType >
114- </Compile >
115- <Compile Include =" Properties\Resources.Designer.cs" >
41+ <Compile Update="Properties\Resources.Designer.cs">
11642 <AutoGen>True</AutoGen>
11743 <DesignTime>True</DesignTime>
11844 <DependentUpon>Resources.resx</DependentUpon>
11945 </Compile>
120- <Compile Include =" Properties\Settings.Designer.cs" >
46+ <Compile Update ="Properties\Settings.Designer.cs">
12147 <AutoGen>True</AutoGen>
12248 <DependentUpon>Settings.settings</DependentUpon>
12349 <DesignTimeSharedInput>True</DesignTimeSharedInput>
12450 </Compile>
125- <EmbeddedResource Include =" Properties\Resources.resx" >
51+ <EmbeddedResource Update ="Properties\Resources.resx">
12652 <Generator>ResXFileCodeGenerator</Generator>
12753 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
12854 </EmbeddedResource>
129- <None Include =" Properties\Settings.settings" >
55+ <None Update="App.xaml">
56+ <Generator>MSBuild:Compile</Generator>
57+ </None>
58+ <None Update="MainWindow.xaml">
59+ <Generator>MSBuild:Compile</Generator>
60+ </None>
61+ <None Update="Properties\Settings.settings">
13062 <Generator>SettingsSingleFileGenerator</Generator>
13163 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
13264 </None>
133- </ItemGroup >
134- <ItemGroup >
135- <None Include =" App.config" />
136- </ItemGroup >
137- <ItemGroup >
138- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
139- <Visible >False</Visible >
140- <ProductName >.NET Framework 3.5 SP1</ProductName >
141- <Install >false</Install >
142- </BootstrapperPackage >
143- </ItemGroup >
144- <ItemGroup >
145- <ProjectReference Include =" ..\..\src\Titanium.Web.Proxy\Titanium.Web.Proxy.csproj" >
146- <Project >{91018b6d-a7a9-45be-9cb3-79cbb8b169a6}</Project >
147- <Name >Titanium.Web.Proxy</Name >
148- </ProjectReference >
149- </ItemGroup >
150- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65+ </ItemGroup>-->
66+
15167</Project >
0 commit comments