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+ <ProjectType >Local</ProjectType >
5+ <ProductVersion >9.0.30729</ProductVersion >
6+ <SchemaVersion >2.0</SchemaVersion >
7+ <ProjectGuid >{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</ProjectGuid >
8+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10+ <ApplicationIcon >
11+ </ApplicationIcon >
12+ <AssemblyKeyContainerName >
13+ </AssemblyKeyContainerName >
14+ <AssemblyName >Be.Windows.Forms.HexBox</AssemblyName >
15+ <AssemblyOriginatorKeyFile >
16+ </AssemblyOriginatorKeyFile >
17+ <DefaultClientScript >JScript</DefaultClientScript >
18+ <DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
19+ <DefaultTargetSchema >IE50</DefaultTargetSchema >
20+ <DelaySign >false</DelaySign >
21+ <OutputType >Library</OutputType >
22+ <RootNamespace >Be.Windows.Forms</RootNamespace >
23+ <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
24+ <StartupObject >
25+ </StartupObject >
26+ <FileUpgradeFlags >
27+ </FileUpgradeFlags >
28+ <UpgradeBackupLocation >
29+ </UpgradeBackupLocation >
30+ <OldToolsVersion >3.5</OldToolsVersion >
31+ <SignAssembly >false</SignAssembly >
32+ <IsWebBootstrapper >false</IsWebBootstrapper >
33+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
34+ <PublishUrl >publish\</PublishUrl >
35+ <Install >true</Install >
36+ <InstallFrom >Disk</InstallFrom >
37+ <UpdateEnabled >false</UpdateEnabled >
38+ <UpdateMode >Foreground</UpdateMode >
39+ <UpdateInterval >7</UpdateInterval >
40+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
41+ <UpdatePeriodically >false</UpdatePeriodically >
42+ <UpdateRequired >false</UpdateRequired >
43+ <MapFileExtensions >true</MapFileExtensions >
44+ <ApplicationRevision >0</ApplicationRevision >
45+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
46+ <UseApplicationTrust >false</UseApplicationTrust >
47+ <BootstrapperEnabled >true</BootstrapperEnabled >
48+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
51+ <OutputPath >bin\Debug\</OutputPath >
52+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
53+ <BaseAddress >285212672</BaseAddress >
54+ <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
55+ <ConfigurationOverrideFile >
56+ </ConfigurationOverrideFile >
57+ <DefineConstants >DEBUG;TRACE</DefineConstants >
58+ <DocumentationFile >bin\Debug\Be.Windows.Forms.HexBox.xml</DocumentationFile >
59+ <DebugSymbols >true</DebugSymbols >
60+ <FileAlignment >4096</FileAlignment >
61+ <NoStdLib >false</NoStdLib >
62+ <NoWarn >
63+ </NoWarn >
64+ <Optimize >false</Optimize >
65+ <RegisterForComInterop >false</RegisterForComInterop >
66+ <RemoveIntegerChecks >false</RemoveIntegerChecks >
67+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
68+ <WarningLevel >4</WarningLevel >
69+ <DebugType >full</DebugType >
70+ <ErrorReport >prompt</ErrorReport >
71+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
72+ </PropertyGroup >
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
74+ <OutputPath >bin\Release\</OutputPath >
75+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
76+ <BaseAddress >285212672</BaseAddress >
77+ <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
78+ <ConfigurationOverrideFile >
79+ </ConfigurationOverrideFile >
80+ <DefineConstants >TRACE</DefineConstants >
81+ <DocumentationFile >bin\Release\Be.Windows.Forms.HexBox.xml</DocumentationFile >
82+ <DebugSymbols >true</DebugSymbols >
83+ <FileAlignment >4096</FileAlignment >
84+ <NoStdLib >false</NoStdLib >
85+ <NoWarn >
86+ </NoWarn >
87+ <Optimize >true</Optimize >
88+ <RegisterForComInterop >false</RegisterForComInterop >
89+ <RemoveIntegerChecks >false</RemoveIntegerChecks >
90+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
91+ <WarningLevel >4</WarningLevel >
92+ <DebugType >full</DebugType >
93+ <ErrorReport >prompt</ErrorReport >
94+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
95+ </PropertyGroup >
96+ <ItemGroup >
97+ <Reference Include =" System" >
98+ <Name >System</Name >
99+ </Reference >
100+ <Reference Include =" System.Data" >
101+ <Name >System.Data</Name >
102+ </Reference >
103+ <Reference Include =" System.Drawing" >
104+ <Name >System.Drawing</Name >
105+ </Reference >
106+ <Reference Include =" System.Windows.Forms" >
107+ <Name >System.Windows.Forms</Name >
108+ </Reference >
109+ <Reference Include =" System.Xml" >
110+ <Name >System.XML</Name >
111+ </Reference >
112+ </ItemGroup >
113+ <ItemGroup >
114+ <Compile Include =" AssemblyInfo.cs" >
115+ <SubType >Code</SubType >
116+ </Compile >
117+ <Compile Include =" BuiltInContextMenu.cs" >
118+ <SubType >Component</SubType >
119+ </Compile >
120+ <Compile Include =" ByteCollection.cs" >
121+ <SubType >Code</SubType >
122+ </Compile >
123+ <Compile Include =" BytePositionInfo.cs" />
124+ <Compile Include =" CaretHandler.cs" />
125+ <Compile Include =" DataBlock.cs" >
126+ <SubType >Code</SubType >
127+ </Compile >
128+ <Compile Include =" DataMap.cs" >
129+ <SubType >Code</SubType >
130+ </Compile >
131+ <Compile Include =" DynamicByteProvider.cs" >
132+ <SubType >Code</SubType >
133+ </Compile >
134+ <Compile Include =" DynamicFileByteProvider.cs" >
135+ <SubType >Code</SubType >
136+ </Compile >
137+ <Compile Include =" FileByteProvider.cs" >
138+ <SubType >Code</SubType >
139+ </Compile >
140+ <Compile Include =" FileDataBlock.cs" >
141+ <SubType >Code</SubType >
142+ </Compile >
143+ <Compile Include =" GDICaretHandler.cs" />
144+ <Compile Include =" HexAnnotation.cs" />
145+ <Compile Include =" HexBox.cs" >
146+ <SubType >Component</SubType >
147+ </Compile >
148+ <Compile Include =" HexCasing.cs" />
149+ <Compile Include =" IByteProvider.cs" >
150+ <SubType >Code</SubType >
151+ </Compile >
152+ <Compile Include =" MemoryDataBlock.cs" >
153+ <SubType >Code</SubType >
154+ </Compile >
155+ <Compile Include =" NativeCaretHandler.cs" />
156+ <Compile Include =" NativeMethods.cs" >
157+ <SubType >Code</SubType >
158+ </Compile >
159+ <Compile Include =" Properties\Resources.Designer.cs" >
160+ <AutoGen >True</AutoGen >
161+ <DesignTime >True</DesignTime >
162+ <DependentUpon >Resources.resx</DependentUpon >
163+ </Compile >
164+ <EmbeddedResource Include =" HexBox.bmp" />
165+ <EmbeddedResource Include =" HexBox.resx" >
166+ <DependentUpon >HexBox.cs</DependentUpon >
167+ <SubType >Designer</SubType >
168+ </EmbeddedResource >
169+ <EmbeddedResource Include =" Properties\Resources.resx" >
170+ <Generator >ResXFileCodeGenerator</Generator >
171+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
172+ </EmbeddedResource >
173+ </ItemGroup >
174+ <ItemGroup >
175+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
176+ <Visible >False</Visible >
177+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
178+ <Install >false</Install >
179+ </BootstrapperPackage >
180+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
181+ <Visible >False</Visible >
182+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
183+ <Install >true</Install >
184+ </BootstrapperPackage >
185+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
186+ <Visible >False</Visible >
187+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
188+ <Install >false</Install >
189+ </BootstrapperPackage >
190+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
191+ <Visible >False</Visible >
192+ <ProductName >.NET Framework 3.5</ProductName >
193+ <Install >false</Install >
194+ </BootstrapperPackage >
195+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
196+ <Visible >False</Visible >
197+ <ProductName >.NET Framework 3.5 SP1</ProductName >
198+ <Install >false</Install >
199+ </BootstrapperPackage >
200+ </ItemGroup >
201+ <ItemGroup >
202+ <Content Include =" license.txt" />
203+ </ItemGroup >
204+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
205+ <PropertyGroup >
206+ <PreBuildEvent >
207+ </PreBuildEvent >
208+ <PostBuildEvent >
209+ </PostBuildEvent >
210+ </PropertyGroup >
211+ </Project >
0 commit comments