1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Decimate", "Decimate.csproj", "{A2E3097B-BEA1-435C-B47D-1E0D51A6E847}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|@AVDN_PLATFORM@ = Debug|@AVDN_PLATFORM@
Release|@AVDN_PLATFORM@ = Release|@AVDN_PLATFORM@
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2E3097B-BEA1-435C-B47D-1E0D51A6E847}.Debug|@AVDN_PLATFORM@.ActiveCfg = Debug|@AVDN_PLATFORM@
{A2E3097B-BEA1-435C-B47D-1E0D51A6E847}.Debug|@AVDN_PLATFORM@.Build.0 = Debug|@AVDN_PLATFORM@
{A2E3097B-BEA1-435C-B47D-1E0D51A6E847}.Release|@AVDN_PLATFORM@.ActiveCfg = Release|@AVDN_PLATFORM@
{A2E3097B-BEA1-435C-B47D-1E0D51A6E847}.Release|@AVDN_PLATFORM@.Build.0 = Release|@AVDN_PLATFORM@
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|