Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Pithos.ShellExtensions.csproj @ 7e26c075

History | View | Annotate | Download (12.6 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
  <ItemGroup>
118
    <Reference Include="log4net">
119
      <HintPath>..\Libraries\log4net.dll</HintPath>
120
    </Reference>
121
    <Reference Include="System" />
122
    <Reference Include="System.ComponentModel.Composition" />
123
    <Reference Include="System.Configuration.Install" />
124
    <Reference Include="System.Core" />
125
    <Reference Include="System.Drawing" />
126
    <Reference Include="System.Runtime.Serialization" />
127
    <Reference Include="System.ServiceModel" />
128
    <Reference Include="System.Windows.Forms" />
129
    <Reference Include="System.Xml.Linq" />
130
    <Reference Include="System.Data.DataSetExtensions" />
131
    <Reference Include="Microsoft.CSharp" />
132
    <Reference Include="System.Data" />
133
    <Reference Include="System.Xml" />
134
  </ItemGroup>
135
  <ItemGroup>
136
    <Compile Include="FileContext.cs" />
137
    <Compile Include="IoC.cs" />
138
    <Compile Include="LogCategories.cs" />
139
    <Compile Include="MarshalHelpers.cs" />
140
    <Compile Include="Menus\DisplayFlags.cs" />
141
    <Compile Include="Menus\FileContextMenu.cs" />
142
    <Compile Include="Menus\MenuItem.cs" />
143
    <Compile Include="Overlays\AddedIcodOverlay.cs" />
144
    <Compile Include="Overlays\ConflictIconOverlay.cs" />
145
    <Compile Include="Overlays\IconOverlayBase.cs" />
146
    <Compile Include="Overlays\ModifiedIconOverlay.cs" />
147
    <Compile Include="Overlays\NormalIconOverlay.cs" />
148
    <Compile Include="Overlays\SynchIconOverlay.cs" />
149
    <Compile Include="Overlays\UnversionedIconOverlay.cs" />
150
    <Compile Include="PithosHost.cs" />
151
    <Compile Include="ProjectInstaller.cs">
152
      <SubType>Component</SubType>
153
    </Compile>
154
    <Compile Include="ProjectInstaller.designer.cs">
155
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
156
    </Compile>
157
    <Compile Include="Properties\AssemblyInfo.cs" />
158
    <Compile Include="Properties\Resources.Designer.cs">
159
      <AutoGen>True</AutoGen>
160
      <DesignTime>True</DesignTime>
161
      <DependentUpon>Resources.resx</DependentUpon>
162
    </Compile>
163
    <Compile Include="Service References\PithosService\Reference.cs">
164
      <AutoGen>True</AutoGen>
165
      <DesignTime>True</DesignTime>
166
      <DependentUpon>Reference.svcmap</DependentUpon>
167
    </Compile>
168
    <Compile Include="ShellExtLib.cs" />
169
    <Compile Include="ShellSettings.cs" />
170
    <Compile Include="ShellStatusChecker.cs" />
171
    <Compile Include="TestPithosSettings.cs" />
172
    <Compile Include="TestStatusChecker.cs" />
173
  </ItemGroup>
174
  <ItemGroup>
175
    <None Include="app.config" />
176
    <None Include="pithos.snk" />
177
    <None Include="Properties\DataSources\Pithos.Interfaces.PithosSettingsData.datasource" />
178
    <None Include="Service References\PithosService\mex.wsdl" />
179
    <None Include="Service References\PithosService\mex.xsd">
180
      <SubType>Designer</SubType>
181
    </None>
182
    <None Include="Service References\PithosService\mex1.wsdl" />
183
    <None Include="Service References\PithosService\mex1.xsd">
184
      <SubType>Designer</SubType>
185
    </None>
186
    <None Include="Service References\PithosService\mex2.xsd">
187
      <SubType>Designer</SubType>
188
    </None>
189
    <None Include="Service References\PithosService\mex3.xsd">
190
      <SubType>Designer</SubType>
191
    </None>
192
    <None Include="Service References\PithosService\mex4.xsd">
193
      <SubType>Designer</SubType>
194
    </None>
195
    <None Include="Service References\PithosService\StatusService.wsdl" />
196
  </ItemGroup>
197
  <ItemGroup>
198
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
199
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
200
      <Name>Pithos.Interfaces</Name>
201
    </ProjectReference>
202
  </ItemGroup>
203
  <ItemGroup>
204
    <EmbeddedResource Include="Properties\Resources.resx">
205
      <Generator>ResXFileCodeGenerator</Generator>
206
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
207
      <SubType>Designer</SubType>
208
    </EmbeddedResource>
209
  </ItemGroup>
210
  <ItemGroup>
211
    <None Include="Resources\Tray.ico" />
212
  </ItemGroup>
213
  <ItemGroup>
214
    <None Include="Resources\MenuGoToPithos.bmp" />
215
  </ItemGroup>
216
  <ItemGroup>
217
    <None Include="Resources\MenuHistory.bmp" />
218
  </ItemGroup>
219
  <ItemGroup>
220
    <WCFMetadata Include="Service References\" />
221
  </ItemGroup>
222
  <ItemGroup>
223
    <WCFMetadataStorage Include="Service References\PithosService\" />
224
  </ItemGroup>
225
  <ItemGroup>
226
    <None Include="Service References\PithosService\configuration91.svcinfo" />
227
  </ItemGroup>
228
  <ItemGroup>
229
    <None Include="Service References\PithosService\configuration.svcinfo" />
230
  </ItemGroup>
231
  <ItemGroup>
232
    <None Include="Service References\PithosService\Reference.svcmap">
233
      <Generator>WCF Proxy Generator</Generator>
234
      <LastGenOutput>Reference.cs</LastGenOutput>
235
    </None>
236
  </ItemGroup>
237
  <ItemGroup>
238
    <None Include="Resources\MenuProperties.bmp" />
239
  </ItemGroup>
240
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
241
  <PropertyGroup>
242
    <PreBuildEvent>if  exist "$(TargetPath).locked" del "$(TargetPath).locked"
243
if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
244

    
245
if  exist "$(TargetDir)Pithos.Interfaces.dll.locked" del "$(TargetDir)Pithos.Interfaces.dll.locked"
246
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>
247
  </PropertyGroup>
248
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
249
       Other similar extension points exist, see Microsoft.Common.targets.
250
  <Target Name="BeforeBuild">
251
  </Target>
252
  <Target Name="AfterBuild">
253
  </Target>
254
  -->
255
</Project>