2016-05-07 19:03:44 +00:00
|
|
|
|
|
|
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
|
|
|
# Visual Studio 2012
|
|
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cscz", "cscz\cscz.csproj", "{3DE7A812-1AB9-483F-A785-4497FC8FDF2C}"
|
|
|
|
|
EndProject
|
2016-05-08 10:50:13 +00:00
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1BBC87F8-DBD7-4ACE-8D8B-E4D719426A24}"
|
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
|
.gitignore = .gitignore
|
|
|
|
|
LICENSE = LICENSE
|
|
|
|
|
README.md = README.md
|
|
|
|
|
Changelog.md = Changelog.md
|
|
|
|
|
EndProjectSection
|
|
|
|
|
EndProject
|
2016-05-07 19:03:44 +00:00
|
|
|
|
Global
|
|
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
|
|
Debug|x86 = Debug|x86
|
|
|
|
|
Release|x86 = Release|x86
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
|
|
{3DE7A812-1AB9-483F-A785-4497FC8FDF2C}.Debug|x86.ActiveCfg = Debug|x86
|
|
|
|
|
{3DE7A812-1AB9-483F-A785-4497FC8FDF2C}.Debug|x86.Build.0 = Debug|x86
|
|
|
|
|
{3DE7A812-1AB9-483F-A785-4497FC8FDF2C}.Release|x86.ActiveCfg = Release|x86
|
|
|
|
|
{3DE7A812-1AB9-483F-A785-4497FC8FDF2C}.Release|x86.Build.0 = Release|x86
|
|
|
|
|
EndGlobalSection
|
2016-05-08 10:50:13 +00:00
|
|
|
|
GlobalSection(NestedProjects) = preSolution
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(MonoDevelopProperties) = preSolution
|
|
|
|
|
description = The C# Class Generator.
|
2016-05-08 11:33:04 +00:00
|
|
|
|
version = 0.2
|
2016-05-08 10:50:13 +00:00
|
|
|
|
EndGlobalSection
|
2016-05-07 19:03:44 +00:00
|
|
|
|
EndGlobal
|