Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Pithos.ShellExtensions.csproj @ 0eea575a

History | View | Annotate | Download (9.9 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>1</CodeContractsAssemblyMode>
16
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
    <RegisterForComInterop>true</RegisterForComInterop>
26
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
27
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
28
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
29
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
30
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
31
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
32
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
33
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
34
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
35
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
36
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
37
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
38
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
39
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
40
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
41
    <CodeContractsCustomRewriterAssembly />
42
    <CodeContractsCustomRewriterClass />
43
    <CodeContractsLibPaths />
44
    <CodeContractsExtraRewriteOptions />
45
    <CodeContractsExtraAnalysisOptions />
46
    <CodeContractsBaseLineFile />
47
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
48
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
49
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
50
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
51
  </PropertyGroup>
52
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53
    <DebugType>pdbonly</DebugType>
54
    <Optimize>true</Optimize>
55
    <OutputPath>bin\Release\</OutputPath>
56
    <DefineConstants>TRACE</DefineConstants>
57
    <ErrorReport>prompt</ErrorReport>
58
    <WarningLevel>4</WarningLevel>
59
  </PropertyGroup>
60
  <PropertyGroup>
61
    <SignAssembly>true</SignAssembly>
62
  </PropertyGroup>
63
  <PropertyGroup>
64
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
67
    <DebugSymbols>true</DebugSymbols>
68
    <OutputPath>bin\Test\</OutputPath>
69
    <DefineConstants>DEBUG;TRACE</DefineConstants>
70
    <RegisterForComInterop>true</RegisterForComInterop>
71
    <DebugType>full</DebugType>
72
    <PlatformTarget>AnyCPU</PlatformTarget>
73
    <CodeAnalysisLogFile>bin\Debug\Pithos.ShellExtensions.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
74
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
75
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
76
    <ErrorReport>prompt</ErrorReport>
77
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
78
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
79
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
80
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
81
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
82
  </PropertyGroup>
83
  <ItemGroup>
84
    <Reference Include="System" />
85
    <Reference Include="System.ComponentModel.Composition" />
86
    <Reference Include="System.Configuration.Install" />
87
    <Reference Include="System.Core" />
88
    <Reference Include="System.Drawing" />
89
    <Reference Include="System.Runtime.Serialization" />
90
    <Reference Include="System.ServiceModel" />
91
    <Reference Include="System.Windows.Forms" />
92
    <Reference Include="System.Xml.Linq" />
93
    <Reference Include="System.Data.DataSetExtensions" />
94
    <Reference Include="Microsoft.CSharp" />
95
    <Reference Include="System.Data" />
96
    <Reference Include="System.Xml" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <Compile Include="FileContext.cs" />
100
    <Compile Include="IoC.cs" />
101
    <Compile Include="LogCategories.cs" />
102
    <Compile Include="MarshalHelpers.cs" />
103
    <Compile Include="Menus\DisplayFlags.cs" />
104
    <Compile Include="Menus\FileContextMenu.cs" />
105
    <Compile Include="Menus\MenuItem.cs" />
106
    <Compile Include="Overlays\AddedIcodOverlay.cs" />
107
    <Compile Include="Overlays\ConflictIconOverlay.cs" />
108
    <Compile Include="Overlays\IconOverlayBase.cs" />
109
    <Compile Include="Overlays\ModifiedIconOverlay.cs" />
110
    <Compile Include="Overlays\NormalIconOverlay.cs" />
111
    <Compile Include="Overlays\SynchIconOverlay.cs" />
112
    <Compile Include="Overlays\UnversionedIconOverlay.cs" />
113
    <Compile Include="PithosHost.cs" />
114
    <Compile Include="ProjectInstaller.cs">
115
      <SubType>Component</SubType>
116
    </Compile>
117
    <Compile Include="ProjectInstaller.designer.cs">
118
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
119
    </Compile>
120
    <Compile Include="Properties\AssemblyInfo.cs" />
121
    <Compile Include="Properties\Resources.Designer.cs">
122
      <AutoGen>True</AutoGen>
123
      <DesignTime>True</DesignTime>
124
      <DependentUpon>Resources.resx</DependentUpon>
125
    </Compile>
126
    <Compile Include="Service References\PithosService\Reference.cs">
127
      <AutoGen>True</AutoGen>
128
      <DesignTime>True</DesignTime>
129
      <DependentUpon>Reference.svcmap</DependentUpon>
130
    </Compile>
131
    <Compile Include="ShellExtLib.cs" />
132
    <Compile Include="ShellSettings.cs" />
133
    <Compile Include="ShellStatusChecker.cs" />
134
    <Compile Include="TestPithosSettings.cs" />
135
    <Compile Include="TestStatusChecker.cs" />
136
  </ItemGroup>
137
  <ItemGroup>
138
    <None Include="app.config" />
139
    <None Include="pithos.snk" />
140
    <None Include="Properties\DataSources\Pithos.Interfaces.PithosSettingsData.datasource" />
141
    <None Include="Service References\PithosService\mex.wsdl" />
142
    <None Include="Service References\PithosService\mex.xsd">
143
      <SubType>Designer</SubType>
144
    </None>
145
    <None Include="Service References\PithosService\mex1.wsdl" />
146
    <None Include="Service References\PithosService\mex1.xsd">
147
      <SubType>Designer</SubType>
148
    </None>
149
    <None Include="Service References\PithosService\mex2.xsd">
150
      <SubType>Designer</SubType>
151
    </None>
152
    <None Include="Service References\PithosService\mex3.xsd">
153
      <SubType>Designer</SubType>
154
    </None>
155
    <None Include="Service References\PithosService\mex4.xsd">
156
      <SubType>Designer</SubType>
157
    </None>
158
    <None Include="Service References\PithosService\StatusService.wsdl" />
159
  </ItemGroup>
160
  <ItemGroup>
161
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
162
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
163
      <Name>Pithos.Interfaces</Name>
164
    </ProjectReference>
165
  </ItemGroup>
166
  <ItemGroup>
167
    <EmbeddedResource Include="Properties\Resources.resx">
168
      <Generator>ResXFileCodeGenerator</Generator>
169
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
170
    </EmbeddedResource>
171
  </ItemGroup>
172
  <ItemGroup>
173
    <None Include="Resources\Tray.ico" />
174
  </ItemGroup>
175
  <ItemGroup>
176
    <None Include="Resources\MenuGoToPithos.bmp" />
177
  </ItemGroup>
178
  <ItemGroup>
179
    <None Include="Resources\MenuHistory.bmp" />
180
  </ItemGroup>
181
  <ItemGroup>
182
    <WCFMetadata Include="Service References\" />
183
  </ItemGroup>
184
  <ItemGroup>
185
    <WCFMetadataStorage Include="Service References\PithosService\" />
186
  </ItemGroup>
187
  <ItemGroup>
188
    <None Include="Service References\PithosService\configuration91.svcinfo" />
189
  </ItemGroup>
190
  <ItemGroup>
191
    <None Include="Service References\PithosService\configuration.svcinfo" />
192
  </ItemGroup>
193
  <ItemGroup>
194
    <None Include="Service References\PithosService\Reference.svcmap">
195
      <Generator>WCF Proxy Generator</Generator>
196
      <LastGenOutput>Reference.cs</LastGenOutput>
197
    </None>
198
  </ItemGroup>
199
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200
  <PropertyGroup>
201
    <PreBuildEvent>if  exist "$(TargetPath).locked" del "$(TargetPath).locked"
202
if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
203

    
204
if  exist "$(TargetDir)Pithos.Interfaces.dll.locked" del "$(TargetDir)Pithos.Interfaces.dll.locked"
205
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>
206
  </PropertyGroup>
207
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
208
       Other similar extension points exist, see Microsoft.Common.targets.
209
  <Target Name="BeforeBuild">
210
  </Target>
211
  <Target Name="AfterBuild">
212
  </Target>
213
  -->
214
</Project>