1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D1E99600-0061-4184-9778-85422E238DB9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MonoTests.Microsoft_VisualBasic</RootNamespace>
<AssemblyName>Microsoft.2005_VisualBasic_test</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>./bin/Debug/</OutputPath>
<DefineConstants>TRACE;DEBUG;NET_2_0,mono_not_yet</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.2005_VisualBasic_test</AssemblyName>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
<OutputPath>./bin/Release/</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>NET_2_0=true</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.2005_VisualBasic_test</AssemblyName>
<DebugSymbols>True</DebugSymbols>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Edit|AnyCPU' ">
<OutputPath>bin\Edit\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Microsoft.VisualBasic.CompilerServices\BooleanTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\DecimalTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\DoubleTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\IntegerTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\LongTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\ShortTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\SingleTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\StringTypeTest.cs" />
<Compile Include="Microsoft.VisualBasic.CompilerServices\UtilsTest.cs" />
<Compile Include="Microsoft.VisualBasic.FileIO\MalformedLineExceptionTest.cs" />
<Compile Include="Microsoft.VisualBasic.FileIO\SpecialDirectoriesTest.cs" />
<Compile Include="Microsoft.VisualBasic.FileIO\TextFieldParserTest.cs" />
<Compile Include="Microsoft.VisualBasic.Logging\FileLogTraceListener.cs" />
<Compile Include="Microsoft.VisualBasic.Logging\LogTest.cs" />
<Compile Include="Microsoft.VisualBasic.Logging\AspLogTest.cs" />
<Compile Include="Microsoft.VisualBasic.MyServices.Internal\ContextValueTest.cs" />
<Compile Include="Microsoft.VisualBasic.MyServices\ClipboardProxyTest.cs" />
<Compile Include="Microsoft.VisualBasic.MyServices\FileSystemProxyTest.cs" />
<Compile Include="Microsoft.VisualBasic.MyServices\RegistryProxyTest.cs" />
<Compile Include="Microsoft.VisualBasic.MyServices\SpecialDirectoriesProxyTest.cs" />
<Compile Include="Microsoft.VisualBasic\CollectionTests.cs" />
<Compile Include="Microsoft.VisualBasic\ConversionTests.cs" />
<Compile Include="Microsoft.VisualBasic\DateAndTimeTests.cs" />
<Compile Include="Microsoft.VisualBasic\ErrObjectTests.cs" />
<Compile Include="Microsoft.VisualBasic\FinancialTests.cs" />
<Compile Include="Microsoft.VisualBasic\InformationTests.cs" />
<Compile Include="Microsoft.VisualBasic\StringsTest.cs" />
<Compile Include="Microsoft.VisualBasic\VBMathTests.cs" />
<Compile Include="Microsoft.VisualBasic\Helper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.VisualBasic\2005VB.vbproj">
<Project>{3F2C04ED-C36A-4EF9-9479-0227E9CA7824}</Project>
<Name>2005VB</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<ProjectGuid>{D1E99600-0061-4184-9778-85422E238DB9}</ProjectGuid>
</PropertyGroup>
</Project>
|