|
84 | 84 | </PropertyGroup> |
85 | 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
86 | 86 | <ClCompile> |
87 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
88 | 87 | <WarningLevel>Level3</WarningLevel> |
89 | 88 | <FunctionLevelLinking>true</FunctionLevelLinking> |
90 | 89 | <IntrinsicFunctions>true</IntrinsicFunctions> |
91 | 90 | <SDLCheck>true</SDLCheck> |
92 | 91 | <PreprocessorDefinitions>NDEBUG;DXGI_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
93 | 92 | <ConformanceMode>true</ConformanceMode> |
94 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
95 | 93 | </ClCompile> |
96 | 94 | <Link> |
97 | 95 | <SubSystem>Windows</SubSystem> |
|
101 | 99 | <EnableUAC>false</EnableUAC> |
102 | 100 | <ModuleDefinitionFile>deffile</ModuleDefinitionFile> |
103 | 101 | </Link> |
| 102 | + <PostBuildEvent> |
| 103 | + <Command>IF DEFINED GW2_INSTALL_DIR ( |
| 104 | +xcopy "$(TargetPath)" "$(GW2_INSTALL_DIR)\" /Y |
| 105 | +)</Command> |
| 106 | + </PostBuildEvent> |
104 | 107 | </ItemDefinitionGroup> |
105 | 108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
106 | 109 | <ClCompile> |
107 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
108 | 110 | <WarningLevel>Level3</WarningLevel> |
109 | 111 | <SDLCheck>true</SDLCheck> |
110 | 112 | <PreprocessorDefinitions>WIN32;_DEBUG;DXGI_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
111 | 113 | <ConformanceMode>true</ConformanceMode> |
112 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
113 | 114 | </ClCompile> |
114 | 115 | <Link> |
115 | 116 | <SubSystem>Windows</SubSystem> |
116 | 117 | <GenerateDebugInformation>true</GenerateDebugInformation> |
117 | 118 | <EnableUAC>false</EnableUAC> |
118 | | - <ModuleDefinitionFile>Source.def</ModuleDefinitionFile> |
| 119 | + <ModuleDefinitionFile>deffile</ModuleDefinitionFile> |
119 | 120 | </Link> |
| 121 | + <PostBuildEvent> |
| 122 | + <Command>IF DEFINED GW2_INSTALL_DIR ( |
| 123 | +xcopy "$(TargetPath)" "$(GW2_INSTALL_DIR)\" /Y |
| 124 | +)</Command> |
| 125 | + </PostBuildEvent> |
120 | 126 | </ItemDefinitionGroup> |
121 | 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
122 | 128 | <ClCompile> |
123 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
124 | 129 | <WarningLevel>Level3</WarningLevel> |
125 | 130 | <SDLCheck>true</SDLCheck> |
126 | 131 | <PreprocessorDefinitions>_DEBUG;DXGI_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
127 | 132 | <ConformanceMode>true</ConformanceMode> |
128 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
129 | 133 | </ClCompile> |
130 | 134 | <Link> |
131 | 135 | <SubSystem>Windows</SubSystem> |
132 | 136 | <GenerateDebugInformation>true</GenerateDebugInformation> |
133 | 137 | <EnableUAC>false</EnableUAC> |
134 | | - <ModuleDefinitionFile>Source.def</ModuleDefinitionFile> |
| 138 | + <ModuleDefinitionFile>deffile</ModuleDefinitionFile> |
135 | 139 | </Link> |
| 140 | + <PostBuildEvent> |
| 141 | + <Command>IF DEFINED GW2_INSTALL_DIR ( |
| 142 | +xcopy "$(TargetPath)" "$(GW2_INSTALL_DIR)\" /Y |
| 143 | +)</Command> |
| 144 | + </PostBuildEvent> |
136 | 145 | </ItemDefinitionGroup> |
137 | 146 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
138 | 147 | <ClCompile> |
139 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
140 | 148 | <WarningLevel>Level3</WarningLevel> |
141 | 149 | <FunctionLevelLinking>true</FunctionLevelLinking> |
142 | 150 | <IntrinsicFunctions>true</IntrinsicFunctions> |
143 | 151 | <SDLCheck>true</SDLCheck> |
144 | 152 | <PreprocessorDefinitions>WIN32;NDEBUG;DXGI_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
145 | 153 | <ConformanceMode>true</ConformanceMode> |
146 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
147 | 154 | </ClCompile> |
148 | 155 | <Link> |
149 | 156 | <SubSystem>Windows</SubSystem> |
150 | 157 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
151 | 158 | <OptimizeReferences>true</OptimizeReferences> |
152 | 159 | <GenerateDebugInformation>true</GenerateDebugInformation> |
153 | 160 | <EnableUAC>false</EnableUAC> |
154 | | - <ModuleDefinitionFile>Source.def</ModuleDefinitionFile> |
| 161 | + <ModuleDefinitionFile>deffile</ModuleDefinitionFile> |
155 | 162 | </Link> |
| 163 | + <PostBuildEvent> |
| 164 | + <Command>IF DEFINED GW2_INSTALL_DIR ( |
| 165 | +xcopy "$(TargetPath)" "$(GW2_INSTALL_DIR)\" /Y |
| 166 | +)</Command> |
| 167 | + </PostBuildEvent> |
156 | 168 | </ItemDefinitionGroup> |
157 | 169 | <ItemGroup> |
158 | 170 | <ClCompile Include="dllmain.cpp" /> |
|
0 commit comments