Skip to content

Commit eb3bd72

Browse files
committed
Fix baseutils GUID
1 parent a067b8e commit eb3bd72

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

BaseUtilities/BaseUtilities/BaseUtils.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{86FA5950-1F64-4C1E-820D-18D412CB89F2}</ProjectGuid>
7+
<ProjectGuid>{C657C881-F3E1-45BA-ACA5-966348010414}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BaseUtilities</RootNamespace>

CAPI.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAPIDemo", "capidemo\CAPIDe
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAPI", "CAPI\CAPI.csproj", "{465C72D9-F10B-4CC6-A5DC-16ED65881655}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseUtils", "BaseUtilities\BaseUtilities\BaseUtils.csproj", "{86FA5950-1F64-4C1E-820D-18D412CB89F2}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseUtils", "BaseUtilities\BaseUtilities\BaseUtils.csproj", "{C657C881-F3E1-45BA-ACA5-966348010414}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -23,10 +23,10 @@ Global
2323
{465C72D9-F10B-4CC6-A5DC-16ED65881655}.Debug|Any CPU.Build.0 = Debug|Any CPU
2424
{465C72D9-F10B-4CC6-A5DC-16ED65881655}.Release|Any CPU.ActiveCfg = Release|Any CPU
2525
{465C72D9-F10B-4CC6-A5DC-16ED65881655}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{86FA5950-1F64-4C1E-820D-18D412CB89F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{86FA5950-1F64-4C1E-820D-18D412CB89F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{86FA5950-1F64-4C1E-820D-18D412CB89F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{86FA5950-1F64-4C1E-820D-18D412CB89F2}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{C657C881-F3E1-45BA-ACA5-966348010414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{C657C881-F3E1-45BA-ACA5-966348010414}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{C657C881-F3E1-45BA-ACA5-966348010414}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{C657C881-F3E1-45BA-ACA5-966348010414}.Release|Any CPU.Build.0 = Release|Any CPU
3030
EndGlobalSection
3131
GlobalSection(SolutionProperties) = preSolution
3232
HideSolutionNode = FALSE

CAPI/CAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<Compile Include="Shipyard.cs" />
5050
</ItemGroup>
5151
<ItemGroup>
52-
<ProjectReference Include="$(SolutionDir)\BaseUtilities\BaseUtilities\BaseUtils.csproj">
53-
<Project>{86fa5950-1f64-4c1e-820d-18d412cb89f2}</Project>
52+
<ProjectReference Include="..\BaseUtilities\BaseUtilities\BaseUtils.csproj">
53+
<Project>{c657c881-f3e1-45ba-aca5-966348010414}</Project>
5454
<Name>BaseUtils</Name>
5555
</ProjectReference>
5656
</ItemGroup>

capidemo/CAPIDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</ItemGroup>
8484
<ItemGroup>
8585
<ProjectReference Include="..\BaseUtilities\BaseUtilities\BaseUtils.csproj">
86-
<Project>{86fa5950-1f64-4c1e-820d-18d412cb89f2}</Project>
86+
<Project>{c657c881-f3e1-45ba-aca5-966348010414}</Project>
8787
<Name>BaseUtils</Name>
8888
</ProjectReference>
8989
<ProjectReference Include="..\CAPI\CAPI.csproj">

0 commit comments

Comments
 (0)