[genproj] Handle resources properly, add helper scripts to bootstrap
[mono.git] / mcs / nunit24 / ClientUtilities / util / nunit.util-net_4_x.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{52B1E1ED-1F77-4AEC-9CB2-141B8795949F}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../../class/lib/net_4_x</OutputPath>\r
12     <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>\r
13     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
14     <NoStdLib>True</NoStdLib>\r
15     \r
16     <NoConfig>True</NoConfig>\r
17     \r
18     <AppDesignerFolder>Properties</AppDesignerFolder>\r
19     <RootNamespace>\r
20     </RootNamespace>\r
21     <AssemblyName>nunit.util</AssemblyName>\r
22     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
23     <FileAlignment>512</FileAlignment>\r
24   </PropertyGroup>\r
25   \r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
27     <DebugSymbols>true</DebugSymbols>\r
28     <DebugType>full</DebugType>\r
29     <NoWarn>1699</NoWarn>\r
30     <Optimize>false</Optimize>\r
31     <DefineConstants>TRACE;MONO;StronglyNamedAssembly;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
36     <DebugType>pdbonly</DebugType>\r
37     <NoWarn>1699</NoWarn>\r
38     <Optimize>true</Optimize>\r
39     <DefineConstants>MONO;StronglyNamedAssembly;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42   </PropertyGroup>\r
43   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
44   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
45   is a problem to compile the Mono mscorlib.dll -->\r
46   <PropertyGroup>\r
47     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
48   </PropertyGroup>\r
49   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
50   <ItemGroup>\r
51     <Compile Include="..\..\CommonAssemblyInfo.cs" />\r
52     <Compile Include="AggregatingTestRunner.cs" />\r
53     <Compile Include="AssemblyInfo.cs" />\r
54     <Compile Include="AssemblyItem.cs" />\r
55     <Compile Include="AssemblyList.cs" />\r
56     <Compile Include="AssemblyWatcher.cs" />\r
57     <Compile Include="CategoryExpression.cs" />\r
58     <Compile Include="CategoryManager.cs" />\r
59     <Compile Include="CommandLineOptions.cs" />\r
60     <Compile Include="ConsoleWriter.cs" />\r
61     <Compile Include="ISettings.cs" />\r
62     <Compile Include="ITestEvents.cs" />\r
63     <Compile Include="ITestLoader.cs" />\r
64     <Compile Include="MemorySettingsStorage.cs" />\r
65     <Compile Include="MultipleTestDomainRunner.cs" />\r
66     <Compile Include="NUnitProject.cs" />\r
67     <Compile Include="NUnitRegistry.cs" />\r
68     <Compile Include="PathUtils.cs" />\r
69     <Compile Include="ProcessRunner.cs" />\r
70     <Compile Include="ProjectConfig.cs" />\r
71     <Compile Include="ProjectConfigCollection.cs" />\r
72     <Compile Include="ProjectFormatException.cs" />\r
73     <Compile Include="ProxyTestRunner.cs" />\r
74     <Compile Include="RecentFileEntry.cs" />\r
75     <Compile Include="RecentFiles.cs" />\r
76     <Compile Include="RecentFilesCollection.cs" />\r
77     <Compile Include="RegistrySettingsStorage.cs" />\r
78     <Compile Include="RemoteTestAgent.cs" />\r
79     <Compile Include="ResultSummarizer.cs" />\r
80     <Compile Include="ServerBase.cs" />\r
81     <Compile Include="ServerUtilities.cs" />\r
82     <Compile Include="Services.cs" />\r
83     <Compile Include="Services\AddinManager.cs" />\r
84     <Compile Include="Services\AddinRegistry.cs" />\r
85     <Compile Include="Services\DomainManager.cs" />\r
86     <Compile Include="Services\RecentFilesService.cs" />\r
87     <Compile Include="Services\ServiceManager.cs" />\r
88     <Compile Include="Services\SettingsService.cs" />\r
89     <Compile Include="Services\TestAgency.cs" />\r
90     <Compile Include="Services\TestAgentManager.cs" />\r
91     <Compile Include="SettingsGroup.cs" />\r
92     <Compile Include="SettingsStorage.cs" />\r
93     <Compile Include="StackTraceFilter.cs" />\r
94     <Compile Include="SummaryVisitor.cs" />\r
95     <Compile Include="TestAgent.cs" />\r
96     <Compile Include="TestDomain.cs" />\r
97     <Compile Include="TestEventArgs.cs" />\r
98     <Compile Include="TestEventDispatcher.cs" />\r
99     <Compile Include="TestExceptionHandler.cs" />\r
100     <Compile Include="TestLoader.cs" />\r
101     <Compile Include="TestObserver.cs" />\r
102     <Compile Include="TestResultItem.cs" />\r
103     <Compile Include="TestServer.cs" />\r
104     <Compile Include="VSProject.cs" />\r
105     <Compile Include="VSProjectConfig.cs" />\r
106     <Compile Include="VSProjectConfigCollection.cs" />\r
107     <Compile Include="XmlResultTransform.cs" />\r
108     <Compile Include="XmlResultVisitor.cs" />\r
109     <Compile Include="XmlSettingsStorage.cs" />\r  </ItemGroup>\r
110   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
111        Other similar extension points exist, see Microsoft.Common.targets.\r
112   <Target Name="BeforeBuild">\r
113   </Target>\r
114   <Target Name="AfterBuild">\r
115   </Target>\r
116   -->\r
117   <PropertyGroup>\r
118     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
119
120     </PreBuildEvent>\r
121     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
122 \r
123     </PreBuildEvent>\r
124 \r
125     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
126 \r
127     </PostBuildEvent>\r
128     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
129 \r
130     </PostBuildEvent>\r
131   </PropertyGroup>\r
132   <ItemGroup>\r
133     <ProjectReference Include="../../../class/corlib/corlib-net_4_x.csproj">\r
134       <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>\r
135       <Name>corlib-net_4_x</Name>\r
136     </ProjectReference>\r
137     <ProjectReference Include="../../NUnitCore/core/nunit.core-net_4_x.csproj">\r
138       <Project>{257D35DE-7F06-42BA-B82E-734991FFE949}</Project>\r
139       <Name>nunit.core-net_4_x</Name>\r
140     </ProjectReference>\r
141     <ProjectReference Include="../../NUnitCore/interfaces/nunit.core.interfaces-net_4_x.csproj">\r
142       <Project>{A950C3AB-D62D-4B20-BFB8-5671DE20E535}</Project>\r
143       <Name>nunit.core.interfaces-net_4_x</Name>\r
144     </ProjectReference>\r
145     <ProjectReference Include="../../../class/System/System-net_4_x.csproj">\r
146       <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>\r
147       <Name>System-net_4_x</Name>\r
148     </ProjectReference>\r
149     <ProjectReference Include="../../../class/System.XML/System.Xml-net_4_x.csproj">\r
150       <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>\r
151       <Name>System.Xml-net_4_x</Name>\r
152     </ProjectReference>\r
153     <ProjectReference Include="../../../class/System.Runtime.Remoting/System.Runtime.Remoting-net_4_x.csproj">\r
154       <Project>{F19F77AE-1A81-4676-BAB8-6C1DA243A961}</Project>\r
155       <Name>System.Runtime.Remoting-net_4_x</Name>\r
156     </ProjectReference>\r
157   </ItemGroup>\r
158   <ItemGroup>\r
159     <Folder Include="Properties\" />\r
160   </ItemGroup>\r
161   <ItemGroup>\r
162     <EmbeddedResource Include="Transform.resx">\r
163       <LogicalName>NUnit.Util.Transform.resources</LogicalName>\r
164     </EmbeddedResource>\r
165   </ItemGroup>\r
166 </Project>\r
167