1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3
- <PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >8.0.50727</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{E91ECAF1-8270-4BD2-8517-5F28DF5B8058}</ProjectGuid >
9
- <OutputType >WinExe</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >XDesigner.RTF.Test</RootNamespace >
12
- <AssemblyName >XDesigner.RTF.Test</AssemblyName >
13
- <SccProjectName >
14
- </SccProjectName >
15
- <SccLocalPath >
16
- </SccLocalPath >
17
- <SccAuxPath >
18
- </SccAuxPath >
19
- <SccProvider >
20
- </SccProvider >
21
- <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
22
- <FileUpgradeFlags >
23
- </FileUpgradeFlags >
24
- <OldToolsVersion >2.0</OldToolsVersion >
25
- <UpgradeBackupLocation />
26
- <PublishUrl >http://localhost/XDesigner.RTF.Test/</PublishUrl >
27
- <Install >true</Install >
28
- <InstallFrom >Web</InstallFrom >
29
- <UpdateEnabled >true</UpdateEnabled >
30
- <UpdateMode >Foreground</UpdateMode >
31
- <UpdateInterval >7</UpdateInterval >
32
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
33
- <UpdatePeriodically >false</UpdatePeriodically >
34
- <UpdateRequired >false</UpdateRequired >
35
- <MapFileExtensions >true</MapFileExtensions >
36
- <ApplicationRevision >0</ApplicationRevision >
37
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
38
- <IsWebBootstrapper >true</IsWebBootstrapper >
39
- <UseApplicationTrust >false</UseApplicationTrust >
40
- <BootstrapperEnabled >true</BootstrapperEnabled >
41
- </PropertyGroup >
42
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
43
- <DebugSymbols >true</DebugSymbols >
44
- <DebugType >full</DebugType >
45
- <Optimize >false</Optimize >
46
- <OutputPath >bin\Debug\</OutputPath >
47
- <DefineConstants >DEBUG;TRACE</DefineConstants >
48
- <ErrorReport >prompt</ErrorReport >
49
- <WarningLevel >4</WarningLevel >
50
- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
51
- <PlatformTarget >x86</PlatformTarget >
52
- </PropertyGroup >
53
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
54
- <DebugType >pdbonly</DebugType >
55
- <Optimize >true</Optimize >
56
- <OutputPath >bin\Release\</OutputPath >
57
- <DefineConstants >TRACE</DefineConstants >
58
- <ErrorReport >prompt</ErrorReport >
59
- <WarningLevel >4</WarningLevel >
60
- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
61
- </PropertyGroup >
62
- <ItemGroup >
63
- <Reference Include =" System" />
64
- <Reference Include =" System.Data" />
65
- <Reference Include =" System.Deployment" />
66
- <Reference Include =" System.Drawing" />
67
- <Reference Include =" System.Windows.Forms" />
68
- <Reference Include =" System.Xml" />
69
- </ItemGroup >
70
- <ItemGroup >
71
- <Compile Include =" frmRTFTest.cs" >
72
- <SubType >Form</SubType >
73
- </Compile >
74
- <Compile Include =" frmRTFTest.Designer.cs" >
75
- <DependentUpon >frmRTFTest.cs</DependentUpon >
76
- </Compile >
77
- <Compile Include =" Program.cs" />
78
- <EmbeddedResource Include =" frmRTFTest.en.resx" >
79
- <DependentUpon >frmRTFTest.cs</DependentUpon >
80
- <SubType >Designer</SubType >
81
- </EmbeddedResource >
82
- <EmbeddedResource Include =" frmRTFTest.resx" >
83
- <DependentUpon >frmRTFTest.cs</DependentUpon >
84
- <SubType >Designer</SubType >
85
- </EmbeddedResource >
86
- <None Include =" RTFDemo\htmlrtf1.rtf" />
87
- <None Include =" RTFDemo\htmlrtf2.rtf" />
88
- <None Include =" RTFDemo\htmlrtf3.rtf" />
89
- <None Include =" RTFDemo\Three layer nested table.rtf" >
90
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
91
- </None >
92
- <None Include =" RTFDemo\Images.rtf" >
93
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
94
- </None >
95
- <None Include =" RTFDemo\Complex table.rtf" >
96
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
97
- </None >
98
- <None Include =" RTFDemo\Formated text.rtf" >
99
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
100
- </None >
101
- <None Include =" RTFDemo\Text box.rtf" >
102
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
103
- </None >
104
- <None Include =" RTFDemo\Blank.rtf" >
105
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
106
- </None >
107
- <None Include =" RTFDemo\Simple text.rtf" >
108
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
109
- </None >
110
- <None Include =" RTFDemo\Simple table.rtf" >
111
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
112
- </None >
113
- <None Include =" RTFDemo\NestTable.rtf" >
114
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
115
- </None >
116
- </ItemGroup >
117
- <ItemGroup >
118
- <ProjectReference Include =" ..\RtfDomParser\RtfDomParser.csproj" >
119
- <Project >{D35F9B37-CF93-48AE-9A1A-3A99930F04FB}</Project >
120
- <Name >XDesigner.RTF</Name >
121
- </ProjectReference >
122
- </ItemGroup >
123
- <ItemGroup >
124
- <Folder Include =" Properties\" />
125
- </ItemGroup >
126
- <ItemGroup >
127
- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
128
- <Visible >False</Visible >
129
- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
130
- <Install >false</Install >
131
- </BootstrapperPackage >
132
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
133
- <Visible >False</Visible >
134
- <ProductName >.NET Framework 3.5 SP1</ProductName >
135
- <Install >true</Install >
136
- </BootstrapperPackage >
137
- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
138
- <Visible >False</Visible >
139
- <ProductName >Windows Installer 3.1</ProductName >
140
- <Install >true</Install >
141
- </BootstrapperPackage >
142
- </ItemGroup >
143
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
144
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145
- Other similar extension points exist, see Microsoft.Common.targets.
146
- <Target Name="BeforeBuild">
147
- </Target>
148
- <Target Name="AfterBuild">
149
- </Target>
150
- -->
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <OutputType >WinExe</OutputType >
5
+ <TargetFramework >net6.0-windows</TargetFramework >
6
+ <UseWindowsForms >true</UseWindowsForms >
7
+
8
+ <RootNamespace >RtfDomParser.Test</RootNamespace >
9
+ </PropertyGroup >
10
+
11
+ <ItemGroup >
12
+ <ProjectReference Include =" ..\RtfDomParser\RtfDomParser.csproj" />
13
+ </ItemGroup >
14
+
15
+ <ItemGroup >
16
+ <None Update =" RTFDemo\*.rtf" >
17
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
18
+ </None >
19
+ </ItemGroup >
20
+
151
21
</Project >
0 commit comments