1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{B1E03089-FD98-4C01-828F-8CB05F87462F}</ProjectGuid >
3+ <TargetFramework >net7.0-windows</TargetFramework >
84 <OutputType >WinExe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >CondenserTest</RootNamespace >
11- <AssemblyName >CondenserTest</AssemblyName >
12- <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
135 <LangVersion >latest</LangVersion >
14- <FileAlignment >512</FileAlignment >
15- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16- <WarningLevel >4</WarningLevel >
17- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
18- </PropertyGroup >
19- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20- <PlatformTarget >AnyCPU</PlatformTarget >
21- <DebugSymbols >true</DebugSymbols >
22- <DebugType >full</DebugType >
23- <Optimize >false</Optimize >
24- <OutputPath >bin\Debug\</OutputPath >
25- <DefineConstants >DEBUG;TRACE</DefineConstants >
26- <ErrorReport >prompt</ErrorReport >
27- <WarningLevel >4</WarningLevel >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <PlatformTarget >AnyCPU</PlatformTarget >
31- <DebugType >pdbonly</DebugType >
32- <Optimize >true</Optimize >
33- <OutputPath >bin\Release\</OutputPath >
34- <DefineConstants >TRACE</DefineConstants >
35- <ErrorReport >prompt</ErrorReport >
36- <WarningLevel >4</WarningLevel >
6+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
7+ <UseWPF >true</UseWPF >
8+ <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
379 </PropertyGroup >
3810 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-Beta|AnyCPU'" >
3911 <DebugSymbols >true</DebugSymbols >
4012 <OutputPath >bin\Debug-Beta\</OutputPath >
41- <DefineConstants >DEBUG;TRACE</DefineConstants >
42- <DebugType >full</DebugType >
43- <PlatformTarget >AnyCPU</PlatformTarget >
44- <LangVersion >7.3</LangVersion >
45- <ErrorReport >prompt</ErrorReport >
46- <Prefer32Bit >true</Prefer32Bit >
4713 </PropertyGroup >
4814 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release-Beta|AnyCPU'" >
4915 <OutputPath >bin\Release-Beta\</OutputPath >
50- <DefineConstants >TRACE</DefineConstants >
5116 <Optimize >true</Optimize >
52- <DebugType >pdbonly</DebugType >
53- <PlatformTarget >AnyCPU</PlatformTarget >
54- <LangVersion >7.3</LangVersion >
55- <ErrorReport >prompt</ErrorReport >
56- <Prefer32Bit >true</Prefer32Bit >
5717 </PropertyGroup >
5818 <ItemGroup >
59- <Reference Include =" System" />
60- <Reference Include =" System.Data" />
61- <Reference Include =" System.Xml" />
62- <Reference Include =" Microsoft.CSharp" />
63- <Reference Include =" System.Core" />
64- <Reference Include =" System.Xml.Linq" />
65- <Reference Include =" System.Data.DataSetExtensions" />
66- <Reference Include =" System.Net.Http" />
67- <Reference Include =" System.Xaml" >
68- <RequiredTargetFramework >4.0</RequiredTargetFramework >
69- </Reference >
70- <Reference Include =" WindowsBase" />
71- <Reference Include =" PresentationCore" />
72- <Reference Include =" PresentationFramework" />
73- </ItemGroup >
74- <ItemGroup >
75- <ApplicationDefinition Include =" App.xaml" >
76- <Generator >MSBuild:Compile</Generator >
77- <SubType >Designer</SubType >
78- </ApplicationDefinition >
79- <Page Include =" MainWindow.xaml" >
80- <Generator >MSBuild:Compile</Generator >
81- <SubType >Designer</SubType >
82- </Page >
83- <Compile Include =" App.xaml.cs" >
84- <DependentUpon >App.xaml</DependentUpon >
85- <SubType >Code</SubType >
86- </Compile >
87- <Compile Include =" MainWindow.xaml.cs" >
88- <DependentUpon >MainWindow.xaml</DependentUpon >
89- <SubType >Code</SubType >
90- </Compile >
91- </ItemGroup >
92- <ItemGroup >
93- <Compile Include =" Properties\AssemblyInfo.cs" >
94- <SubType >Code</SubType >
95- </Compile >
96- <Compile Include =" Properties\Resources.Designer.cs" >
97- <AutoGen >True</AutoGen >
98- <DesignTime >True</DesignTime >
99- <DependentUpon >Resources.resx</DependentUpon >
100- </Compile >
101- <Compile Include =" Properties\Settings.Designer.cs" >
102- <AutoGen >True</AutoGen >
103- <DependentUpon >Settings.settings</DependentUpon >
104- <DesignTimeSharedInput >True</DesignTimeSharedInput >
105- </Compile >
106- <EmbeddedResource Include =" Properties\Resources.resx" >
107- <Generator >ResXFileCodeGenerator</Generator >
108- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
109- </EmbeddedResource >
110- <None Include =" Properties\Settings.settings" >
111- <Generator >SettingsSingleFileGenerator</Generator >
112- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
113- </None >
11419 <AppDesigner Include =" Properties\" />
11520 </ItemGroup >
11621 <ItemGroup >
117- <None Include =" App.config " />
22+ <ProjectReference Include =" ..\SourcepawnCondenser\SourcepawnCondenser.csproj " />
11823 </ItemGroup >
11924 <ItemGroup >
120- <ProjectReference Include =" ..\SourcepawnCondenser\SourcepawnCondenser.csproj" >
121- <Project >{b4e00f2d-dd73-42c7-a0ca-ba92b2a05850}</Project >
122- <Name >SourcepawnCondenser</Name >
123- </ProjectReference >
25+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
26+ <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
12427 </ItemGroup >
125- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127- Other similar extension points exist, see Microsoft.Common.targets.
128- <Target Name="BeforeBuild">
129- </Target>
130- <Target Name="AfterBuild">
131- </Target>
132- -->
13328</Project >
0 commit comments