Skip to content

Commit

Permalink
Rewrote most of cutting tool; new gui
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkentim committed May 24, 2014
1 parent 6903133 commit 6ebf8a5
Show file tree
Hide file tree
Showing 17 changed files with 2,675 additions and 1,624 deletions.
10 changes: 5 additions & 5 deletions SanMap/SanMap.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SanMap", "SanMap\SanMap.csproj", "{2051FFF5-96E2-4736-A9DC-28FE505A2266}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileCutter", "TileCutter\TileCutter.csproj", "{50FAE0DD-A190-43FC-BC8C-210AAC3498F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2051FFF5-96E2-4736-A9DC-28FE505A2266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2051FFF5-96E2-4736-A9DC-28FE505A2266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2051FFF5-96E2-4736-A9DC-28FE505A2266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2051FFF5-96E2-4736-A9DC-28FE505A2266}.Release|Any CPU.Build.0 = Release|Any CPU
{50FAE0DD-A190-43FC-BC8C-210AAC3498F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50FAE0DD-A190-43FC-BC8C-210AAC3498F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50FAE0DD-A190-43FC-BC8C-210AAC3498F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50FAE0DD-A190-43FC-BC8C-210AAC3498F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 6ebf8a5

Please sign in to comment.