1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" 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+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{59ACF1B9-0CB8-4673-9E00-E742E2616959}</ProjectGuid >
8+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >AutoProperties</RootNamespace >
12+ <AssemblyName >AutoProperties</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <TargetFrameworkProfile >Profile328</TargetFrameworkProfile >
15+ <DefaultLanguage >en-US</DefaultLanguage >
16+ <FileAlignment >512</FileAlignment >
17+ <WarningLevel >4</WarningLevel >
18+ <OutputPath >bin\$(Configuration)\$(TargetFrameworkVersion)\$(TargetFrameworkProfile)\</OutputPath >
19+ <IntermediateOutputPath >obj\$(Configuration)\$(TargetFrameworkVersion)\$(TargetFrameworkProfile)\</IntermediateOutputPath >
20+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
21+ <ResolveNuGetPackages >false</ResolveNuGetPackages >
22+ <ErrorReport >prompt</ErrorReport >
23+ <DocumentationFile >$(OutputPath)AutoProperties.XML</DocumentationFile >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26+ <DebugSymbols >true</DebugSymbols >
27+ <DebugType >full</DebugType >
28+ <Optimize >false</Optimize >
29+ <DefineConstants >DEBUG;TRACE</DefineConstants >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32+ <DebugType >pdbonly</DebugType >
33+ <Optimize >true</Optimize >
34+ <DefineConstants >TRACE</DefineConstants >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <SignAssembly >true</SignAssembly >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <AssemblyOriginatorKeyFile >AutoProperties.snk</AssemblyOriginatorKeyFile >
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <None Include =" AutoProperties.snk" />
44+ </ItemGroup >
45+ <ItemGroup >
46+ <Compile Include =" ..\Trademark.cs" >
47+ <Link >Trademark.cs</Link >
48+ </Compile >
49+ <Compile Include =" ..\Version.cs" >
50+ <Link >Version.cs</Link >
51+ </Compile >
52+ <Compile Include =" BackingFieldAccessExtensions.cs" />
53+ <Compile Include =" BypassAutoPropertySettersInConstructorsAttribute.cs" />
54+ </ItemGroup >
55+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
56+ </Project >
0 commit comments