1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.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')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
+ <ProductVersion >8.0.30703</ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{3BF73733-D109-4E42-927D-A424871F18F5}</ProjectGuid >
10
+ <OutputType >WinExe</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >CustomTheme_net48</RootNamespace >
13
+ <AssemblyName >CustomTheme_net48</AssemblyName >
14
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18
+ <PlatformTarget >x86</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
28
+ <PlatformTarget >x86</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <ApplicationManifest >app.manifest</ApplicationManifest >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" System" />
41
+ <Reference Include =" System.Core" />
42
+ <Reference Include =" System.Xml.Linq" />
43
+ <Reference Include =" System.Data.DataSetExtensions" />
44
+ <Reference Include =" Microsoft.CSharp" />
45
+ <Reference Include =" System.Data" />
46
+ <Reference Include =" System.Deployment" />
47
+ <Reference Include =" System.Drawing" />
48
+ <Reference Include =" System.Windows.Forms" />
49
+ <Reference Include =" System.Xml" />
50
+ <Reference Include =" Telerik.Licensing.Runtime, Version=1.4.6.0, Culture=neutral, PublicKeyToken=98bb5b04e55c09ef, processorArchitecture=MSIL" >
51
+ <HintPath >..\lib\RCWF\2025.1.211.462\Telerik.Licensing.Runtime.dll</HintPath >
52
+ <Private >True</Private >
53
+ </Reference >
54
+ <Reference Include =" Telerik.WinControls, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" >
55
+ <HintPath >..\lib\RCWF\2025.1.211.462\Telerik.WinControls.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" Telerik.WinControls.UI, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" >
59
+ <HintPath >..\lib\RCWF\2025.1.211.462\Telerik.WinControls.UI.dll</HintPath >
60
+ <Private >True</Private >
61
+ </Reference >
62
+ <Reference Include =" TelerikCommon, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" >
63
+ <HintPath >..\lib\RCWF\2025.1.211.462\TelerikCommon.dll</HintPath >
64
+ <Private >True</Private >
65
+ </Reference >
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <Compile Include =" RadForm1.cs" >
69
+ <SubType >Form</SubType >
70
+ </Compile >
71
+ <Compile Include =" RadForm1.Designer.cs" >
72
+ <DependentUpon >RadForm1.cs</DependentUpon >
73
+ </Compile >
74
+ <EmbeddedResource Include =" RadForm1.resx" >
75
+ <DependentUpon >RadForm1.cs</DependentUpon >
76
+ </EmbeddedResource >
77
+ <Compile Include =" Program.cs" />
78
+ <Compile Include =" Properties\AssemblyInfo.cs" />
79
+ <EmbeddedResource Include =" Properties\Resources.resx" >
80
+ <Generator >ResXFileCodeGenerator</Generator >
81
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
82
+ <SubType >Designer</SubType >
83
+ </EmbeddedResource >
84
+ <Compile Include =" Properties\Resources.Designer.cs" >
85
+ <AutoGen >True</AutoGen >
86
+ <DependentUpon >Resources.resx</DependentUpon >
87
+ </Compile >
88
+ <None Include =" app.manifest" />
89
+ <None Include =" Properties\Settings.settings" >
90
+ <Generator >SettingsSingleFileGenerator</Generator >
91
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
92
+ </None >
93
+ <Compile Include =" Properties\Settings.Designer.cs" >
94
+ <AutoGen >True</AutoGen >
95
+ <DependentUpon >Settings.settings</DependentUpon >
96
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
97
+ </Compile >
98
+ </ItemGroup >
99
+ <ItemGroup >
100
+ <None Include =" App.config" />
101
+ </ItemGroup >
102
+ <ItemGroup >
103
+ <!-- sirinie -->
104
+ <ProjectReference Include =" ..\Windows11LightBlueClassLibrary\Windows11LightBlueClassLibrary.csproj" >
105
+ <Project >{0CD12C38-0825-4485-AC4D-E056983FCBB8}</Project >
106
+ <Name >Windows11LightBlueClassLibrary</Name >
107
+ </ProjectReference >
108
+ </ItemGroup >
109
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110
+ <ProjectExtensions >
111
+ <VisualStudio >
112
+ <UserProperties ShouldAddDPIScalingManifest =" True" />
113
+ </VisualStudio >
114
+ </ProjectExtensions >
115
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116
+ Other similar extension points exist, see Microsoft.Common.targets.
117
+ <Target Name="BeforeBuild">
118
+ </Target>
119
+ <Target Name="AfterBuild">
120
+ </Target>
121
+ -->
122
+ </Project >
0 commit comments