~ubuntu-branches/debian/sid/nunit/sid

« back to all changes in this revision

Viewing changes to samples/vb/syntax/vb-syntax.vbproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-09-16 13:43:36 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140916134336-kjxz48tty6lx2ja5
Tags: 2.6.3+dfsg-1
* [c7bd1b5] Imported Upstream version 2.6.3+dfsg
* [bcb4bf8] Move nunit-console-runner to GAC-installed libnunit2.6, 
  don't treat it as a private lib. This lib is signed, and treated 
  as a GAC lib by consumers such as MonoDevelop.
* [7f08e99] Bump version to 2.6.3 as required
* [84535eb] Refreshed patches
* [8479f61] Split package up into per-assembly packages. This makes 
  ABI tracking easier in the future, as we can meaningfully have GAC 
  policy for cases where ABI isn't truly bumped, and no policy for 
  cases where it is. For example, if nunit.framework bumps ABI but 
  nunit.core does not, previously we would need to rebuild everything 
  using NUnit, but under the new split packaging, that rebuild would 
  not be needed for apps only using nunit.core.
* [17a7dc7] Add missing nunit.mocks.dll to nunit.pc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<VisualStudioProject>
2
 
  <VisualBasic ProjectType="Local" ProductVersion="7.10.3077" SchemaVersion="2.0" ProjectGuid="{6BEF566A-2691-4EE8-91AF-0390CCCDDAF1}">
3
 
    <Build>
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" />
7
 
      </Settings>
8
 
      <References>
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" />
13
 
      </References>
14
 
      <Imports>
15
 
        <Import Namespace="Microsoft.VisualBasic" />
16
 
        <Import Namespace="System" />
17
 
        <Import Namespace="System.Collections" />
18
 
        <Import Namespace="System.Data" />
19
 
        <Import Namespace="System.Diagnostics" />
20
 
      </Imports>
21
 
    </Build>
22
 
    <Files>
23
 
      <Include>
24
 
        <File RelPath="AssemblyInfo.vb" SubType="Code" BuildAction="Compile" />
25
 
        <File RelPath="AssertSyntaxTests.vb" SubType="Code" BuildAction="Compile" />
26
 
      </Include>
27
 
    </Files>
28
 
  </VisualBasic>
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">
 
3
  <PropertyGroup>
 
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>
 
10
    <ApplicationIcon />
 
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>
 
25
    <FileUpgradeFlags>
 
26
    </FileUpgradeFlags>
 
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>
 
47
  </PropertyGroup>
 
48
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
49
    <OutputPath>bin\</OutputPath>
 
50
    <DocumentationFile>vb-syntax.xml</DocumentationFile>
 
51
    <BaseAddress>285212672</BaseAddress>
 
52
    <ConfigurationOverrideFile />
 
53
    <DefineConstants />
 
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>
 
65
  </PropertyGroup>
 
66
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
67
    <OutputPath>bin\</OutputPath>
 
68
    <DocumentationFile>vb-syntax.xml</DocumentationFile>
 
69
    <BaseAddress>285212672</BaseAddress>
 
70
    <ConfigurationOverrideFile />
 
71
    <DefineConstants />
 
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>
 
83
  </PropertyGroup>
 
84
  <ItemGroup>
 
85
    <Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
 
86
    <Reference Include="System">
 
87
      <Name>System</Name>
 
88
    </Reference>
 
89
    <Reference Include="System.Data">
 
90
      <Name>System.Data</Name>
 
91
    </Reference>
 
92
    <Reference Include="System.Xml">
 
93
      <Name>System.XML</Name>
 
94
    </Reference>
 
95
  </ItemGroup>
 
96
  <ItemGroup>
 
97
    <Import Include="Microsoft.VisualBasic" />
 
98
    <Import Include="System" />
 
99
    <Import Include="System.Collections" />
 
100
    <Import Include="System.Data" />
 
101
    <Import Include="System.Diagnostics" />
 
102
  </ItemGroup>
 
103
  <ItemGroup>
 
104
    <Compile Include="AssemblyInfo.vb">
 
105
      <SubType>Code</SubType>
 
106
    </Compile>
 
107
    <Compile Include="AssertSyntaxTests.vb">
 
108
      <SubType>Code</SubType>
 
109
    </Compile>
 
110
  </ItemGroup>
 
111
  <ItemGroup>
 
112
    <Folder Include="My Project\" />
 
113
  </ItemGroup>
 
114
  <ItemGroup>
 
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>
 
130
  </ItemGroup>
 
131
  <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
 
132
  <PropertyGroup>
 
133
    <PreBuildEvent />
 
134
    <PostBuildEvent />
 
135
  </PropertyGroup>
 
136
</Project>
 
 
b'\\ No newline at end of file'