Skip to content

Commit

Permalink
Updated locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickworonekin committed Jun 7, 2020
1 parent b81d153 commit 2d02634
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Nick Woronekin
Copyright (c) 2020 Nick Woronekin

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
8 changes: 4 additions & 4 deletions PuyoTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuyoTools", "PuyoTools\PuyoTools.csproj", "{7578281C-3030-4640-A7E3-5AD83C598694}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuyoTools", "src\PuyoTools\PuyoTools.csproj", "{7578281C-3030-4640-A7E3-5AD83C598694}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GimSharp", "Libraries\GimSharp\GimSharp.csproj", "{18707752-78B4-4735-AE5A-4261AD5C06EE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GimSharp", "src\GimSharp\GimSharp.csproj", "{18707752-78B4-4735-AE5A-4261AD5C06EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VrSharp", "Libraries\VrSharp\VrSharp.csproj", "{A8E274F4-0D8E-4EAB-A5B2-7B40BC922534}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VrSharp", "src\VrSharp\VrSharp.csproj", "{A8E274F4-0D8E-4EAB-A5B2-7B40BC922534}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuyoTools.Modules", "PuyoTools.Modules\PuyoTools.Modules.csproj", "{E5D36FFB-A89F-4F4D-928C-87FC863B4C6C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuyoTools.Modules", "src\PuyoTools.Modules\PuyoTools.Modules.csproj", "{E5D36FFB-A89F-4F4D-928C-87FC863B4C6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions src/PuyoTools.Modules/PuyoTools.Modules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Libraries\GimSharp\GimSharp.csproj" />
<ProjectReference Include="..\Libraries\VrSharp\VrSharp.csproj" />
<ProjectReference Include="..\GimSharp\GimSharp.csproj" />
<ProjectReference Include="..\VrSharp\VrSharp.csproj" />
</ItemGroup>

</Project>

0 comments on commit 2d02634

Please sign in to comment.