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

« back to all changes in this revision

Viewing changes to src/ClientUtilities/tests/resources/Unmanaged.vcproj

  • 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
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="7.10"
5
 
        Name="Unmanaged"
6
 
        ProjectGUID="{FDBEFC64-EDEF-4645-81EB-C6EA9597170D}"
7
 
        Keyword="Win32Proj">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory="Debug"
16
 
                        IntermediateDirectory="Debug"
17
 
                        ConfigurationType="2"
18
 
                        CharacterSet="2">
19
 
                        <Tool
20
 
                                Name="VCCLCompilerTool"
21
 
                                Optimization="0"
22
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UNMANAGED_EXPORTS"
23
 
                                MinimalRebuild="TRUE"
24
 
                                BasicRuntimeChecks="3"
25
 
                                RuntimeLibrary="1"
26
 
                                UsePrecompiledHeader="0"
27
 
                                WarningLevel="3"
28
 
                                Detect64BitPortabilityProblems="TRUE"
29
 
                                DebugInformationFormat="4"/>
30
 
                        <Tool
31
 
                                Name="VCCustomBuildTool"/>
32
 
                        <Tool
33
 
                                Name="VCLinkerTool"
34
 
                                OutputFile="$(OutDir)/Unmanaged.dll"
35
 
                                LinkIncremental="2"
36
 
                                GenerateDebugInformation="TRUE"
37
 
                                ProgramDatabaseFile="$(OutDir)/Unmanaged.pdb"
38
 
                                SubSystem="2"
39
 
                                ImportLibrary="$(OutDir)/Unmanaged.lib"
40
 
                                TargetMachine="1"/>
41
 
                        <Tool
42
 
                                Name="VCMIDLTool"/>
43
 
                        <Tool
44
 
                                Name="VCPostBuildEventTool"/>
45
 
                        <Tool
46
 
                                Name="VCPreBuildEventTool"/>
47
 
                        <Tool
48
 
                                Name="VCPreLinkEventTool"/>
49
 
                        <Tool
50
 
                                Name="VCResourceCompilerTool"/>
51
 
                        <Tool
52
 
                                Name="VCWebServiceProxyGeneratorTool"/>
53
 
                        <Tool
54
 
                                Name="VCXMLDataGeneratorTool"/>
55
 
                        <Tool
56
 
                                Name="VCWebDeploymentTool"/>
57
 
                        <Tool
58
 
                                Name="VCManagedWrapperGeneratorTool"/>
59
 
                        <Tool
60
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61
 
                </Configuration>
62
 
                <Configuration
63
 
                        Name="Release|Win32"
64
 
                        OutputDirectory="Release"
65
 
                        IntermediateDirectory="Release"
66
 
                        ConfigurationType="2"
67
 
                        CharacterSet="2">
68
 
                        <Tool
69
 
                                Name="VCCLCompilerTool"
70
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UNMANAGED_EXPORTS"
71
 
                                RuntimeLibrary="0"
72
 
                                UsePrecompiledHeader="0"
73
 
                                WarningLevel="3"
74
 
                                Detect64BitPortabilityProblems="TRUE"
75
 
                                DebugInformationFormat="3"/>
76
 
                        <Tool
77
 
                                Name="VCCustomBuildTool"/>
78
 
                        <Tool
79
 
                                Name="VCLinkerTool"
80
 
                                OutputFile="$(OutDir)/Unmanaged.dll"
81
 
                                LinkIncremental="1"
82
 
                                GenerateDebugInformation="TRUE"
83
 
                                SubSystem="2"
84
 
                                OptimizeReferences="2"
85
 
                                EnableCOMDATFolding="2"
86
 
                                ImportLibrary="$(OutDir)/Unmanaged.lib"
87
 
                                TargetMachine="1"/>
88
 
                        <Tool
89
 
                                Name="VCMIDLTool"/>
90
 
                        <Tool
91
 
                                Name="VCPostBuildEventTool"/>
92
 
                        <Tool
93
 
                                Name="VCPreBuildEventTool"/>
94
 
                        <Tool
95
 
                                Name="VCPreLinkEventTool"/>
96
 
                        <Tool
97
 
                                Name="VCResourceCompilerTool"/>
98
 
                        <Tool
99
 
                                Name="VCWebServiceProxyGeneratorTool"/>
100
 
                        <Tool
101
 
                                Name="VCXMLDataGeneratorTool"/>
102
 
                        <Tool
103
 
                                Name="VCWebDeploymentTool"/>
104
 
                        <Tool
105
 
                                Name="VCManagedWrapperGeneratorTool"/>
106
 
                        <Tool
107
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108
 
                </Configuration>
109
 
        </Configurations>
110
 
        <References>
111
 
        </References>
112
 
        <Files>
113
 
                <Filter
114
 
                        Name="Source Files"
115
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
116
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
117
 
                </Filter>
118
 
                <Filter
119
 
                        Name="Header Files"
120
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
121
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
122
 
                </Filter>
123
 
                <Filter
124
 
                        Name="Resource Files"
125
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
126
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
127
 
                </Filter>
128
 
        </Files>
129
 
        <Globals>
130
 
        </Globals>
131
 
</VisualStudioProject>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="Unmanaged"
 
6
        ProjectGUID="{FDBEFC64-EDEF-4645-81EB-C6EA9597170D}"
 
7
        Keyword="Win32Proj">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="Debug|Win32"
 
15
                        OutputDirectory="Debug"
 
16
                        IntermediateDirectory="Debug"
 
17
                        ConfigurationType="2"
 
18
                        CharacterSet="2">
 
19
                        <Tool
 
20
                                Name="VCCLCompilerTool"
 
21
                                Optimization="0"
 
22
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UNMANAGED_EXPORTS"
 
23
                                MinimalRebuild="TRUE"
 
24
                                BasicRuntimeChecks="3"
 
25
                                RuntimeLibrary="1"
 
26
                                UsePrecompiledHeader="0"
 
27
                                WarningLevel="3"
 
28
                                Detect64BitPortabilityProblems="TRUE"
 
29
                                DebugInformationFormat="4"/>
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"/>
 
32
                        <Tool
 
33
                                Name="VCLinkerTool"
 
34
                                OutputFile="$(OutDir)/Unmanaged.dll"
 
35
                                LinkIncremental="2"
 
36
                                GenerateDebugInformation="TRUE"
 
37
                                ProgramDatabaseFile="$(OutDir)/Unmanaged.pdb"
 
38
                                SubSystem="2"
 
39
                                ImportLibrary="$(OutDir)/Unmanaged.lib"
 
40
                                TargetMachine="1"/>
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"/>
 
43
                        <Tool
 
44
                                Name="VCPostBuildEventTool"/>
 
45
                        <Tool
 
46
                                Name="VCPreBuildEventTool"/>
 
47
                        <Tool
 
48
                                Name="VCPreLinkEventTool"/>
 
49
                        <Tool
 
50
                                Name="VCResourceCompilerTool"/>
 
51
                        <Tool
 
52
                                Name="VCWebServiceProxyGeneratorTool"/>
 
53
                        <Tool
 
54
                                Name="VCXMLDataGeneratorTool"/>
 
55
                        <Tool
 
56
                                Name="VCWebDeploymentTool"/>
 
57
                        <Tool
 
58
                                Name="VCManagedWrapperGeneratorTool"/>
 
59
                        <Tool
 
60
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
61
                </Configuration>
 
62
                <Configuration
 
63
                        Name="Release|Win32"
 
64
                        OutputDirectory="Release"
 
65
                        IntermediateDirectory="Release"
 
66
                        ConfigurationType="2"
 
67
                        CharacterSet="2">
 
68
                        <Tool
 
69
                                Name="VCCLCompilerTool"
 
70
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UNMANAGED_EXPORTS"
 
71
                                RuntimeLibrary="0"
 
72
                                UsePrecompiledHeader="0"
 
73
                                WarningLevel="3"
 
74
                                Detect64BitPortabilityProblems="TRUE"
 
75
                                DebugInformationFormat="3"/>
 
76
                        <Tool
 
77
                                Name="VCCustomBuildTool"/>
 
78
                        <Tool
 
79
                                Name="VCLinkerTool"
 
80
                                OutputFile="$(OutDir)/Unmanaged.dll"
 
81
                                LinkIncremental="1"
 
82
                                GenerateDebugInformation="TRUE"
 
83
                                SubSystem="2"
 
84
                                OptimizeReferences="2"
 
85
                                EnableCOMDATFolding="2"
 
86
                                ImportLibrary="$(OutDir)/Unmanaged.lib"
 
87
                                TargetMachine="1"/>
 
88
                        <Tool
 
89
                                Name="VCMIDLTool"/>
 
90
                        <Tool
 
91
                                Name="VCPostBuildEventTool"/>
 
92
                        <Tool
 
93
                                Name="VCPreBuildEventTool"/>
 
94
                        <Tool
 
95
                                Name="VCPreLinkEventTool"/>
 
96
                        <Tool
 
97
                                Name="VCResourceCompilerTool"/>
 
98
                        <Tool
 
99
                                Name="VCWebServiceProxyGeneratorTool"/>
 
100
                        <Tool
 
101
                                Name="VCXMLDataGeneratorTool"/>
 
102
                        <Tool
 
103
                                Name="VCWebDeploymentTool"/>
 
104
                        <Tool
 
105
                                Name="VCManagedWrapperGeneratorTool"/>
 
106
                        <Tool
 
107
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
108
                </Configuration>
 
109
        </Configurations>
 
110
        <References>
 
111
        </References>
 
112
        <Files>
 
113
                <Filter
 
114
                        Name="Source Files"
 
115
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
116
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
117
                </Filter>
 
118
                <Filter
 
119
                        Name="Header Files"
 
120
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
121
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
122
                </Filter>
 
123
                <Filter
 
124
                        Name="Resource Files"
 
125
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
126
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
 
127
                </Filter>
 
128
        </Files>
 
129
        <Globals>
 
130
        </Globals>
 
131
</VisualStudioProject>