Skip to content

Commit 6818214

Browse files
committed
Fix for Cooper namespace changes
1 parent 4209461 commit 6818214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Swift.Cooper.elements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
33
<PropertyGroup>
44
<ProductVersion>3.5</ProductVersion>
5-
<ProjectGuid>399BE68A-44C3-4357-8D11-4B64C6EC0674</ProjectGuid>
5+
<ProjectGuid>{399BE68A-44C3-4357-8D11-4B64C6EC0674}</ProjectGuid>
66
<OutputType>Library</OutputType>
77
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
88
<AllowLegacyCreate>False</AllowLegacyCreate>
99
<RootNamespace>Swift</RootNamespace>
1010
<AssemblyName>swift</AssemblyName>
1111
<SuppressWarnings>JW0</SuppressWarnings>
12-
<DefaultUses>java.util,com.remobjects.elements.linq</DefaultUses>
12+
<DefaultUses>java.util,remobjects.elements.linq</DefaultUses>
1313
<CrossPlatform>True</CrossPlatform>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)