Last change
on this file since 1675 was 1246, checked in by Sam Habiel, 13 years ago |
Adding Enhanced Print Preview to Repo
|
File size:
1.4 KB
|
Rev | Line | |
---|
[1246] | 1 |
|
---|
| 2 | Microsoft Visual Studio Solution File, Format Version 11.00
|
---|
| 3 | # Visual C# Express 2010
|
---|
| 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintPreviewDemo", "PrintPreviewDemo\PrintPreviewDemo.csproj", "{2046AD52-D15C-496B-97A9-B344072FC6AF}"
|
---|
| 5 | EndProject
|
---|
| 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintPreview", "PrintPreview\PrintPreview.csproj", "{9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}"
|
---|
| 7 | EndProject
|
---|
| 8 | Global
|
---|
| 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
| 10 | Debug|Any CPU = Debug|Any CPU
|
---|
| 11 | Release|Any CPU = Release|Any CPU
|
---|
| 12 | EndGlobalSection
|
---|
| 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
| 14 | {2046AD52-D15C-496B-97A9-B344072FC6AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
| 15 | {2046AD52-D15C-496B-97A9-B344072FC6AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
| 16 | {2046AD52-D15C-496B-97A9-B344072FC6AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 17 | {2046AD52-D15C-496B-97A9-B344072FC6AF}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
| 18 | {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
| 19 | {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
| 20 | {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 21 | {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
| 22 | EndGlobalSection
|
---|
| 23 | GlobalSection(SolutionProperties) = preSolution
|
---|
| 24 | HideSolutionNode = FALSE
|
---|
| 25 | EndGlobalSection
|
---|
| 26 | EndGlobal
|
---|
Note:
See
TracBrowser
for help on using the repository browser.