comparison Examples/CS/Examples.CS.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{34989C73-F82A-4905-9349-D0CF1419CD1C}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Examples.CS</RootNamespace>
12 <AssemblyName>Examples.CS</AssemblyName>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <IsWebBootstrapper>false</IsWebBootstrapper>
19 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
20 <TargetFrameworkProfile />
21 <PublishUrl>publish\</PublishUrl>
22 <Install>true</Install>
23 <InstallFrom>Disk</InstallFrom>
24 <UpdateEnabled>false</UpdateEnabled>
25 <UpdateMode>Foreground</UpdateMode>
26 <UpdateInterval>7</UpdateInterval>
27 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28 <UpdatePeriodically>false</UpdatePeriodically>
29 <UpdateRequired>false</UpdateRequired>
30 <MapFileExtensions>true</MapFileExtensions>
31 <ApplicationRevision>0</ApplicationRevision>
32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45 <PlatformTarget>x86</PlatformTarget>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48 <DebugType>pdbonly</DebugType>
49 <Optimize>true</Optimize>
50 <OutputPath>bin\Release\</OutputPath>
51 <DefineConstants>TRACE</DefineConstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
57 <DebugSymbols>true</DebugSymbols>
58 <OutputPath>bin\DebugMono\</OutputPath>
59 <DefineConstants>DEBUG;TRACE</DefineConstants>
60 <DebugType>full</DebugType>
61 <PlatformTarget>x86</PlatformTarget>
62 <CodeAnalysisLogFile>bin\Debug\Examples.CS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65 <ErrorReport>prompt</ErrorReport>
66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
72 <OutputPath>bin\ReleaseMono\</OutputPath>
73 <DefineConstants>TRACE</DefineConstants>
74 <Optimize>true</Optimize>
75 <DebugType>pdbonly</DebugType>
76 <PlatformTarget>AnyCPU</PlatformTarget>
77 <CodeAnalysisLogFile>bin\Release\Examples.CS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80 <ErrorReport>prompt</ErrorReport>
81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
85 </PropertyGroup>
86 <ItemGroup>
87 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
88 <SpecificVersion>False</SpecificVersion>
89 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
90 </Reference>
91 <Reference Include="System" />
92 <Reference Include="System.Data" />
93 <Reference Include="System.Xml" />
94 </ItemGroup>
95 <ItemGroup>
96 <Compile Include="Properties\AssemblyInfo.cs" />
97 <Compile Include="Reflection.Emit\HelloWorld.cs" />
98 <Compile Include="Reflection.Emit\HelloWorldNormal.cs" />
99 </ItemGroup>
100 <ItemGroup>
101 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
102 </ItemGroup>
103 <ItemGroup>
104 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
105 <Visible>False</Visible>
106 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
107 <Install>false</Install>
108 </BootstrapperPackage>
109 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
110 <Visible>False</Visible>
111 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
112 <Install>true</Install>
113 </BootstrapperPackage>
114 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
115 <Visible>False</Visible>
116 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
117 <Install>false</Install>
118 </BootstrapperPackage>
119 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
120 <Visible>False</Visible>
121 <ProductName>.NET Framework 3.5</ProductName>
122 <Install>false</Install>
123 </BootstrapperPackage>
124 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
125 <Visible>False</Visible>
126 <ProductName>.NET Framework 3.5 SP1</ProductName>
127 <Install>false</Install>
128 </BootstrapperPackage>
129 </ItemGroup>
130 <ItemGroup>
131 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
132 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
133 <Name>BLToolkit.4</Name>
134 </ProjectReference>
135 </ItemGroup>
136 <ItemGroup>
137 <None Include="packages.config" />
138 </ItemGroup>
139 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
140 </Project>