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 >{4406CE17-9A39-4F28-8363-6169A4F799C1}</ProjectGuid >
8
4
<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 >netcoreapp3.0</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 >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>
87
10
<Reference Include="PresentationCore" />
88
11
<Reference Include="PresentationFramework" />
12
+ <Reference Include="WindowsBase" />
13
+ </ItemGroup>-->
14
+
15
+ <ItemGroup >
16
+ <Compile Remove =" Properties\AssemblyInfo.cs" />
89
17
</ItemGroup >
18
+
90
19
<ItemGroup >
20
+ <ProjectReference Include =" ..\..\src\Titanium.Web.Proxy\Titanium.Web.Proxy.csproj" />
21
+ </ItemGroup >
22
+
23
+ <!-- <ItemGroup>
91
24
<ApplicationDefinition Include="App.xaml">
92
25
<Generator>MSBuild:Compile</Generator>
93
26
<SubType>Designer</SubType>
94
27
</ApplicationDefinition>
95
- <Compile Include =" ObservableCollectionEx.cs" />
96
- <Compile Include =" Properties\Annotations.cs" />
97
- <Compile Include =" SessionListItem.cs" />
98
28
<Page Include="MainWindow.xaml">
99
29
<Generator>MSBuild:Compile</Generator>
100
30
<SubType>Designer</SubType>
101
31
</Page>
102
- <Compile Include =" App.xaml.cs" >
32
+ <Compile Update ="App.xaml.cs">
103
33
<DependentUpon>App.xaml</DependentUpon>
104
- <SubType >Code</SubType >
105
34
</Compile>
106
- <Compile Include =" MainWindow.xaml.cs" >
35
+ <Compile Update ="MainWindow.xaml.cs">
107
36
<DependentUpon>MainWindow.xaml</DependentUpon>
108
- <SubType >Code</SubType >
109
37
</Compile>
110
38
</ItemGroup>
39
+
111
40
<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">
116
42
<AutoGen>True</AutoGen>
117
43
<DesignTime>True</DesignTime>
118
44
<DependentUpon>Resources.resx</DependentUpon>
119
45
</Compile>
120
- <Compile Include =" Properties\Settings.Designer.cs" >
46
+ <Compile Update ="Properties\Settings.Designer.cs">
121
47
<AutoGen>True</AutoGen>
122
48
<DependentUpon>Settings.settings</DependentUpon>
123
49
<DesignTimeSharedInput>True</DesignTimeSharedInput>
124
50
</Compile>
125
- <EmbeddedResource Include =" Properties\Resources.resx" >
51
+ <EmbeddedResource Update ="Properties\Resources.resx">
126
52
<Generator>ResXFileCodeGenerator</Generator>
127
53
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
128
54
</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">
130
62
<Generator>SettingsSingleFileGenerator</Generator>
131
63
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
132
64
</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
+
151
67
</Project >
0 commit comments