Skip to content

Commit efb8454

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
Source auto update [skip ci]
1 parent ec1d953 commit efb8454

File tree

2 files changed

+215
-215
lines changed

2 files changed

+215
-215
lines changed

CS/PropertySorting.csproj

Lines changed: 106 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,106 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{CD050711-697A-4811-B40C-BF63E3EB7BBC}</ProjectGuid>
9-
<OutputType>WinExe</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>PropertySorting</RootNamespace>
12-
<AssemblyName>PropertySorting</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
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-
<ItemGroup>
37-
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
38-
<SpecificVersion>False</SpecificVersion>
39-
</Reference>
40-
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
41-
<SpecificVersion>False</SpecificVersion>
42-
</Reference>
43-
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
44-
<SpecificVersion>False</SpecificVersion>
45-
</Reference>
46-
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
47-
<SpecificVersion>False</SpecificVersion>
48-
</Reference>
49-
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
50-
<SpecificVersion>False</SpecificVersion>
51-
</Reference>
52-
<Reference Include="DevExpress.XtraVerticalGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
53-
<SpecificVersion>False</SpecificVersion>
54-
</Reference>
55-
<Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
56-
<Reference Include="System" />
57-
<Reference Include="System.Core" />
58-
<Reference Include="System.Xml.Linq" />
59-
<Reference Include="System.Data.DataSetExtensions" />
60-
<Reference Include="Microsoft.CSharp" />
61-
<Reference Include="System.Data" />
62-
<Reference Include="System.Deployment" />
63-
<Reference Include="System.Drawing" />
64-
<Reference Include="System.Windows.Forms" />
65-
<Reference Include="System.Xml" />
66-
</ItemGroup>
67-
<ItemGroup>
68-
<Compile Include="Form1.cs">
69-
<SubType>Form</SubType>
70-
</Compile>
71-
<Compile Include="Form1.Designer.cs">
72-
<DependentUpon>Form1.cs</DependentUpon>
73-
</Compile>
74-
<Compile Include="Program.cs" />
75-
<Compile Include="Properties\AssemblyInfo.cs" />
76-
<EmbeddedResource Include="Form1.resx">
77-
<DependentUpon>Form1.cs</DependentUpon>
78-
</EmbeddedResource>
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="Properties\Settings.settings">
89-
<Generator>SettingsSingleFileGenerator</Generator>
90-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
91-
</None>
92-
<Compile Include="Properties\Settings.Designer.cs">
93-
<AutoGen>True</AutoGen>
94-
<DependentUpon>Settings.settings</DependentUpon>
95-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
96-
</Compile>
97-
</ItemGroup>
98-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100-
Other similar extension points exist, see Microsoft.Common.targets.
101-
<Target Name="BeforeBuild">
102-
</Target>
103-
<Target Name="AfterBuild">
104-
</Target>
105-
-->
106-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{CD050711-697A-4811-B40C-BF63E3EB7BBC}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>PropertySorting</RootNamespace>
12+
<AssemblyName>PropertySorting</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
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+
<ItemGroup>
37+
<Reference Include="DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
38+
<SpecificVersion>False</SpecificVersion>
39+
</Reference>
40+
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
41+
<SpecificVersion>False</SpecificVersion>
42+
</Reference>
43+
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
44+
<SpecificVersion>False</SpecificVersion>
45+
</Reference>
46+
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
47+
<SpecificVersion>False</SpecificVersion>
48+
</Reference>
49+
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
50+
<SpecificVersion>False</SpecificVersion>
51+
</Reference>
52+
<Reference Include="DevExpress.XtraVerticalGrid.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
53+
<SpecificVersion>False</SpecificVersion>
54+
</Reference>
55+
<Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
56+
<Reference Include="System" />
57+
<Reference Include="System.Core" />
58+
<Reference Include="System.Xml.Linq" />
59+
<Reference Include="System.Data.DataSetExtensions" />
60+
<Reference Include="Microsoft.CSharp" />
61+
<Reference Include="System.Data" />
62+
<Reference Include="System.Deployment" />
63+
<Reference Include="System.Drawing" />
64+
<Reference Include="System.Windows.Forms" />
65+
<Reference Include="System.Xml" />
66+
</ItemGroup>
67+
<ItemGroup>
68+
<Compile Include="Form1.cs">
69+
<SubType>Form</SubType>
70+
</Compile>
71+
<Compile Include="Form1.Designer.cs">
72+
<DependentUpon>Form1.cs</DependentUpon>
73+
</Compile>
74+
<Compile Include="Program.cs" />
75+
<Compile Include="Properties\AssemblyInfo.cs" />
76+
<EmbeddedResource Include="Form1.resx">
77+
<DependentUpon>Form1.cs</DependentUpon>
78+
</EmbeddedResource>
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="Properties\Settings.settings">
89+
<Generator>SettingsSingleFileGenerator</Generator>
90+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
91+
</None>
92+
<Compile Include="Properties\Settings.Designer.cs">
93+
<AutoGen>True</AutoGen>
94+
<DependentUpon>Settings.settings</DependentUpon>
95+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
96+
</Compile>
97+
</ItemGroup>
98+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100+
Other similar extension points exist, see Microsoft.Common.targets.
101+
<Target Name="BeforeBuild">
102+
</Target>
103+
<Target Name="AfterBuild">
104+
</Target>
105+
-->
106+
</Project>

0 commit comments

Comments
 (0)