2
<VisualBasic ProjectType="Local" ProductVersion="7.10.3077" SchemaVersion="2.0" ProjectGuid="{6BEF566A-2691-4EE8-91AF-0390CCCDDAF1}">
4
<Settings ApplicationIcon="" AssemblyKeyContainerName="" AssemblyName="vb-syntax" AssemblyOriginatorKeyFile="" AssemblyOriginatorKeyMode="None" DefaultClientScript="JScript" DefaultHTMLPageLayout="Grid" DefaultTargetSchema="IE50" DelaySign="false" OutputType="Library" OptionCompare="Binary" OptionExplicit="On" OptionStrict="Off" RootNamespace="NUnit.Samples" StartupObject="NUnit.Samples.(None)">
5
<Config Name="Debug" BaseAddress="285212672" ConfigurationOverrideFile="" DefineConstants="" DefineDebug="true" DefineTrace="true" DebugSymbols="true" IncrementalBuild="true" Optimize="false" OutputPath="bin\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="1" />
6
<Config Name="Release" BaseAddress="285212672" ConfigurationOverrideFile="" DefineConstants="" DefineDebug="false" DefineTrace="true" DebugSymbols="false" IncrementalBuild="false" Optimize="true" OutputPath="bin\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="1" />
9
<Reference Name="System" AssemblyName="System" />
10
<Reference Name="System.Data" AssemblyName="System.Data" />
11
<Reference Name="System.XML" AssemblyName="System.Xml" />
12
<Reference Name="nunit.framework" AssemblyName="nunit.framework, Version=2.5, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" HintPath="..\..\..\bin\net-1.1\framework\nunit.framework.dll" />
15
<Import Namespace="Microsoft.VisualBasic" />
16
<Import Namespace="System" />
17
<Import Namespace="System.Collections" />
18
<Import Namespace="System.Data" />
19
<Import Namespace="System.Diagnostics" />
24
<File RelPath="AssemblyInfo.vb" SubType="Code" BuildAction="Compile" />
25
<File RelPath="AssertSyntaxTests.vb" SubType="Code" BuildAction="Compile" />
29
</VisualStudioProject>
b'\\ No newline at end of file'
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
4
<ProjectType>Local</ProjectType>
5
<ProductVersion>7.10.3077</ProductVersion>
6
<SchemaVersion>2.0</SchemaVersion>
7
<ProjectGuid>{6BEF566A-2691-4EE8-91AF-0390CCCDDAF1}</ProjectGuid>
8
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11
<AssemblyKeyContainerName />
12
<AssemblyName>vb-syntax</AssemblyName>
13
<AssemblyOriginatorKeyFile />
14
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
15
<DefaultClientScript>JScript</DefaultClientScript>
16
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17
<DefaultTargetSchema>IE50</DefaultTargetSchema>
18
<DelaySign>false</DelaySign>
19
<OutputType>Library</OutputType>
20
<OptionCompare>Binary</OptionCompare>
21
<OptionExplicit>On</OptionExplicit>
22
<OptionStrict>Off</OptionStrict>
23
<RootNamespace>NUnit.Samples</RootNamespace>
24
<StartupObject>NUnit.Samples.%28None%29</StartupObject>
27
<MyType>Windows</MyType>
28
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
29
<UpgradeBackupLocation>
30
</UpgradeBackupLocation>
31
<OldToolsVersion>0.0</OldToolsVersion>
32
<PublishUrl>publish\</PublishUrl>
33
<Install>true</Install>
34
<InstallFrom>Disk</InstallFrom>
35
<UpdateEnabled>false</UpdateEnabled>
36
<UpdateMode>Foreground</UpdateMode>
37
<UpdateInterval>7</UpdateInterval>
38
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
39
<UpdatePeriodically>false</UpdatePeriodically>
40
<UpdateRequired>false</UpdateRequired>
41
<MapFileExtensions>true</MapFileExtensions>
42
<ApplicationRevision>0</ApplicationRevision>
43
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
44
<IsWebBootstrapper>false</IsWebBootstrapper>
45
<UseApplicationTrust>false</UseApplicationTrust>
46
<BootstrapperEnabled>true</BootstrapperEnabled>
48
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
49
<OutputPath>bin\</OutputPath>
50
<DocumentationFile>vb-syntax.xml</DocumentationFile>
51
<BaseAddress>285212672</BaseAddress>
52
<ConfigurationOverrideFile />
54
<DefineDebug>true</DefineDebug>
55
<DefineTrace>true</DefineTrace>
56
<DebugSymbols>true</DebugSymbols>
57
<Optimize>false</Optimize>
58
<RegisterForComInterop>false</RegisterForComInterop>
59
<RemoveIntegerChecks>false</RemoveIntegerChecks>
60
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
61
<WarningLevel>1</WarningLevel>
62
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
63
<DebugType>full</DebugType>
64
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
67
<OutputPath>bin\</OutputPath>
68
<DocumentationFile>vb-syntax.xml</DocumentationFile>
69
<BaseAddress>285212672</BaseAddress>
70
<ConfigurationOverrideFile />
72
<DefineDebug>false</DefineDebug>
73
<DefineTrace>true</DefineTrace>
74
<DebugSymbols>false</DebugSymbols>
75
<Optimize>true</Optimize>
76
<RegisterForComInterop>false</RegisterForComInterop>
77
<RemoveIntegerChecks>false</RemoveIntegerChecks>
78
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
79
<WarningLevel>1</WarningLevel>
80
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
81
<DebugType>none</DebugType>
82
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85
<Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
86
<Reference Include="System">
89
<Reference Include="System.Data">
90
<Name>System.Data</Name>
92
<Reference Include="System.Xml">
93
<Name>System.XML</Name>
97
<Import Include="Microsoft.VisualBasic" />
98
<Import Include="System" />
99
<Import Include="System.Collections" />
100
<Import Include="System.Data" />
101
<Import Include="System.Diagnostics" />
104
<Compile Include="AssemblyInfo.vb">
105
<SubType>Code</SubType>
107
<Compile Include="AssertSyntaxTests.vb">
108
<SubType>Code</SubType>
112
<Folder Include="My Project\" />
115
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
116
<Visible>False</Visible>
117
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
118
<Install>false</Install>
119
</BootstrapperPackage>
120
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
121
<Visible>False</Visible>
122
<ProductName>.NET Framework 3.5 SP1</ProductName>
123
<Install>true</Install>
124
</BootstrapperPackage>
125
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
126
<Visible>False</Visible>
127
<ProductName>Windows Installer 3.1</ProductName>
128
<Install>true</Install>
129
</BootstrapperPackage>
131
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
b'\\ No newline at end of file'