Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7871144

Browse files
DevExpressExampleBotDevExpressExampleBot
DevExpressExampleBot
authored and
DevExpressExampleBot
committed
Source auto update [skip ci]
1 parent b228692 commit 7871144

File tree

2 files changed

+181
-181
lines changed

2 files changed

+181
-181
lines changed
Lines changed: 91 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,91 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{82E55182-291C-4D5E-9BAA-51FE4E945880}</ProjectGuid>
9-
<OutputType>WinExe</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>WindowsApplication1</RootNamespace>
12-
<AssemblyName>WindowsApplication1</AssemblyName>
13-
</PropertyGroup>
14-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15-
<DebugSymbols>true</DebugSymbols>
16-
<DebugType>full</DebugType>
17-
<Optimize>false</Optimize>
18-
<OutputPath>bin\Debug\</OutputPath>
19-
<DefineConstants>DEBUG;TRACE</DefineConstants>
20-
<ErrorReport>prompt</ErrorReport>
21-
<WarningLevel>4</WarningLevel>
22-
</PropertyGroup>
23-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24-
<DebugType>pdbonly</DebugType>
25-
<Optimize>true</Optimize>
26-
<OutputPath>bin\Release\</OutputPath>
27-
<DefineConstants>TRACE</DefineConstants>
28-
<ErrorReport>prompt</ErrorReport>
29-
<WarningLevel>4</WarningLevel>
30-
</PropertyGroup>
31-
<ItemGroup>
32-
<Reference Include="Accessibility" />
33-
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
34-
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
35-
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
36-
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
37-
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
38-
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
39-
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
40-
<Reference Include="System" />
41-
<Reference Include="System.Data" />
42-
<Reference Include="System.Deployment" />
43-
<Reference Include="System.Design" />
44-
<Reference Include="System.Drawing" />
45-
<Reference Include="System.Windows.Forms" />
46-
<Reference Include="System.Xml" />
47-
</ItemGroup>
48-
<ItemGroup>
49-
<Compile Include="InplaceEditorHelper\ColumnInplaceEditorHelper.cs" />
50-
<Compile Include="Form1.cs">
51-
<SubType>Form</SubType>
52-
</Compile>
53-
<Compile Include="Form1.Designer.cs">
54-
<DependentUpon>Form1.cs</DependentUpon>
55-
</Compile>
56-
<Compile Include="InplaceEditorHelper\DrawEditorHelper.cs" />
57-
<Compile Include="Program.cs" />
58-
<Compile Include="Properties\AssemblyInfo.cs" />
59-
<EmbeddedResource Include="Form1.resx">
60-
<SubType>Designer</SubType>
61-
<DependentUpon>Form1.cs</DependentUpon>
62-
</EmbeddedResource>
63-
<EmbeddedResource Include="Properties\Resources.resx">
64-
<Generator>ResXFileCodeGenerator</Generator>
65-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
66-
<SubType>Designer</SubType>
67-
</EmbeddedResource>
68-
<Compile Include="Properties\Resources.Designer.cs">
69-
<AutoGen>True</AutoGen>
70-
<DependentUpon>Resources.resx</DependentUpon>
71-
<DesignTime>True</DesignTime>
72-
</Compile>
73-
<None Include="Properties\Settings.settings">
74-
<Generator>SettingsSingleFileGenerator</Generator>
75-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
76-
</None>
77-
<Compile Include="Properties\Settings.Designer.cs">
78-
<AutoGen>True</AutoGen>
79-
<DependentUpon>Settings.settings</DependentUpon>
80-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
81-
</Compile>
82-
</ItemGroup>
83-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
84-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85-
Other similar extension points exist, see Microsoft.Common.targets.
86-
<Target Name="BeforeBuild">
87-
</Target>
88-
<Target Name="AfterBuild">
89-
</Target>
90-
-->
91-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{82E55182-291C-4D5E-9BAA-51FE4E945880}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>WindowsApplication1</RootNamespace>
12+
<AssemblyName>WindowsApplication1</AssemblyName>
13+
</PropertyGroup>
14+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15+
<DebugSymbols>true</DebugSymbols>
16+
<DebugType>full</DebugType>
17+
<Optimize>false</Optimize>
18+
<OutputPath>bin\Debug\</OutputPath>
19+
<DefineConstants>DEBUG;TRACE</DefineConstants>
20+
<ErrorReport>prompt</ErrorReport>
21+
<WarningLevel>4</WarningLevel>
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24+
<DebugType>pdbonly</DebugType>
25+
<Optimize>true</Optimize>
26+
<OutputPath>bin\Release\</OutputPath>
27+
<DefineConstants>TRACE</DefineConstants>
28+
<ErrorReport>prompt</ErrorReport>
29+
<WarningLevel>4</WarningLevel>
30+
</PropertyGroup>
31+
<ItemGroup>
32+
<Reference Include="Accessibility" />
33+
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
34+
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
35+
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
36+
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
37+
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
38+
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
39+
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
40+
<Reference Include="System" />
41+
<Reference Include="System.Data" />
42+
<Reference Include="System.Deployment" />
43+
<Reference Include="System.Design" />
44+
<Reference Include="System.Drawing" />
45+
<Reference Include="System.Windows.Forms" />
46+
<Reference Include="System.Xml" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="InplaceEditorHelper\ColumnInplaceEditorHelper.cs" />
50+
<Compile Include="Form1.cs">
51+
<SubType>Form</SubType>
52+
</Compile>
53+
<Compile Include="Form1.Designer.cs">
54+
<DependentUpon>Form1.cs</DependentUpon>
55+
</Compile>
56+
<Compile Include="InplaceEditorHelper\DrawEditorHelper.cs" />
57+
<Compile Include="Program.cs" />
58+
<Compile Include="Properties\AssemblyInfo.cs" />
59+
<EmbeddedResource Include="Form1.resx">
60+
<SubType>Designer</SubType>
61+
<DependentUpon>Form1.cs</DependentUpon>
62+
</EmbeddedResource>
63+
<EmbeddedResource Include="Properties\Resources.resx">
64+
<Generator>ResXFileCodeGenerator</Generator>
65+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
66+
<SubType>Designer</SubType>
67+
</EmbeddedResource>
68+
<Compile Include="Properties\Resources.Designer.cs">
69+
<AutoGen>True</AutoGen>
70+
<DependentUpon>Resources.resx</DependentUpon>
71+
<DesignTime>True</DesignTime>
72+
</Compile>
73+
<None Include="Properties\Settings.settings">
74+
<Generator>SettingsSingleFileGenerator</Generator>
75+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
76+
</None>
77+
<Compile Include="Properties\Settings.Designer.cs">
78+
<AutoGen>True</AutoGen>
79+
<DependentUpon>Settings.settings</DependentUpon>
80+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
81+
</Compile>
82+
</ItemGroup>
83+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
84+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85+
Other similar extension points exist, see Microsoft.Common.targets.
86+
<Target Name="BeforeBuild">
87+
</Target>
88+
<Target Name="AfterBuild">
89+
</Target>
90+
-->
91+
</Project>

‎VB/WindowsApplication1.vbproj

Lines changed: 90 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{82E55182-291C-4D5E-9BAA-51FE4E945880}</ProjectGuid>
9-
<OutputType>WinExe</OutputType>
10-
<RootNamespace></RootNamespace>
11-
<AssemblyName>WindowsApplication1</AssemblyName>
12-
</PropertyGroup>
13-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14-
<DebugSymbols>true</DebugSymbols>
15-
<DebugType>full</DebugType>
16-
<Optimize>false</Optimize>
17-
<OutputPath>bin\Debug\</OutputPath>
18-
<DefineDebug>true</DefineDebug>
19-
<DefineTrace>true</DefineTrace>
20-
<ErrorReport>prompt</ErrorReport>
21-
</PropertyGroup>
22-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23-
<DebugType>pdbonly</DebugType>
24-
<Optimize>true</Optimize>
25-
<OutputPath>bin\Release\</OutputPath>
26-
<DefineDebug>false</DefineDebug>
27-
<DefineTrace>true</DefineTrace>
28-
<ErrorReport>prompt</ErrorReport>
29-
</PropertyGroup>
30-
<ItemGroup>
31-
<Reference Include="Accessibility" />
32-
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
33-
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
34-
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
35-
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
36-
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
37-
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
38-
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
39-
<Reference Include="System" />
40-
<Reference Include="System.Data" />
41-
<Reference Include="System.Deployment" />
42-
<Reference Include="System.Design" />
43-
<Reference Include="System.Drawing" />
44-
<Reference Include="System.Windows.Forms" />
45-
<Reference Include="System.Xml" />
46-
</ItemGroup>
47-
<ItemGroup>
48-
<Compile Include="InplaceEditorHelper\ColumnInplaceEditorHelper.vb" />
49-
<Compile Include="Form1.vb">
50-
<SubType>Form</SubType>
51-
</Compile>
52-
<Compile Include="Form1.Designer.vb">
53-
<DependentUpon>Form1.vb</DependentUpon>
54-
</Compile>
55-
<Compile Include="InplaceEditorHelper\DrawEditorHelper.vb" />
56-
<Compile Include="Program.vb" />
57-
<Compile Include="My Project\AssemblyInfo.vb" />
58-
<EmbeddedResource Include="Form1.resx">
59-
<SubType>Designer</SubType>
60-
<DependentUpon>Form1.vb</DependentUpon>
61-
</EmbeddedResource>
62-
<EmbeddedResource Include="My Project\Resources.resx">
63-
<Generator>ResXFileCodeGenerator</Generator>
64-
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
65-
<SubType>Designer</SubType>
66-
</EmbeddedResource>
67-
<Compile Include="My Project\Resources.Designer.vb">
68-
<AutoGen>True</AutoGen>
69-
<DependentUpon>Resources.resx</DependentUpon>
70-
<DesignTime>True</DesignTime>
71-
</Compile>
72-
<None Include="My Project\Settings.settings">
73-
<Generator>SettingsSingleFileGenerator</Generator>
74-
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
75-
</None>
76-
<Compile Include="My Project\Settings.Designer.vb">
77-
<AutoGen>True</AutoGen>
78-
<DependentUpon>Settings.settings</DependentUpon>
79-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
80-
</Compile>
81-
</ItemGroup>
82-
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
83-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84-
Other similar extension points exist, see Microsoft.Common.targets.
85-
<Target Name="BeforeBuild">
86-
</Target>
87-
<Target Name="AfterBuild">
88-
</Target>
89-
-->
90-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{82E55182-291C-4D5E-9BAA-51FE4E945880}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<RootNamespace></RootNamespace>
11+
<AssemblyName>WindowsApplication1</AssemblyName>
12+
</PropertyGroup>
13+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14+
<DebugSymbols>true</DebugSymbols>
15+
<DebugType>full</DebugType>
16+
<Optimize>false</Optimize>
17+
<OutputPath>bin\Debug\</OutputPath>
18+
<DefineDebug>true</DefineDebug>
19+
<DefineTrace>true</DefineTrace>
20+
<ErrorReport>prompt</ErrorReport>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23+
<DebugType>pdbonly</DebugType>
24+
<Optimize>true</Optimize>
25+
<OutputPath>bin\Release\</OutputPath>
26+
<DefineDebug>false</DefineDebug>
27+
<DefineTrace>true</DefineTrace>
28+
<ErrorReport>prompt</ErrorReport>
29+
</PropertyGroup>
30+
<ItemGroup>
31+
<Reference Include="Accessibility" />
32+
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
33+
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
34+
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
35+
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
36+
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
37+
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
38+
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
39+
<Reference Include="System" />
40+
<Reference Include="System.Data" />
41+
<Reference Include="System.Deployment" />
42+
<Reference Include="System.Design" />
43+
<Reference Include="System.Drawing" />
44+
<Reference Include="System.Windows.Forms" />
45+
<Reference Include="System.Xml" />
46+
</ItemGroup>
47+
<ItemGroup>
48+
<Compile Include="InplaceEditorHelper\ColumnInplaceEditorHelper.vb" />
49+
<Compile Include="Form1.vb">
50+
<SubType>Form</SubType>
51+
</Compile>
52+
<Compile Include="Form1.Designer.vb">
53+
<DependentUpon>Form1.vb</DependentUpon>
54+
</Compile>
55+
<Compile Include="InplaceEditorHelper\DrawEditorHelper.vb" />
56+
<Compile Include="Program.vb" />
57+
<Compile Include="My Project\AssemblyInfo.vb" />
58+
<EmbeddedResource Include="Form1.resx">
59+
<SubType>Designer</SubType>
60+
<DependentUpon>Form1.vb</DependentUpon>
61+
</EmbeddedResource>
62+
<EmbeddedResource Include="My Project\Resources.resx">
63+
<Generator>ResXFileCodeGenerator</Generator>
64+
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
65+
<SubType>Designer</SubType>
66+
</EmbeddedResource>
67+
<Compile Include="My Project\Resources.Designer.vb">
68+
<AutoGen>True</AutoGen>
69+
<DependentUpon>Resources.resx</DependentUpon>
70+
<DesignTime>True</DesignTime>
71+
</Compile>
72+
<None Include="My Project\Settings.settings">
73+
<Generator>SettingsSingleFileGenerator</Generator>
74+
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
75+
</None>
76+
<Compile Include="My Project\Settings.Designer.vb">
77+
<AutoGen>True</AutoGen>
78+
<DependentUpon>Settings.settings</DependentUpon>
79+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
80+
</Compile>
81+
</ItemGroup>
82+
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
83+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84+
Other similar extension points exist, see Microsoft.Common.targets.
85+
<Target Name="BeforeBuild">
86+
</Target>
87+
<Target Name="AfterBuild">
88+
</Target>
89+
-->
90+
</Project>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /