Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2013-07-25 10:17:47 +0400
committerAlan McGovern <alan@xamarin.com>2013-07-26 03:23:05 +0400
commitcf69ae6361e016ddb22f085031793f3f4e084885 (patch)
tree1dae1b725b5940d3d9d0e0e01190b30122b6b1e0
parente9b71b222795cd84c3471cd3f667dc8a907f1bcc (diff)
Work around a bug in xbuild
It always appends .exe even if the assembly already has an extension so let's just leave it as GuiUnit.exe
-rw-r--r--src/framework/GuiUnit_NET_4_0.csproj11
-rw-r--r--src/framework/GuiUnit_NET_4_5.csproj13
-rw-r--r--src/framework/nunitlite-4.5.csproj4
3 files changed, 7 insertions, 21 deletions
diff --git a/src/framework/GuiUnit_NET_4_0.csproj b/src/framework/GuiUnit_NET_4_0.csproj
index 4bb6294..f932f46 100644
--- a/src/framework/GuiUnit_NET_4_0.csproj
+++ b/src/framework/GuiUnit_NET_4_0.csproj
@@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NUnitLite</RootNamespace>
- <AssemblyName>GuiUnit.dll</AssemblyName>
+ <AssemblyName>GuiUnit</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
@@ -370,11 +370,4 @@
<None Include="nunit.snk" />
</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>
- -->
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/framework/GuiUnit_NET_4_5.csproj b/src/framework/GuiUnit_NET_4_5.csproj
index abb54e5..995305c 100644
--- a/src/framework/GuiUnit_NET_4_5.csproj
+++ b/src/framework/GuiUnit_NET_4_5.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NUnitLite</RootNamespace>
- <AssemblyName>GuiUnit.dll</AssemblyName>
+ <AssemblyName>GuiUnit</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
@@ -371,11 +371,4 @@
<None Include="nunit.snk" />
</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>
- -->
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/framework/nunitlite-4.5.csproj b/src/framework/nunitlite-4.5.csproj
index dfd5b24..38010c3 100644
--- a/src/framework/nunitlite-4.5.csproj
+++ b/src/framework/nunitlite-4.5.csproj
@@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NUnitLite</RootNamespace>
- <AssemblyName>GuiUnit.dll</AssemblyName>
+ <AssemblyName>GuiUnit</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
@@ -371,4 +371,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>