Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Pithos.ShellExtensions.csproj @ 025046f1

History | View | Annotate | Download (13 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{240B432F-1030-4623-BCC3-FF351D6C1B63}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Pithos.ShellExtensions</RootNamespace>
12
    <AssemblyName>Pithos.ShellExtensions</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
16
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <DebugSymbols>true</DebugSymbols>
20
    <DebugType>full</DebugType>
21
    <Optimize>false</Optimize>
22
    <OutputPath>bin\Debug\</OutputPath>
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24
    <ErrorReport>prompt</ErrorReport>
25
    <WarningLevel>4</WarningLevel>
26
    <RegisterForComInterop>true</RegisterForComInterop>
27
    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
28
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
29
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
30
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
31
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
32
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
33
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
34
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
35
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
36
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
37
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
38
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
39
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
40
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
41
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
42
    <CodeContractsCustomRewriterAssembly />
43
    <CodeContractsCustomRewriterClass />
44
    <CodeContractsLibPaths />
45
    <CodeContractsExtraRewriteOptions />
46
    <CodeContractsExtraAnalysisOptions />
47
    <CodeContractsBaseLineFile />
48
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
49
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
50
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
51
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
52
  </PropertyGroup>
53
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54
    <DebugType>pdbonly</DebugType>
55
    <Optimize>true</Optimize>
56
    <OutputPath>bin\Release\</OutputPath>
57
    <DefineConstants>TRACE</DefineConstants>
58
    <ErrorReport>prompt</ErrorReport>
59
    <WarningLevel>4</WarningLevel>
60
  </PropertyGroup>
61
  <PropertyGroup>
62
    <SignAssembly>true</SignAssembly>
63
  </PropertyGroup>
64
  <PropertyGroup>
65
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
66
  </PropertyGroup>
67
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
68
    <DebugSymbols>true</DebugSymbols>
69
    <OutputPath>bin\Test\</OutputPath>
70
    <DefineConstants>DEBUG;TRACE</DefineConstants>
71
    <RegisterForComInterop>true</RegisterForComInterop>
72
    <DebugType>full</DebugType>
73
    <PlatformTarget>AnyCPU</PlatformTarget>
74
    <CodeAnalysisLogFile>bin\Debug\Pithos.ShellExtensions.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
75
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
76
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
77
    <ErrorReport>prompt</ErrorReport>
78
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
80
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
81
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
82
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
83
  </PropertyGroup>
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
85
    <DebugSymbols>true</DebugSymbols>
86
    <OutputPath>bin\Premium Debug\</OutputPath>
87
    <DefineConstants>DEBUG;TRACE</DefineConstants>
88
    <RegisterForComInterop>true</RegisterForComInterop>
89
    <DebugType>full</DebugType>
90
    <PlatformTarget>AnyCPU</PlatformTarget>
91
    <CodeAnalysisLogFile>bin\Debug\Pithos.ShellExtensions.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
92
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
93
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
94
    <ErrorReport>prompt</ErrorReport>
95
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
96
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
97
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
98
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
99
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
100
  </PropertyGroup>
101
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
102
    <DebugSymbols>true</DebugSymbols>
103
    <OutputPath>bin\Debug All\</OutputPath>
104
    <DefineConstants>DEBUG;TRACE</DefineConstants>
105
    <RegisterForComInterop>true</RegisterForComInterop>
106
    <DebugType>full</DebugType>
107
    <PlatformTarget>AnyCPU</PlatformTarget>
108
    <CodeAnalysisLogFile>bin\Debug\Pithos.ShellExtensions.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
109
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
110
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
111
    <ErrorReport>prompt</ErrorReport>
112
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
113
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
114
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
115
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
116
  </PropertyGroup>
117
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
118
    <PlatformTarget>x64</PlatformTarget>
119
  </PropertyGroup>
120
  <ItemGroup>
121
    <Reference Include="AsyncCtpLibrary">
122
      <HintPath>..\Libraries\AsyncCtpLibrary.dll</HintPath>
123
    </Reference>
124
    <Reference Include="log4net">
125
      <HintPath>..\Libraries\log4net.dll</HintPath>
126
    </Reference>
127
    <Reference Include="System" />
128
    <Reference Include="System.ComponentModel.Composition" />
129
    <Reference Include="System.Configuration.Install" />
130
    <Reference Include="System.Core" />
131
    <Reference Include="System.Drawing" />
132
    <Reference Include="System.Runtime.Serialization" />
133
    <Reference Include="System.ServiceModel" />
134
    <Reference Include="System.Windows.Forms" />
135
    <Reference Include="System.Xml.Linq" />
136
    <Reference Include="System.Data.DataSetExtensions" />
137
    <Reference Include="Microsoft.CSharp" />
138
    <Reference Include="System.Data" />
139
    <Reference Include="System.Xml" />
140
  </ItemGroup>
141
  <ItemGroup>
142
    <Compile Include="FileContext.cs" />
143
    <Compile Include="IoC.cs" />
144
    <Compile Include="LogCategories.cs" />
145
    <Compile Include="MarshalHelpers.cs" />
146
    <Compile Include="Menus\DisplayFlags.cs" />
147
    <Compile Include="Menus\FileContextMenu.cs" />
148
    <Compile Include="Menus\MenuItem.cs" />
149
    <Compile Include="Overlays\AddedIcodOverlay.cs" />
150
    <Compile Include="Overlays\ConflictIconOverlay.cs" />
151
    <Compile Include="Overlays\DeletedIconOverlay.cs" />
152
    <Compile Include="Overlays\IconOverlayBase.cs" />
153
    <Compile Include="Overlays\ModifiedIconOverlay.cs" />
154
    <Compile Include="Overlays\NormalIconOverlay.cs" />
155
    <Compile Include="Overlays\SynchIconOverlay.cs" />
156
    <Compile Include="Overlays\UnversionedIconOverlay.cs" />
157
    <Compile Include="PithosHost.cs" />
158
    <Compile Include="ProjectInstaller.cs">
159
      <SubType>Component</SubType>
160
    </Compile>
161
    <Compile Include="ProjectInstaller.designer.cs">
162
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
163
    </Compile>
164
    <Compile Include="Properties\AssemblyInfo.cs" />
165
    <Compile Include="Properties\Resources.Designer.cs">
166
      <AutoGen>True</AutoGen>
167
      <DesignTime>True</DesignTime>
168
      <DependentUpon>Resources.resx</DependentUpon>
169
    </Compile>
170
    <Compile Include="Service References\PithosService\Reference.cs">
171
      <AutoGen>True</AutoGen>
172
      <DesignTime>True</DesignTime>
173
      <DependentUpon>Reference.svcmap</DependentUpon>
174
    </Compile>
175
    <Compile Include="ShellExtLib.cs" />
176
    <Compile Include="ShellSettings.cs" />
177
    <Compile Include="ShellStatusChecker.cs" />
178
    <Compile Include="TestPithosSettings.cs" />
179
    <Compile Include="TestStatusChecker.cs" />
180
  </ItemGroup>
181
  <ItemGroup>
182
    <None Include="app.config" />
183
    <None Include="pithos.snk" />
184
    <None Include="Properties\DataSources\Pithos.Interfaces.PithosSettingsData.datasource" />
185
    <None Include="Service References\PithosService\mex.wsdl" />
186
    <None Include="Service References\PithosService\mex.xsd">
187
      <SubType>Designer</SubType>
188
    </None>
189
    <None Include="Service References\PithosService\mex1.wsdl" />
190
    <None Include="Service References\PithosService\mex1.xsd">
191
      <SubType>Designer</SubType>
192
    </None>
193
    <None Include="Service References\PithosService\mex2.wsdl" />
194
    <None Include="Service References\PithosService\mex2.xsd">
195
      <SubType>Designer</SubType>
196
    </None>
197
    <None Include="Service References\PithosService\mex3.xsd">
198
      <SubType>Designer</SubType>
199
    </None>
200
    <None Include="Service References\PithosService\mex4.xsd">
201
      <SubType>Designer</SubType>
202
    </None>
203
    <None Include="Service References\PithosService\mex5.xsd">
204
      <SubType>Designer</SubType>
205
    </None>
206
    <None Include="Service References\PithosService\StatusService.wsdl" />
207
  </ItemGroup>
208
  <ItemGroup>
209
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
210
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
211
      <Name>Pithos.Interfaces</Name>
212
    </ProjectReference>
213
  </ItemGroup>
214
  <ItemGroup>
215
    <EmbeddedResource Include="Properties\Resources.resx">
216
      <Generator>ResXFileCodeGenerator</Generator>
217
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
218
      <SubType>Designer</SubType>
219
    </EmbeddedResource>
220
  </ItemGroup>
221
  <ItemGroup>
222
    <None Include="Resources\Tray.ico" />
223
  </ItemGroup>
224
  <ItemGroup>
225
    <None Include="Resources\MenuGoToPithos.bmp" />
226
  </ItemGroup>
227
  <ItemGroup>
228
    <None Include="Resources\MenuHistory.bmp" />
229
  </ItemGroup>
230
  <ItemGroup>
231
    <WCFMetadata Include="Service References\" />
232
  </ItemGroup>
233
  <ItemGroup>
234
    <WCFMetadataStorage Include="Service References\PithosService\" />
235
  </ItemGroup>
236
  <ItemGroup>
237
    <None Include="Service References\PithosService\configuration91.svcinfo" />
238
  </ItemGroup>
239
  <ItemGroup>
240
    <None Include="Service References\PithosService\configuration.svcinfo" />
241
  </ItemGroup>
242
  <ItemGroup>
243
    <None Include="Service References\PithosService\Reference.svcmap">
244
      <Generator>WCF Proxy Generator</Generator>
245
      <LastGenOutput>Reference.cs</LastGenOutput>
246
    </None>
247
  </ItemGroup>
248
  <ItemGroup>
249
    <None Include="Resources\MenuProperties.bmp" />
250
  </ItemGroup>
251
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
252
  <PropertyGroup>
253
    <PreBuildEvent>if  exist "$(TargetPath).locked" del "$(TargetPath).locked"
254
if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
255

    
256
if  exist "$(TargetDir)Pithos.Interfaces.dll.locked" del "$(TargetDir)Pithos.Interfaces.dll.locked"
257
if exist "$(TargetDir)Pithos.Interfaces.dll" if not exist "$(TargetDir)Pithos.Interfaces.dll.locked" move "$(TargetDir)Pithos.Interfaces.dll" "$(TargetDir)Pithos.Interfaces.dll.locked"</PreBuildEvent>
258
  </PropertyGroup>
259
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
260
       Other similar extension points exist, see Microsoft.Common.targets.
261
  <Target Name="BeforeBuild">
262
  </Target>
263
  <Target Name="AfterBuild">
264
  </Target>
265
  -->
266
</Project>