initial import: a gtk app
This commit is contained in:
parent
ccf5216c4b
commit
daf8887ea4
11 changed files with 420 additions and 0 deletions
17
yagui/yagui.sln
Normal file
17
yagui/yagui.sln
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "yagui", "yagui\yagui.csproj", "{1410E8A4-761D-40D1-95FA-E2489AF56F24}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1410E8A4-761D-40D1-95FA-E2489AF56F24}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{1410E8A4-761D-40D1-95FA-E2489AF56F24}.Debug|x86.Build.0 = Debug|x86
|
||||
{1410E8A4-761D-40D1-95FA-E2489AF56F24}.Release|x86.ActiveCfg = Release|x86
|
||||
{1410E8A4-761D-40D1-95FA-E2489AF56F24}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue