diff options
| author | Dave Wilson <[email protected]> | 2015-04-29 09:48:49 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-04-29 10:47:29 -0700 |
| commit | d40232638faaab19de557e70a3ee938da7a35295 (patch) | |
| tree | 14e61c973745949af186b7940e3a53d25322f5de /print/autoconfig/AutoConfig.sln | |
| parent | 02e5b090a6131a7cc1b90f4a9373117c9e3c7088 (diff) | |
samples update for //build
Diffstat (limited to 'print/autoconfig/AutoConfig.sln')
| -rw-r--r-- | print/autoconfig/AutoConfig.sln | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/print/autoconfig/AutoConfig.sln b/print/autoconfig/AutoConfig.sln new file mode 100644 index 00000000..bf0ee61f --- /dev/null +++ b/print/autoconfig/AutoConfig.sln @@ -0,0 +1,47 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0 +MinimumVisualStudioVersion = 12.0 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{4259D226-70CB-4CC3-A9C5-6BE1F4A92C76}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutoConfig", "AutoConfig", "{05648001-0846-4B8A-BC4C-C2B1099A81ED}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "package", "Package\package.VcxProj", "{2413CDC5-F87A-4C93-A58F-E7AB497C9863}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AutoConfig", "AutoConfig.vcxproj", "{3AC4649E-0746-4815-BE4D-CA5F491BA78C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Debug|Win32.ActiveCfg = Debug|Win32 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Debug|Win32.Build.0 = Debug|Win32 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Release|Win32.ActiveCfg = Release|Win32 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Release|Win32.Build.0 = Release|Win32 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Debug|x64.ActiveCfg = Debug|x64 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Debug|x64.Build.0 = Debug|x64 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Release|x64.ActiveCfg = Release|x64 + {2413CDC5-F87A-4C93-A58F-E7AB497C9863}.Release|x64.Build.0 = Release|x64 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Debug|Win32.ActiveCfg = Debug|Win32 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Debug|Win32.Build.0 = Debug|Win32 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Release|Win32.ActiveCfg = Release|Win32 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Release|Win32.Build.0 = Release|Win32 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Debug|x64.ActiveCfg = Debug|x64 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Debug|x64.Build.0 = Debug|x64 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Release|x64.ActiveCfg = Release|x64 + {3AC4649E-0746-4815-BE4D-CA5F491BA78C}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {2413CDC5-F87A-4C93-A58F-E7AB497C9863} = {4259D226-70CB-4CC3-A9C5-6BE1F4A92C76} + {3AC4649E-0746-4815-BE4D-CA5F491BA78C} = {05648001-0846-4B8A-BC4C-C2B1099A81ED} + {4259D226-70CB-4CC3-A9C5-6BE1F4A92C76} = {05648001-0846-4B8A-BC4C-C2B1099A81ED} + EndGlobalSection +EndGlobal |
