1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
<ProductVersion>9.0.21022</ProductVersion>
7
<SchemaVersion>2.0</SchemaVersion>
8
<ProjectGuid>{B9DB5E6C-8A54-40F9-9B1E-225B58FE7ED4}</ProjectGuid>
9
<OutputType>Library</OutputType>
10
<AppDesignerFolder>Properties</AppDesignerFolder>
11
<RootNamespace>DebugOnly</RootNamespace>
12
<AssemblyName>DebugOnly</AssemblyName>
13
<FileAlignment>512</FileAlignment>
15
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
<DebugSymbols>true</DebugSymbols>
17
<DebugType>full</DebugType>
18
<Optimize>false</Optimize>
19
<OutputPath>bin\Debug\</OutputPath>
20
<DefineConstants>DEBUG;TRACE</DefineConstants>
21
<ErrorReport>prompt</ErrorReport>
22
<WarningLevel>4</WarningLevel>
24
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
<DebugType>pdbonly</DebugType>
26
<Optimize>true</Optimize>
27
<OutputPath>bin\Release\</OutputPath>
28
<DefineConstants>TRACE</DefineConstants>
29
<ErrorReport>prompt</ErrorReport>
30
<WarningLevel>4</WarningLevel>
33
<Reference Include="System" />
34
<Reference Include="System.Core">
35
<RequiredTargetFramework>3.5</RequiredTargetFramework>
37
<Reference Include="System.Xml.Linq">
38
<RequiredTargetFramework>3.5</RequiredTargetFramework>
40
<Reference Include="System.Data.DataSetExtensions">
41
<RequiredTargetFramework>3.5</RequiredTargetFramework>
43
<Reference Include="System.Data" />
44
<Reference Include="System.Xml" />
47
<Compile Include="Class1.cs" />
48
<Compile Include="Properties\AssemblyInfo.cs" />
50
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
52
Other similar extension points exist, see Microsoft.Common.targets.
53
<Target Name="BeforeBuild">
55
<Target Name="AfterBuild">
b'\\ No newline at end of file'
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
<ProductVersion>9.0.21022</ProductVersion>
7
<SchemaVersion>2.0</SchemaVersion>
8
<ProjectGuid>{B9DB5E6C-8A54-40F9-9B1E-225B58FE7ED4}</ProjectGuid>
9
<OutputType>Library</OutputType>
10
<AppDesignerFolder>Properties</AppDesignerFolder>
11
<RootNamespace>DebugOnly</RootNamespace>
12
<AssemblyName>DebugOnly</AssemblyName>
13
<FileAlignment>512</FileAlignment>
15
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
<DebugSymbols>true</DebugSymbols>
17
<DebugType>full</DebugType>
18
<Optimize>false</Optimize>
19
<OutputPath>bin\Debug\</OutputPath>
20
<DefineConstants>DEBUG;TRACE</DefineConstants>
21
<ErrorReport>prompt</ErrorReport>
22
<WarningLevel>4</WarningLevel>
24
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
<DebugType>pdbonly</DebugType>
26
<Optimize>true</Optimize>
27
<OutputPath>bin\Release\</OutputPath>
28
<DefineConstants>TRACE</DefineConstants>
29
<ErrorReport>prompt</ErrorReport>
30
<WarningLevel>4</WarningLevel>
33
<Reference Include="System" />
34
<Reference Include="System.Core">
35
<RequiredTargetFramework>3.5</RequiredTargetFramework>
37
<Reference Include="System.Xml.Linq">
38
<RequiredTargetFramework>3.5</RequiredTargetFramework>
40
<Reference Include="System.Data.DataSetExtensions">
41
<RequiredTargetFramework>3.5</RequiredTargetFramework>
43
<Reference Include="System.Data" />
44
<Reference Include="System.Xml" />
47
<Compile Include="Class1.cs" />
48
<Compile Include="Properties\AssemblyInfo.cs" />
50
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
52
Other similar extension points exist, see Microsoft.Common.targets.
53
<Target Name="BeforeBuild">
55
<Target Name="AfterBuild">