|
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> |
0 commit comments