OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioProject | 2 <VisualStudioProject |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="sandbox" | 5 Name="sandbox" |
6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}" | 6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}" |
7 RootNamespace="sandbox" | 7 RootNamespace="sandbox" |
8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
9 > | 9 > |
10 <Platforms> | 10 <Platforms> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 /> | 57 /> |
58 <Tool | 58 <Tool |
59 Name="VCXDCMakeTool" | 59 Name="VCXDCMakeTool" |
60 /> | 60 /> |
61 <Tool | 61 <Tool |
62 Name="VCBscMakeTool" | 62 Name="VCBscMakeTool" |
63 /> | 63 /> |
64 <Tool | 64 <Tool |
65 Name="VCFxCopTool" | 65 Name="VCFxCopTool" |
66 /> | 66 /> |
67 <Tool | |
68 Name="VCPostBuildEventTool" | |
69 Description="Copy wow_helper to output directory
" | |
70 CommandLine="copy $(ProjectDir)\..\wow_helper\wo
w_helper.exe $(OutDir) && copy $(ProjectDir)\..\wow_helper\wow_helper.pd
b $(OutDir)" | |
71 /> | |
72 </Configuration> | 67 </Configuration> |
73 <Configuration | 68 <Configuration |
74 Name="Release|Win32" | 69 Name="Release|Win32" |
75 ConfigurationType="4" | 70 ConfigurationType="4" |
76 InheritedPropertySheets="$(SolutionDir)..\build\release.
vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gte
st.vsprops" | 71 InheritedPropertySheets="$(SolutionDir)..\build\release.
vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gte
st.vsprops" |
77 > | 72 > |
78 <Tool | 73 <Tool |
79 Name="VCPreBuildEventTool" | 74 Name="VCPreBuildEventTool" |
80 /> | 75 /> |
81 <Tool | 76 <Tool |
(...skipping 29 matching lines...) Expand all Loading... |
111 /> | 106 /> |
112 <Tool | 107 <Tool |
113 Name="VCXDCMakeTool" | 108 Name="VCXDCMakeTool" |
114 /> | 109 /> |
115 <Tool | 110 <Tool |
116 Name="VCBscMakeTool" | 111 Name="VCBscMakeTool" |
117 /> | 112 /> |
118 <Tool | 113 <Tool |
119 Name="VCFxCopTool" | 114 Name="VCFxCopTool" |
120 /> | 115 /> |
121 <Tool | |
122 Name="VCPostBuildEventTool" | |
123 Description="Copy wow_helper to output directory
" | |
124 CommandLine="copy $(ProjectDir)\..\wow_helper\wo
w_helper.exe $(OutDir) && copy $(ProjectDir)\..\wow_helper\wow_helper.pd
b $(OutDir)" | |
125 /> | |
126 </Configuration> | 116 </Configuration> |
127 </Configurations> | 117 </Configurations> |
128 <References> | 118 <References> |
129 </References> | 119 </References> |
130 <Files> | 120 <Files> |
131 <Filter | 121 <Filter |
132 Name="security" | 122 Name="security" |
133 > | 123 > |
134 <File | 124 <File |
135 RelativePath=".\acl.cc" | 125 RelativePath=".\acl.cc" |
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 > | 639 > |
650 </File> | 640 </File> |
651 <File | 641 <File |
652 RelativePath=".\win_utils.h" | 642 RelativePath=".\win_utils.h" |
653 > | 643 > |
654 </File> | 644 </File> |
655 </Files> | 645 </Files> |
656 <Globals> | 646 <Globals> |
657 </Globals> | 647 </Globals> |
658 </VisualStudioProject> | 648 </VisualStudioProject> |
OLD | NEW |