Removed PrayerTracker from UI project path
This commit is contained in:
		
							parent
							
								
									9d71177352
								
							
						
					
					
						commit
						26f408bb54
					
				| @ -3,9 +3,9 @@ WORKDIR /pt | |||||||
| COPY ./PrayerTracker.sln                              ./ | COPY ./PrayerTracker.sln                              ./ | ||||||
| COPY ./Directory.Build.props                          ./ | COPY ./Directory.Build.props                          ./ | ||||||
| COPY ./PrayerTracker/PrayerTracker.fsproj             ./PrayerTracker/ | COPY ./PrayerTracker/PrayerTracker.fsproj             ./PrayerTracker/ | ||||||
| COPY ./PrayerTracker.Data/PrayerTracker.Data.fsproj   ./PrayerTracker.Data/ | COPY ./Data/PrayerTracker.Data.fsproj   ./Data/ | ||||||
| COPY ./PrayerTracker.Tests/PrayerTracker.Tests.fsproj ./PrayerTracker.Tests/ | COPY ./PrayerTracker.Tests/PrayerTracker.Tests.fsproj ./PrayerTracker.Tests/ | ||||||
| COPY ./PrayerTracker.UI/PrayerTracker.UI.fsproj       ./PrayerTracker.UI/ | COPY ./UI/PrayerTracker.UI.fsproj       ./UI/ | ||||||
| RUN dotnet restore | RUN dotnet restore | ||||||
| 
 | 
 | ||||||
| COPY . ./ | COPY . ./ | ||||||
|  | |||||||
| @ -20,7 +20,6 @@ | |||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <ProjectReference Include="..\PrayerTracker.UI\PrayerTracker.UI.fsproj" /> |  | ||||||
|     <ProjectReference Include="..\PrayerTracker\PrayerTracker.fsproj" /> |     <ProjectReference Include="..\PrayerTracker\PrayerTracker.fsproj" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -5,7 +5,7 @@ VisualStudioVersion = 17.2.32630.192 | |||||||
| MinimumVisualStudioVersion = 10.0.40219.1 | MinimumVisualStudioVersion = 10.0.40219.1 | ||||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker", "PrayerTracker\PrayerTracker.fsproj", "{63780D3F-D811-4BFB-9FB0-C28A83CCE28F}" | Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker", "PrayerTracker\PrayerTracker.fsproj", "{63780D3F-D811-4BFB-9FB0-C28A83CCE28F}" | ||||||
| EndProject | EndProject | ||||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.UI", "PrayerTracker.UI\PrayerTracker.UI.fsproj", "{EEE04A2B-818C-4241-90C5-69097CB0BF71}" | Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.UI", "UI\PrayerTracker.UI.fsproj", "{EEE04A2B-818C-4241-90C5-69097CB0BF71}" | ||||||
| EndProject | EndProject | ||||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.Tests", "PrayerTracker.Tests\PrayerTracker.Tests.fsproj", "{786E7BE9-9370-4117-B194-02CC2F71AA09}" | Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.Tests", "PrayerTracker.Tests\PrayerTracker.Tests.fsproj", "{786E7BE9-9370-4117-B194-02CC2F71AA09}" | ||||||
| EndProject | EndProject | ||||||
|  | |||||||
| @ -33,7 +33,7 @@ | |||||||
| 
 | 
 | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <ProjectReference Include="..\Data\PrayerTracker.Data.fsproj" /> |     <ProjectReference Include="..\Data\PrayerTracker.Data.fsproj" /> | ||||||
|     <ProjectReference Include="..\PrayerTracker.UI\PrayerTracker.UI.fsproj" /> |     <ProjectReference Include="..\UI\PrayerTracker.UI.fsproj" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
| </Project> | </Project> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user