Skip to content
Snippets Groups Projects
Commit 9bf1b227 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix directory name of ATXCommon project.

parent f3b53807
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ATXSerializables\ATXCommon.csproj"> <ProjectReference Include="..\ATXCommon\ATXCommon.csproj">
<Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project> <Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project>
<Name>ATXCommon</Name> <Name>ATXCommon</Name>
</ProjectReference> </ProjectReference>
......
...@@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.40629.0 ...@@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXProject", "AutoTx\ATXProject.csproj", "{5CB67E3A-E63A-4791-B90B-8CEF0027AEAD}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXProject", "AutoTx\ATXProject.csproj", "{5CB67E3A-E63A-4791-B90B-8CEF0027AEAD}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXCommon", "ATXSerializables\ATXCommon.csproj", "{166D65D5-EE10-4364-8AA3-4D86BA5CE244}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXCommon", "ATXCommon\ATXCommon.csproj", "{166D65D5-EE10-4364-8AA3-4D86BA5CE244}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXConfigTest", "ATXConfigTest\ATXConfigTest.csproj", "{81E0A5AC-0E0D-4F98-B399-41A58612EF33}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXConfigTest", "ATXConfigTest\ATXConfigTest.csproj", "{81E0A5AC-0E0D-4F98-B399-41A58612EF33}"
EndProject EndProject
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<Content Include="AutoTx.ico" /> <Content Include="AutoTx.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ATXSerializables\ATXCommon.csproj"> <ProjectReference Include="..\ATXCommon\ATXCommon.csproj">
<Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project> <Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project>
<Name>ATXCommon</Name> <Name>ATXCommon</Name>
</ProjectReference> </ProjectReference>
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<None Include="Resources\BuildCommit.txt" /> <None Include="Resources\BuildCommit.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ATXSerializables\ATXCommon.csproj"> <ProjectReference Include="..\ATXCommon\ATXCommon.csproj">
<Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project> <Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project>
<Name>ATXCommon</Name> <Name>ATXCommon</Name>
</ProjectReference> </ProjectReference>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment