Skip to content

Commit

Permalink
fix projects name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-moussawi committed Jun 11, 2017
1 parent aac4c2a commit c2fecfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 sqlkata
Copyright (c) 2017 SqlKata

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion QueryBuilder.Tests/QueryBuilder.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\SqlKata.csproj" />
<ProjectReference Include="..\QueryBuilder\QueryBuilder.csproj" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions sqlkata.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlKata", "src\SqlKata.csproj", "{661F16E7-9C88-4E2D-BCBA-2D62BE178DA5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryBuilder", "QueryBuilder\QueryBuilder.csproj", "{661F16E7-9C88-4E2D-BCBA-2D62BE178DA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{BF95B7BD-0DA2-4F96-B7E6-DFD5BC319AE2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryBuilder.Tests", "QueryBuilder.Tests\QueryBuilder.Tests.csproj", "{BF95B7BD-0DA2-4F96-B7E6-DFD5BC319AE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit c2fecfe

Please sign in to comment.