1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>9.0.30729</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
\r
9 <OutputType>Library</OutputType>
\r
10 <OutputPath>@OUTPUTDIR@</OutputPath>
\r
11 <DefineConstants>@DEFINECONSTANTS@</DefineConstants>
\r
12 <CscToolPath>@CSCTOOLPATH@</CscToolPath>
\r
15 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
16 <RootNamespace>mscorlib</RootNamespace>
\r
17 <AssemblyName>@ASSEMBLYNAME@</AssemblyName>
\r
18 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
19 <FileAlignment>512</FileAlignment>
\r
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
24 <DebugSymbols>@DEBUG@</DebugSymbols>
\r
25 <DebugType>@DEBUGTYPE@</DebugType>
\r
26 <Optimize>false</Optimize>
\r
27 <DefineConstants>@DEFINECONSTANTS@</DefineConstants>
\r
28 <ErrorReport>prompt</ErrorReport>
\r
29 <WarningLevel>4</WarningLevel>
\r
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
32 <DebugType>pdbonly</DebugType>
\r
33 <Optimize>true</Optimize>
\r
34 <DefineConstants>@DEFINECONSTANTS@</DefineConstants>
\r
35 <ErrorReport>prompt</ErrorReport>
\r
36 <WarningLevel>4</WarningLevel>
\r
38 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
42 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
43 Other similar extension points exist, see Microsoft.Common.targets.
\r
44 <Target Name="BeforeBuild">
\r
46 <Target Name="AfterBuild">
\r
50 <PreBuildEvent>@PREBUILD@</PreBuildEvent>
\r
54 <Folder Include="Properties\" />
\r