Skip to content

Commit 9c20bc1

Browse files
committed
fixed search path on sample projects
1 parent 358e8c0 commit 9c20bc1

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

Samples/IntroToDependencyInjection/1-StartingOut/StartingOut.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{9B0D5783-03AD-47F5-8337-35E51637D9AD}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>StartingOut.dpr</MainSource>
77
<Base>True</Base>

Samples/IntroToDependencyInjection/10-InterceptorInjection/InterceptorInjection.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{E6F3B284-4C07-4C15-864B-1D34BC327514}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>InterceptorInjection.dpr</MainSource>
77
<Base>True</Base>
@@ -37,7 +37,7 @@
3737
<SanitizedProjectName>InterceptorInjection</SanitizedProjectName>
3838
<DCC_DependencyCheckOutputName>Win32\Debug\DecoratorInjection.exe</DCC_DependencyCheckOutputName>
3939
<DCC_DebugDCUs>true</DCC_DebugDCUs>
40-
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Base\Logging;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
40+
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Base\Patterns;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
4141
<DCC_Define>CONSOLEAPP;$(DCC_Define)</DCC_Define>
4242
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
4343
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>

Samples/IntroToDependencyInjection/2-MoveToInterfaces/MovingToInterfaces.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{8D26F4AC-9DDF-4DD9-AF28-CE6B44950BE1}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>MovingToInterfaces.dpr</MainSource>
77
<Base>True</Base>

Samples/IntroToDependencyInjection/3-ConstructorInjection/ConstructorInjection.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{878910A8-D4C1-4426-A0E7-E9CA63D02201}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>ConstructorInjection.dpr</MainSource>
77
<Base>True</Base>

Samples/IntroToDependencyInjection/4-UseMocks/UseMocks.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{4F71FC88-3AB0-4501-82AD-A696BF6C35E3}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>UseMocks.dpr</MainSource>
77
<Base>True</Base>

Samples/IntroToDependencyInjection/5-IsolateInterfaces/IsolateInterfaces.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{B6299BE4-1A67-456C-A490-84F3381DB42F}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>IsolateInterfaces.dpr</MainSource>
77
<Base>True</Base>

Samples/IntroToDependencyInjection/6-UseContainer/UseContainer.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{D8F7A1EC-BC04-4B6F-B5B3-48D98791D3A5}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>UseContainer.dpr</MainSource>
77
<Base>True</Base>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Base)'!=''">
3434
<SanitizedProjectName>UseContainer</SanitizedProjectName>
35-
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
35+
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Base\Patterns;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
3636
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
3737
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
3838
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>

Samples/IntroToDependencyInjection/7-CustomConstructor/CustomConstructor.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{64023EA8-DCC8-4EDD-92FD-D9C53137DBD9}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>CustomConstructor.dpr</MainSource>
77
<Base>True</Base>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Base)'!=''">
3434
<SanitizedProjectName>CustomConstructor</SanitizedProjectName>
35-
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
35+
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Base\Patterns;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
3636
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
3737
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
3838
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>

Samples/IntroToDependencyInjection/8-FieldInjection/FieldInjection.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{A366670A-F32C-4730-9B7B-21354EF147A7}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>FieldInjection.dpr</MainSource>
77
<Base>True</Base>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Base)'!=''">
3434
<SanitizedProjectName>FieldInjection</SanitizedProjectName>
35-
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
35+
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Base\Patterns;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
3636
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
3737
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
3838
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>

Samples/IntroToDependencyInjection/9-DecoratorInjection/DecoratorInjection.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{C92C695B-97F0-4280-A6D9-C1698EFDEDDF}</ProjectGuid>
4-
<ProjectVersion>18.1</ProjectVersion>
4+
<ProjectVersion>18.8</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<MainSource>DecoratorInjection.dpr</MainSource>
77
<Base>True</Base>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Base)'!=''">
3434
<SanitizedProjectName>DecoratorInjection</SanitizedProjectName>
35-
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
35+
<DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\Base;..\..\..\Source\Base\Collections;..\..\..\Source\Base\Logging;..\..\..\Source\Base\Patches;..\..\..\Source\Base\Patterns;..\..\..\Source\Core\Container;..\..\..\Source\Core\Interception;..\..\..\Source\Core\Services;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
3636
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
3737
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
3838
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>

0 commit comments

Comments
 (0)