|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | | - <PropertyGroup> |
5 | | - <OptionInfer>On</OptionInfer> |
6 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | | - <ProjectGuid>{9D565609-F065-490A-BC29-3B2F740539A7}</ProjectGuid> |
9 | | - <OutputType>Exe</OutputType> |
10 | | - <RootNamespace> |
11 | | - </RootNamespace> |
12 | | - <AssemblyName>GetCheckboxCheckedValue</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
14 | | - <FileAlignment>512</FileAlignment> |
15 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
16 | | - </PropertyGroup> |
17 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | | - <PlatformTarget>AnyCPU</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 | | - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
27 | | - </PropertyGroup> |
28 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
30 | | - <DebugType>pdbonly</DebugType> |
31 | | - <Optimize>true</Optimize> |
32 | | - <OutputPath>bin\Release\</OutputPath> |
33 | | - <DefineConstants>TRACE</DefineConstants> |
34 | | - <ErrorReport>prompt</ErrorReport> |
35 | | - <WarningLevel>4</WarningLevel> |
36 | | - </PropertyGroup> |
37 | | - <ItemGroup> |
38 | | - <Reference Include="DevExpress.Data.v21.1, Version=21.1.7.0"> |
39 | | - <SpecificVersion>False</SpecificVersion> |
40 | | - </Reference> |
41 | | - <Reference Include="DevExpress.Docs.v21.1, Version=21.1.7.0"> |
42 | | - <SpecificVersion>False</SpecificVersion> |
43 | | - </Reference> |
44 | | - <Reference Include="DevExpress.Pdf.v21.1.Core, Version=21.1.7.0"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - </Reference> |
47 | | - <Reference Include="DevExpress.Pdf.v21.1.Drawing, Version=21.1.7.0"> |
48 | | - <SpecificVersion>False</SpecificVersion> |
49 | | - </Reference> |
50 | | - <Reference Include="PresentationFramework" /> |
51 | | - <Reference Include="System" /> |
52 | | - <Reference Include="System.Core" /> |
53 | | - <Reference Include="System.Drawing" /> |
54 | | - <Reference Include="System.Security" /> |
55 | | - <Reference Include="System.Xml.Linq" /> |
56 | | - <Reference Include="System.Data.DataSetExtensions" /> |
57 | | - <Reference Include="Microsoft.CSharp" /> |
58 | | - <Reference Include="System.Data" /> |
59 | | - <Reference Include="System.Net.Http" /> |
60 | | - <Reference Include="System.Xml" /> |
61 | | - </ItemGroup> |
62 | | - <ItemGroup> |
63 | | - <Compile Include="Program.vb" /> |
64 | | - <Compile Include="Properties\AssemblyInfo.vb" /> |
65 | | - </ItemGroup> |
66 | | - <ItemGroup> |
67 | | - <None Include="App.config" /> |
68 | | - </ItemGroup> |
69 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
70 | | -</Project> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <OptionInfer>On</OptionInfer> |
| 6 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 8 | + <ProjectGuid>{9D565609-F065-490A-BC29-3B2F740539A7}</ProjectGuid> |
| 9 | + <OutputType>Exe</OutputType> |
| 10 | + <RootNamespace> |
| 11 | + </RootNamespace> |
| 12 | + <AssemblyName>GetCheckboxCheckedValue</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 18 | + <PlatformTarget>AnyCPU</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 | + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 27 | + </PropertyGroup> |
| 28 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 29 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 30 | + <DebugType>pdbonly</DebugType> |
| 31 | + <Optimize>true</Optimize> |
| 32 | + <OutputPath>bin\Release\</OutputPath> |
| 33 | + <DefineConstants>TRACE</DefineConstants> |
| 34 | + <ErrorReport>prompt</ErrorReport> |
| 35 | + <WarningLevel>4</WarningLevel> |
| 36 | + </PropertyGroup> |
| 37 | + <ItemGroup> |
| 38 | + <Reference Include="DevExpress.Data.v21.1, Version=21.1.9.0"> |
| 39 | + <SpecificVersion>False</SpecificVersion> |
| 40 | + </Reference> |
| 41 | + <Reference Include="DevExpress.Docs.v21.1, Version=21.1.9.0"> |
| 42 | + <SpecificVersion>False</SpecificVersion> |
| 43 | + </Reference> |
| 44 | + <Reference Include="DevExpress.Pdf.v21.1.Core, Version=21.1.9.0"> |
| 45 | + <SpecificVersion>False</SpecificVersion> |
| 46 | + </Reference> |
| 47 | + <Reference Include="DevExpress.Pdf.v21.1.Drawing, Version=21.1.9.0"> |
| 48 | + <SpecificVersion>False</SpecificVersion> |
| 49 | + </Reference> |
| 50 | + <Reference Include="PresentationFramework" /> |
| 51 | + <Reference Include="System" /> |
| 52 | + <Reference Include="System.Core" /> |
| 53 | + <Reference Include="System.Drawing" /> |
| 54 | + <Reference Include="System.Security" /> |
| 55 | + <Reference Include="System.Xml.Linq" /> |
| 56 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 57 | + <Reference Include="Microsoft.CSharp" /> |
| 58 | + <Reference Include="System.Data" /> |
| 59 | + <Reference Include="System.Net.Http" /> |
| 60 | + <Reference Include="System.Xml" /> |
| 61 | + </ItemGroup> |
| 62 | + <ItemGroup> |
| 63 | + <Compile Include="Program.vb" /> |
| 64 | + <Compile Include="Properties\AssemblyInfo.vb" /> |
| 65 | + </ItemGroup> |
| 66 | + <ItemGroup> |
| 67 | + <None Include="App.config" /> |
| 68 | + </ItemGroup> |
| 69 | + <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
| 70 | +</Project> |
0 commit comments