Statistics
| Branch: | Revision:

root / trunk / Pithos.Client / Pithos.Client.csproj @ d78cbf09

History | View | Annotate | Download (8.7 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)' == '' ">x86</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{5AC90E5E-60C6-4F53-9444-6088BD7BC929}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Pithos.Client</RootNamespace>
12
    <AssemblyName>Pithos.Client</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>
15
    </TargetFrameworkProfile>
16
    <FileAlignment>512</FileAlignment>
17
    <PublishUrl>publish\</PublishUrl>
18
    <Install>true</Install>
19
    <InstallFrom>Disk</InstallFrom>
20
    <UpdateEnabled>false</UpdateEnabled>
21
    <UpdateMode>Foreground</UpdateMode>
22
    <UpdateInterval>7</UpdateInterval>
23
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24
    <UpdatePeriodically>false</UpdatePeriodically>
25
    <UpdateRequired>false</UpdateRequired>
26
    <MapFileExtensions>true</MapFileExtensions>
27
    <ApplicationRevision>0</ApplicationRevision>
28
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29
    <IsWebBootstrapper>false</IsWebBootstrapper>
30
    <UseApplicationTrust>false</UseApplicationTrust>
31
    <BootstrapperEnabled>true</BootstrapperEnabled>
32
    <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
35
    <PlatformTarget>AnyCPU</PlatformTarget>
36
    <DebugSymbols>true</DebugSymbols>
37
    <DebugType>full</DebugType>
38
    <Optimize>false</Optimize>
39
    <OutputPath>bin\Debug\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <ErrorReport>prompt</ErrorReport>
42
    <WarningLevel>4</WarningLevel>
43
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
44
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
45
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
46
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
47
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
48
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
49
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
50
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
51
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
52
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
53
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
54
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
55
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
56
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
57
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
58
    <CodeContractsCustomRewriterAssembly />
59
    <CodeContractsCustomRewriterClass />
60
    <CodeContractsLibPaths />
61
    <CodeContractsExtraRewriteOptions />
62
    <CodeContractsExtraAnalysisOptions />
63
    <CodeContractsBaseLineFile />
64
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
65
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
66
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
67
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
68
  </PropertyGroup>
69
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70
    <PlatformTarget>x86</PlatformTarget>
71
    <DebugType>pdbonly</DebugType>
72
    <Optimize>true</Optimize>
73
    <OutputPath>bin\Release\</OutputPath>
74
    <DefineConstants>TRACE</DefineConstants>
75
    <ErrorReport>prompt</ErrorReport>
76
    <WarningLevel>4</WarningLevel>
77
  </PropertyGroup>
78
  <ItemGroup>
79
    <Reference Include="System" />
80
    <Reference Include="System.ComponentModel.Composition" />
81
    <Reference Include="System.Configuration" />
82
    <Reference Include="System.Core" />
83
    <Reference Include="System.Security" />
84
    <Reference Include="System.Xml.Linq" />
85
    <Reference Include="System.Data.DataSetExtensions" />
86
    <Reference Include="Microsoft.CSharp" />
87
    <Reference Include="System.Data" />
88
    <Reference Include="System.Deployment" />
89
    <Reference Include="System.Drawing" />
90
    <Reference Include="System.Windows.Forms" />
91
    <Reference Include="System.Xml" />
92
  </ItemGroup>
93
  <ItemGroup>
94
    <Compile Include="AccountSettings.cs" />
95
    <Compile Include="App_Code\Massive.cs" />
96
    <Compile Include="IoC.cs" />
97
    <Compile Include="PithosSettings.cs" />
98
    <Compile Include="Preferences.cs">
99
      <SubType>Form</SubType>
100
    </Compile>
101
    <Compile Include="Preferences.Designer.cs">
102
      <DependentUpon>Preferences.cs</DependentUpon>
103
    </Compile>
104
    <Compile Include="Program.cs" />
105
    <Compile Include="Properties\AssemblyInfo.cs" />
106
    <EmbeddedResource Include="Preferences.resx">
107
      <DependentUpon>Preferences.cs</DependentUpon>
108
    </EmbeddedResource>
109
    <EmbeddedResource Include="Properties\Resources.resx">
110
      <Generator>ResXFileCodeGenerator</Generator>
111
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
112
      <SubType>Designer</SubType>
113
    </EmbeddedResource>
114
    <Compile Include="Properties\Resources.Designer.cs">
115
      <AutoGen>True</AutoGen>
116
      <DependentUpon>Resources.resx</DependentUpon>
117
      <DesignTime>True</DesignTime>
118
    </Compile>
119
    <None Include="app.config" />
120
    <None Include="packages.config" />
121
    <None Include="Properties\Settings.settings">
122
      <Generator>SettingsSingleFileGenerator</Generator>
123
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
124
    </None>
125
    <Compile Include="Properties\Settings.Designer.cs">
126
      <AutoGen>True</AutoGen>
127
      <DependentUpon>Settings.settings</DependentUpon>
128
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
129
    </Compile>
130
  </ItemGroup>
131
  <ItemGroup>
132
    <None Include="Resources\Tray.ico" />
133
  </ItemGroup>
134
  <ItemGroup>
135
    <None Include="Resources\TraySynching.ico" />
136
  </ItemGroup>
137
  <ItemGroup>
138
    <None Include="Resources\TrayInSynch.ico" />
139
  </ItemGroup>
140
  <ItemGroup>
141
    <ProjectReference Include="..\..\..\..\ParallelProgrammingSamples\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
142
      <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
143
      <Name>ParallelExtensionsExtras</Name>
144
    </ProjectReference>
145
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
146
      <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
147
      <Name>Pithos.Core</Name>
148
    </ProjectReference>
149
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
150
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
151
      <Name>Pithos.Interfaces</Name>
152
    </ProjectReference>
153
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
154
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
155
      <Name>Pithos.Network</Name>
156
    </ProjectReference>
157
  </ItemGroup>
158
  <ItemGroup>
159
    <Content Include="App_Code\LICENSE.txt" />
160
    <Content Include="Filemeta.sdf">
161
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
162
    </Content>
163
  </ItemGroup>
164
  <ItemGroup>
165
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
166
      <Visible>False</Visible>
167
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
168
      <Install>true</Install>
169
    </BootstrapperPackage>
170
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
171
      <Visible>False</Visible>
172
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
173
      <Install>false</Install>
174
    </BootstrapperPackage>
175
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
176
      <Visible>False</Visible>
177
      <ProductName>.NET Framework 3.5 SP1</ProductName>
178
      <Install>false</Install>
179
    </BootstrapperPackage>
180
    <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
181
      <Visible>False</Visible>
182
      <ProductName>SQL Server Compact 3.5 SP2</ProductName>
183
      <Install>true</Install>
184
    </BootstrapperPackage>
185
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
186
      <Visible>False</Visible>
187
      <ProductName>Windows Installer 3.1</ProductName>
188
      <Install>true</Install>
189
    </BootstrapperPackage>
190
  </ItemGroup>
191
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
193
       Other similar extension points exist, see Microsoft.Common.targets.
194
  <Target Name="BeforeBuild">
195
  </Target>
196
  <Target Name="AfterBuild">
197
  </Target>
198
  -->
199
</Project>