comparison Examples/VB/Examples.VB.vbproj @ 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>{308A4189-53AB-460D-B2B1-0EB4B9219654}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>
11 </RootNamespace>
12 <AssemblyName>Examples.VB</AssemblyName>
13 <MyType>Windows</MyType>
14 <FileUpgradeFlags>
15 </FileUpgradeFlags>
16 <OldToolsVersion>3.5</OldToolsVersion>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <IsWebBootstrapper>false</IsWebBootstrapper>
20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
21 <TargetFrameworkProfile />
22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols>
39 <DebugType>full</DebugType>
40 <DefineDebug>true</DefineDebug>
41 <DefineTrace>true</DefineTrace>
42 <OutputPath>bin\Debug\</OutputPath>
43 <DocumentationFile>Examples.VB.xml</DocumentationFile>
44 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46 <PlatformTarget>x86</PlatformTarget>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49 <DebugType>pdbonly</DebugType>
50 <DefineDebug>false</DefineDebug>
51 <DefineTrace>true</DefineTrace>
52 <Optimize>true</Optimize>
53 <OutputPath>bin\Release\</OutputPath>
54 <DocumentationFile>Examples.VB.xml</DocumentationFile>
55 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
59 <DebugSymbols>true</DebugSymbols>
60 <DefineDebug>true</DefineDebug>
61 <DefineTrace>true</DefineTrace>
62 <OutputPath>bin\DebugMono\</OutputPath>
63 <DocumentationFile>Examples.VB.xml</DocumentationFile>
64 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
65 <DebugType>full</DebugType>
66 <PlatformTarget>x86</PlatformTarget>
67 <CodeAnalysisLogFile>bin\Debug\Examples.VB.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
68 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
69 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
73 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
75 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
78 <DefineTrace>true</DefineTrace>
79 <OutputPath>bin\ReleaseMono\</OutputPath>
80 <DocumentationFile>Examples.VB.xml</DocumentationFile>
81 <Optimize>true</Optimize>
82 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
83 <DebugType>pdbonly</DebugType>
84 <PlatformTarget>AnyCPU</PlatformTarget>
85 <CodeAnalysisLogFile>bin\Release\Examples.VB.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
86 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
87 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
88 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
90 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
91 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
92 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
93 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
94 </PropertyGroup>
95 <ItemGroup>
96 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
97 <SpecificVersion>False</SpecificVersion>
98 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
99 </Reference>
100 <Reference Include="System" />
101 <Reference Include="System.Data" />
102 <Reference Include="System.Xml" />
103 </ItemGroup>
104 <ItemGroup>
105 <Import Include="Microsoft.VisualBasic" />
106 <Import Include="System" />
107 <Import Include="System.Collections" />
108 <Import Include="System.Collections.Generic" />
109 <Import Include="System.Data" />
110 <Import Include="System.Diagnostics" />
111 </ItemGroup>
112 <ItemGroup>
113 <Compile Include="OverloadWithDefValue.vb" />
114 <Compile Include="My Project\AssemblyInfo.vb" />
115 <Compile Include="My Project\Application.Designer.vb">
116 <AutoGen>True</AutoGen>
117 <DependentUpon>Application.myapp</DependentUpon>
118 </Compile>
119 <Compile Include="My Project\Resources.Designer.vb">
120 <AutoGen>True</AutoGen>
121 <DesignTime>True</DesignTime>
122 <DependentUpon>Resources.resx</DependentUpon>
123 </Compile>
124 <Compile Include="My Project\Settings.Designer.vb">
125 <AutoGen>True</AutoGen>
126 <DependentUpon>Settings.settings</DependentUpon>
127 <DesignTimeSharedInput>True</DesignTimeSharedInput>
128 </Compile>
129 <Compile Include="Reflection.Emit\HelloWorld.vb" />
130 </ItemGroup>
131 <ItemGroup>
132 <EmbeddedResource Include="My Project\Resources.resx">
133 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
134 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
135 <CustomToolNamespace>My.Resources</CustomToolNamespace>
136 <SubType>Designer</SubType>
137 </EmbeddedResource>
138 </ItemGroup>
139 <ItemGroup>
140 <None Include="My Project\Application.myapp">
141 <Generator>MyApplicationCodeGenerator</Generator>
142 <LastGenOutput>Application.Designer.vb</LastGenOutput>
143 </None>
144 <None Include="My Project\Settings.settings">
145 <Generator>SettingsSingleFileGenerator</Generator>
146 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
147 </None>
148 <None Include="packages.config" />
149 </ItemGroup>
150 <ItemGroup>
151 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
152 </ItemGroup>
153 <ItemGroup>
154 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
155 <Visible>False</Visible>
156 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
157 <Install>false</Install>
158 </BootstrapperPackage>
159 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
160 <Visible>False</Visible>
161 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
162 <Install>true</Install>
163 </BootstrapperPackage>
164 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
165 <Visible>False</Visible>
166 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
167 <Install>false</Install>
168 </BootstrapperPackage>
169 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
170 <Visible>False</Visible>
171 <ProductName>.NET Framework 3.5</ProductName>
172 <Install>false</Install>
173 </BootstrapperPackage>
174 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
175 <Visible>False</Visible>
176 <ProductName>.NET Framework 3.5 SP1</ProductName>
177 <Install>false</Install>
178 </BootstrapperPackage>
179 </ItemGroup>
180 <ItemGroup>
181 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
182 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
183 <Name>BLToolkit.4</Name>
184 </ProjectReference>
185 </ItemGroup>
186 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
187 </Project>