Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (10.1 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
    <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>True</CodeContractsEnableRuntimeChecking>
28
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
29
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
30
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
31
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
32
    <CodeContractsRunCodeAnalysis>True</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
  <ItemGroup>
85
    <Reference Include="System" />
86
    <Reference Include="System.ComponentModel.Composition" />
87
    <Reference Include="System.Configuration.Install" />
88
    <Reference Include="System.Core" />
89
    <Reference Include="System.Drawing" />
90
    <Reference Include="System.Runtime.Serialization" />
91
    <Reference Include="System.ServiceModel" />
92
    <Reference Include="System.Windows.Forms" />
93
    <Reference Include="System.Xml.Linq" />
94
    <Reference Include="System.Data.DataSetExtensions" />
95
    <Reference Include="Microsoft.CSharp" />
96
    <Reference Include="System.Data" />
97
    <Reference Include="System.Xml" />
98
  </ItemGroup>
99
  <ItemGroup>
100
    <Compile Include="FileContext.cs" />
101
    <Compile Include="IoC.cs" />
102
    <Compile Include="LogCategories.cs" />
103
    <Compile Include="MarshalHelpers.cs" />
104
    <Compile Include="Menus\DisplayFlags.cs" />
105
    <Compile Include="Menus\FileContextMenu.cs" />
106
    <Compile Include="Menus\MenuItem.cs" />
107
    <Compile Include="Overlays\AddedIcodOverlay.cs" />
108
    <Compile Include="Overlays\ConflictIconOverlay.cs" />
109
    <Compile Include="Overlays\IconOverlayBase.cs" />
110
    <Compile Include="Overlays\ModifiedIconOverlay.cs" />
111
    <Compile Include="Overlays\NormalIconOverlay.cs" />
112
    <Compile Include="Overlays\SynchIconOverlay.cs" />
113
    <Compile Include="Overlays\UnversionedIconOverlay.cs" />
114
    <Compile Include="PithosHost.cs" />
115
    <Compile Include="ProjectInstaller.cs">
116
      <SubType>Component</SubType>
117
    </Compile>
118
    <Compile Include="ProjectInstaller.designer.cs">
119
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
120
    </Compile>
121
    <Compile Include="Properties\AssemblyInfo.cs" />
122
    <Compile Include="Properties\Resources.Designer.cs">
123
      <AutoGen>True</AutoGen>
124
      <DesignTime>True</DesignTime>
125
      <DependentUpon>Resources.resx</DependentUpon>
126
    </Compile>
127
    <Compile Include="Service References\PithosService\Reference.cs">
128
      <AutoGen>True</AutoGen>
129
      <DesignTime>True</DesignTime>
130
      <DependentUpon>Reference.svcmap</DependentUpon>
131
    </Compile>
132
    <Compile Include="ShellExtLib.cs" />
133
    <Compile Include="ShellSettings.cs" />
134
    <Compile Include="ShellStatusChecker.cs" />
135
    <Compile Include="TestPithosSettings.cs" />
136
    <Compile Include="TestStatusChecker.cs" />
137
  </ItemGroup>
138
  <ItemGroup>
139
    <None Include="app.config" />
140
    <None Include="pithos.snk" />
141
    <None Include="Properties\DataSources\Pithos.Interfaces.PithosSettingsData.datasource" />
142
    <None Include="Service References\PithosService\mex.wsdl" />
143
    <None Include="Service References\PithosService\mex.xsd">
144
      <SubType>Designer</SubType>
145
    </None>
146
    <None Include="Service References\PithosService\mex1.wsdl" />
147
    <None Include="Service References\PithosService\mex1.xsd">
148
      <SubType>Designer</SubType>
149
    </None>
150
    <None Include="Service References\PithosService\mex2.xsd">
151
      <SubType>Designer</SubType>
152
    </None>
153
    <None Include="Service References\PithosService\mex3.xsd">
154
      <SubType>Designer</SubType>
155
    </None>
156
    <None Include="Service References\PithosService\mex4.xsd">
157
      <SubType>Designer</SubType>
158
    </None>
159
    <None Include="Service References\PithosService\StatusService.wsdl" />
160
  </ItemGroup>
161
  <ItemGroup>
162
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
163
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
164
      <Name>Pithos.Interfaces</Name>
165
    </ProjectReference>
166
  </ItemGroup>
167
  <ItemGroup>
168
    <EmbeddedResource Include="Properties\Resources.resx">
169
      <Generator>ResXFileCodeGenerator</Generator>
170
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
171
      <SubType>Designer</SubType>
172
    </EmbeddedResource>
173
  </ItemGroup>
174
  <ItemGroup>
175
    <None Include="Resources\Tray.ico" />
176
  </ItemGroup>
177
  <ItemGroup>
178
    <None Include="Resources\MenuGoToPithos.bmp" />
179
  </ItemGroup>
180
  <ItemGroup>
181
    <None Include="Resources\MenuHistory.bmp" />
182
  </ItemGroup>
183
  <ItemGroup>
184
    <WCFMetadata Include="Service References\" />
185
  </ItemGroup>
186
  <ItemGroup>
187
    <WCFMetadataStorage Include="Service References\PithosService\" />
188
  </ItemGroup>
189
  <ItemGroup>
190
    <None Include="Service References\PithosService\configuration91.svcinfo" />
191
  </ItemGroup>
192
  <ItemGroup>
193
    <None Include="Service References\PithosService\configuration.svcinfo" />
194
  </ItemGroup>
195
  <ItemGroup>
196
    <None Include="Service References\PithosService\Reference.svcmap">
197
      <Generator>WCF Proxy Generator</Generator>
198
      <LastGenOutput>Reference.cs</LastGenOutput>
199
    </None>
200
  </ItemGroup>
201
  <ItemGroup>
202
    <None Include="Resources\MenuProperties.bmp" />
203
  </ItemGroup>
204
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205
  <PropertyGroup>
206
    <PreBuildEvent>if  exist "$(TargetPath).locked" del "$(TargetPath).locked"
207
if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
208

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