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:
authorLluis Sanchez <llsan@microsoft.com>2021-06-28 16:56:35 +0300
committerLluis Sanchez <llsan@microsoft.com>2021-06-28 16:56:35 +0300
commit423a7cfe85f0d6faad18f7262e94b8b595190ee4 (patch)
treea37e6fc56c3aa762ebfe41172110a2c4fff104d4
parent675b5efe8b3c8f1f0e488e8dff194a6589db3a83 (diff)
Set unique project GUID for GuiUnit_NET_6.csprojdev/mrward/convert-to-net6
-rw-r--r--src/framework/GuiUnit_NET_6.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/GuiUnit_NET_6.csproj b/src/framework/GuiUnit_NET_6.csproj
index 1243b1a..849f44a 100644
--- a/src/framework/GuiUnit_NET_6.csproj
+++ b/src/framework/GuiUnit_NET_6.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{D12F0F7B-8DE3-43EC-BA49-41052D065A9B}</ProjectGuid>
+ <ProjectGuid>{3D6A3EA9-6116-4E6C-9FD4-2F3259B6EAFD}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NUnitLite</RootNamespace>