~bjd/syncany/misc-fixes

« back to all changes in this revision

Viewing changes to windows-syncany/SyncanyExt/SyncanyExt.vcxproj

  • Committer: Stefan Mai
  • Date: 2011-05-31 07:32:28 UTC
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: ubuntu@iamnafets.com-20110531073228-095oh7n3c2mvjy5r
Adding Windows shell extensions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ItemGroup Label="ProjectConfigurations">
 
4
    <ProjectConfiguration Include="Debug|Win32">
 
5
      <Configuration>Debug</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Debug|x64">
 
9
      <Configuration>Debug</Configuration>
 
10
      <Platform>x64</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Release|Win32">
 
13
      <Configuration>Release</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|x64">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <PropertyGroup Label="Globals">
 
22
    <ProjectGuid>{CABFE629-5DFE-4011-A212-90C7C8388484}</ProjectGuid>
 
23
    <Keyword>AtlProj</Keyword>
 
24
  </PropertyGroup>
 
25
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
26
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
27
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
28
    <UseDebugLibraries>true</UseDebugLibraries>
 
29
    <UseOfAtl>Dynamic</UseOfAtl>
 
30
    <CharacterSet>Unicode</CharacterSet>
 
31
    <UseOfMfc>Dynamic</UseOfMfc>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
34
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
35
    <UseDebugLibraries>true</UseDebugLibraries>
 
36
    <UseOfAtl>Dynamic</UseOfAtl>
 
37
    <CharacterSet>Unicode</CharacterSet>
 
38
    <UseOfMfc>Dynamic</UseOfMfc>
 
39
  </PropertyGroup>
 
40
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
41
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
42
    <UseDebugLibraries>false</UseDebugLibraries>
 
43
    <UseOfAtl>Dynamic</UseOfAtl>
 
44
    <CharacterSet>Unicode</CharacterSet>
 
45
    <UseOfMfc>Dynamic</UseOfMfc>
 
46
  </PropertyGroup>
 
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
48
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
49
    <UseDebugLibraries>false</UseDebugLibraries>
 
50
    <UseOfAtl>Dynamic</UseOfAtl>
 
51
    <CharacterSet>Unicode</CharacterSet>
 
52
    <UseOfMfc>Dynamic</UseOfMfc>
 
53
  </PropertyGroup>
 
54
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
55
  <ImportGroup Label="ExtensionSettings">
 
56
  </ImportGroup>
 
57
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
58
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
59
  </ImportGroup>
 
60
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
62
  </ImportGroup>
 
63
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
64
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
65
  </ImportGroup>
 
66
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
67
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
68
  </ImportGroup>
 
69
  <PropertyGroup Label="UserMacros" />
 
70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
71
    <IgnoreImportLibrary>true</IgnoreImportLibrary>
 
72
    <LinkIncremental>true</LinkIncremental>
 
73
  </PropertyGroup>
 
74
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
75
    <IgnoreImportLibrary>true</IgnoreImportLibrary>
 
76
    <LinkIncremental>true</LinkIncremental>
 
77
    <PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
 
78
  </PropertyGroup>
 
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
80
    <IgnoreImportLibrary>true</IgnoreImportLibrary>
 
81
    <LinkIncremental>false</LinkIncremental>
 
82
  </PropertyGroup>
 
83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
84
    <IgnoreImportLibrary>true</IgnoreImportLibrary>
 
85
    <LinkIncremental>false</LinkIncremental>
 
86
  </PropertyGroup>
 
87
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
88
    <ClCompile>
 
89
      <PrecompiledHeader>Use</PrecompiledHeader>
 
90
      <WarningLevel>Level3</WarningLevel>
 
91
      <Optimization>Disabled</Optimization>
 
92
      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
93
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
94
    </ClCompile>
 
95
    <Midl>
 
96
      <MkTypLibCompatible>false</MkTypLibCompatible>
 
97
      <TargetEnvironment>Win32</TargetEnvironment>
 
98
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
99
      <HeaderFileName>SyncanyExt_i.h</HeaderFileName>
 
100
      <InterfaceIdentifierFileName>SyncanyExt_i.c</InterfaceIdentifierFileName>
 
101
      <ProxyFileName>SyncanyExt_p.c</ProxyFileName>
 
102
      <GenerateStublessProxies>true</GenerateStublessProxies>
 
103
      <TypeLibraryName>$(IntDir)SyncanyExt.tlb</TypeLibraryName>
 
104
      <DllDataFileName>
 
105
      </DllDataFileName>
 
106
      <ValidateAllParameters>true</ValidateAllParameters>
 
107
    </Midl>
 
108
    <ResourceCompile>
 
109
      <Culture>0x0409</Culture>
 
110
      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
111
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
112
    </ResourceCompile>
 
113
    <Link>
 
114
      <SubSystem>Windows</SubSystem>
 
115
      <ModuleDefinitionFile>.\SyncanyExt.def</ModuleDefinitionFile>
 
116
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
117
      <RegisterOutput>true</RegisterOutput>
 
118
    </Link>
 
119
    <PostBuildEvent>
 
120
      <Command>regsvr32.exe /i $(TargetPath)</Command>
 
121
    </PostBuildEvent>
 
122
  </ItemDefinitionGroup>
 
123
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
124
    <ClCompile>
 
125
      <PrecompiledHeader>Use</PrecompiledHeader>
 
126
      <WarningLevel>Level3</WarningLevel>
 
127
      <Optimization>Disabled</Optimization>
 
128
      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
129
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
130
    </ClCompile>
 
131
    <Midl>
 
132
      <MkTypLibCompatible>false</MkTypLibCompatible>
 
133
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
134
      <HeaderFileName>SyncanyExt_i.h</HeaderFileName>
 
135
      <InterfaceIdentifierFileName>SyncanyExt_i.c</InterfaceIdentifierFileName>
 
136
      <ProxyFileName>SyncanyExt_p.c</ProxyFileName>
 
137
      <GenerateStublessProxies>true</GenerateStublessProxies>
 
138
      <TypeLibraryName>$(IntDir)SyncanyExt.tlb</TypeLibraryName>
 
139
      <DllDataFileName>
 
140
      </DllDataFileName>
 
141
    </Midl>
 
142
    <ResourceCompile>
 
143
      <Culture>0x0409</Culture>
 
144
      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
145
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
146
    </ResourceCompile>
 
147
    <Link>
 
148
      <SubSystem>Windows</SubSystem>
 
149
      <ModuleDefinitionFile>.\SyncanyExt.def</ModuleDefinitionFile>
 
150
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
151
      <RegisterOutput>true</RegisterOutput>
 
152
    </Link>
 
153
    <PostBuildEvent>
 
154
      <Command>regsvr32.exe /i $(TargetPath)</Command>
 
155
    </PostBuildEvent>
 
156
    <PreBuildEvent>
 
157
      <Command>
 
158
      </Command>
 
159
    </PreBuildEvent>
 
160
  </ItemDefinitionGroup>
 
161
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
162
    <ClCompile>
 
163
      <PrecompiledHeader>Use</PrecompiledHeader>
 
164
      <WarningLevel>Level3</WarningLevel>
 
165
      <Optimization>MaxSpeed</Optimization>
 
166
      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
167
    </ClCompile>
 
168
    <Midl>
 
169
      <MkTypLibCompatible>false</MkTypLibCompatible>
 
170
      <TargetEnvironment>Win32</TargetEnvironment>
 
171
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
172
      <HeaderFileName>SyncanyExt_i.h</HeaderFileName>
 
173
      <InterfaceIdentifierFileName>SyncanyExt_i.c</InterfaceIdentifierFileName>
 
174
      <ProxyFileName>SyncanyExt_p.c</ProxyFileName>
 
175
      <GenerateStublessProxies>true</GenerateStublessProxies>
 
176
      <TypeLibraryName>$(IntDir)SyncanyExt.tlb</TypeLibraryName>
 
177
      <DllDataFileName>
 
178
      </DllDataFileName>
 
179
      <ValidateAllParameters>true</ValidateAllParameters>
 
180
    </Midl>
 
181
    <ResourceCompile>
 
182
      <Culture>0x0409</Culture>
 
183
      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
184
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
185
    </ResourceCompile>
 
186
    <Link>
 
187
      <SubSystem>Windows</SubSystem>
 
188
      <ModuleDefinitionFile>.\SyncanyExt.def</ModuleDefinitionFile>
 
189
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
190
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
191
      <OptimizeReferences>true</OptimizeReferences>
 
192
      <RegisterOutput>true</RegisterOutput>
 
193
    </Link>
 
194
  </ItemDefinitionGroup>
 
195
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
196
    <ClCompile>
 
197
      <PrecompiledHeader>Use</PrecompiledHeader>
 
198
      <WarningLevel>Level3</WarningLevel>
 
199
      <Optimization>MaxSpeed</Optimization>
 
200
      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
201
    </ClCompile>
 
202
    <Midl>
 
203
      <MkTypLibCompatible>false</MkTypLibCompatible>
 
204
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
205
      <HeaderFileName>SyncanyExt_i.h</HeaderFileName>
 
206
      <InterfaceIdentifierFileName>SyncanyExt_i.c</InterfaceIdentifierFileName>
 
207
      <ProxyFileName>SyncanyExt_p.c</ProxyFileName>
 
208
      <GenerateStublessProxies>true</GenerateStublessProxies>
 
209
      <TypeLibraryName>$(IntDir)SyncanyExt.tlb</TypeLibraryName>
 
210
      <DllDataFileName>
 
211
      </DllDataFileName>
 
212
    </Midl>
 
213
    <ResourceCompile>
 
214
      <Culture>0x0409</Culture>
 
215
      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
216
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
217
    </ResourceCompile>
 
218
    <Link>
 
219
      <SubSystem>Windows</SubSystem>
 
220
      <ModuleDefinitionFile>.\SyncanyExt.def</ModuleDefinitionFile>
 
221
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
222
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
223
      <OptimizeReferences>true</OptimizeReferences>
 
224
      <RegisterOutput>true</RegisterOutput>
 
225
    </Link>
 
226
  </ItemDefinitionGroup>
 
227
  <ItemGroup>
 
228
    <ClCompile Include="ContextMenuExt.cpp" />
 
229
    <ClCompile Include="dllmain.cpp">
 
230
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
 
231
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
 
232
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
233
      </PrecompiledHeader>
 
234
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
235
      </PrecompiledHeader>
 
236
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
 
237
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
 
238
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
239
      </PrecompiledHeader>
 
240
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
241
      </PrecompiledHeader>
 
242
    </ClCompile>
 
243
    <ClCompile Include="ShellIconExt.cpp" />
 
244
    <ClCompile Include="stdafx.cpp">
 
245
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
 
246
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
 
247
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
 
248
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
 
249
    </ClCompile>
 
250
    <ClCompile Include="SyncanyExt.cpp" />
 
251
    <ClCompile Include="SyncanyExt_i.c">
 
252
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
 
253
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
 
254
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
255
      </PrecompiledHeader>
 
256
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
257
      </PrecompiledHeader>
 
258
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
 
259
      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
 
260
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
261
      </PrecompiledHeader>
 
262
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
263
      </PrecompiledHeader>
 
264
    </ClCompile>
 
265
  </ItemGroup>
 
266
  <ItemGroup>
 
267
    <ClInclude Include="ContextMenuExt.h" />
 
268
    <ClInclude Include="dllmain.h" />
 
269
    <ClInclude Include="Resource.h" />
 
270
    <ClInclude Include="ShellIconExt.h" />
 
271
    <ClInclude Include="stdafx.h" />
 
272
    <ClInclude Include="SyncanyExt_i.h" />
 
273
    <ClInclude Include="targetver.h" />
 
274
  </ItemGroup>
 
275
  <ItemGroup>
 
276
    <ResourceCompile Include="SyncanyExt.rc" />
 
277
  </ItemGroup>
 
278
  <ItemGroup>
 
279
    <None Include="..\icons\AddedIcon.ico" />
 
280
    <None Include="..\icons\ConflictIcon.ico" />
 
281
    <None Include="ContextMenuExt.rgs" />
 
282
    <None Include="ShellIconExt.rgs" />
 
283
    <None Include="SyncanyExt.def" />
 
284
    <None Include="SyncanyExt.rgs" />
 
285
  </ItemGroup>
 
286
  <ItemGroup>
 
287
    <Midl Include="SyncanyExt.idl" />
 
288
  </ItemGroup>
 
289
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
290
  <ImportGroup Label="ExtensionTargets">
 
291
  </ImportGroup>
 
292
</Project>
 
 
b'\\ No newline at end of file'