Skip to content

Commit a08e88e

Browse files
committed
Fix csproj
1 parent b518325 commit a08e88e

File tree

2 files changed

+9
-103
lines changed

2 files changed

+9
-103
lines changed

IdealPostcodes.LocationService.csproj

Lines changed: 0 additions & 94 deletions
This file was deleted.

IdealPostcodes.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{79B56CD5-8A8A-4FC4-950A-9D5957796684}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Rock.Address</RootNamespace>
11-
<AssemblyName>org.BricksandMortar.IdealPostcodesLocationService</AssemblyName>
10+
<RootNamespace>org.BricksandMortarStudio.IdealPostcodes.Address</RootNamespace>
11+
<AssemblyName>org.BricksandMortarStudio.IdealPostcodes</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
@@ -44,23 +44,23 @@
4444
<ItemGroup>
4545
<Reference Include="DotLiquid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=82e46016ecf9f07c, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\..\Visual Studio 2013\Projects\bricksandmortarstudio.com_Rockit\RockWeb\Bin\DotLiquid.dll</HintPath>
47+
<HintPath>..\..\RockWeb\Bin\DotLiquid.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\Visual Studio 2013\Projects\bricksandmortarstudio.com_Rockit\RockWeb\Bin\Newtonsoft.Json.dll</HintPath>
51+
<HintPath>..\..\RockWeb\Bin\Newtonsoft.Json.dll</HintPath>
5252
</Reference>
5353
<Reference Include="RestSharp, Version=105.0.1.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\Visual Studio 2013\Projects\bricksandmortarstudio.com_Rockit\RockWeb\Bin\RestSharp.dll</HintPath>
55+
<HintPath>..\..\RockWeb\Bin\RestSharp.dll</HintPath>
5656
</Reference>
5757
<Reference Include="Rock, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
5858
<SpecificVersion>False</SpecificVersion>
59-
<HintPath>..\..\Visual Studio 2013\Projects\bricksandmortarstudio.com_Rockit\RockWeb\Bin\Rock.dll</HintPath>
59+
<HintPath>..\..\RockWeb\Bin\Rock.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Rock.Version, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
6262
<SpecificVersion>False</SpecificVersion>
63-
<HintPath>..\..\Visual Studio 2013\Projects\bricksandmortarstudio.com_Rockit\RockWeb\Bin\Rock.Version.dll</HintPath>
63+
<HintPath>..\..\RockWeb\Bin\Rock.Version.dll</HintPath>
6464
</Reference>
6565
<Reference Include="System" />
6666
<Reference Include="System.ComponentModel.Composition" />
@@ -84,11 +84,11 @@
8484
<Compile Include="Properties\AssemblyInfo.cs" />
8585
</ItemGroup>
8686
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8888
Other similar extension points exist, see Microsoft.Common.targets.
8989
<Target Name="BeforeBuild">
9090
</Target>
9191
<Target Name="AfterBuild">
9292
</Target>
9393
-->
94-
</Project>
94+
</Project>

0 commit comments

Comments
 (0)