Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 9bae55d1

History | View | Annotate | Download (7.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)' == '' ">x86</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Pithos.Client.WPF</RootNamespace>
12
    <AssemblyName>Pithos.Client.WPF</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>
15
    </TargetFrameworkProfile>
16
    <FileAlignment>512</FileAlignment>
17
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18
    <WarningLevel>4</WarningLevel>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21
    <PlatformTarget>x86</PlatformTarget>
22
    <DebugSymbols>true</DebugSymbols>
23
    <DebugType>full</DebugType>
24
    <Optimize>false</Optimize>
25
    <OutputPath>bin\Debug\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31
    <PlatformTarget>x86</PlatformTarget>
32
    <DebugType>pdbonly</DebugType>
33
    <Optimize>true</Optimize>
34
    <OutputPath>bin\Release\</OutputPath>
35
    <DefineConstants>TRACE</DefineConstants>
36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
  </PropertyGroup>
39
  <ItemGroup>
40
    <Reference Include="System" />
41
    <Reference Include="System.ComponentModel.Composition" />
42
    <Reference Include="System.Configuration.Install" />
43
    <Reference Include="System.Data" />
44
    <Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
45
      <SpecificVersion>False</SpecificVersion>
46
      <HintPath>..\packages\System.Data.SQLite.1.0.66.1\lib\System.Data.SQLite.DLL</HintPath>
47
    </Reference>
48
    <Reference Include="System.Drawing" />
49
    <Reference Include="System.Runtime.Serialization" />
50
    <Reference Include="System.Windows.Forms" />
51
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52
      <HintPath>..\packages\Caliburn.Micro.1.2.0\lib\Net40\System.Windows.Interactivity.dll</HintPath>
53
    </Reference>
54
    <Reference Include="System.Xml" />
55
    <Reference Include="Microsoft.CSharp" />
56
    <Reference Include="System.Core" />
57
    <Reference Include="System.Xml.Linq" />
58
    <Reference Include="System.Data.DataSetExtensions" />
59
    <Reference Include="System.Xaml">
60
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
61
    </Reference>
62
    <Reference Include="WindowsBase" />
63
    <Reference Include="PresentationCore" />
64
    <Reference Include="PresentationFramework" />
65
  </ItemGroup>
66
  <ItemGroup>
67
    <ApplicationDefinition Include="App.xaml">
68
      <Generator>MSBuild:Compile</Generator>
69
      <SubType>Designer</SubType>
70
    </ApplicationDefinition>
71
    <Compile Include="Caliburn\Micro\Logging\DebugLogger.cs" />
72
    <Compile Include="Configuration\PithosSettings.cs" />
73
    <Compile Include="FileEntry.cs" />
74
    <Compile Include="PithosCommand.cs" />
75
    <Compile Include="PreferencesView.xaml.cs">
76
      <DependentUpon>PreferencesView.xaml</DependentUpon>
77
    </Compile>
78
    <Compile Include="PreferencesViewModel.cs" />
79
    <Compile Include="ShellExtensionController.cs" />
80
    <Page Include="MainWindow.xaml">
81
      <Generator>MSBuild:Compile</Generator>
82
      <SubType>Designer</SubType>
83
    </Page>
84
    <Compile Include="App.xaml.cs">
85
      <DependentUpon>App.xaml</DependentUpon>
86
      <SubType>Code</SubType>
87
    </Compile>
88
    <Compile Include="AppBootstrapper.cs" />
89
    <Compile Include="IShell.cs" />
90
    <Compile Include="MainWindow.xaml.cs">
91
      <DependentUpon>MainWindow.xaml</DependentUpon>
92
      <SubType>Code</SubType>
93
    </Compile>
94
    <Page Include="PithosStyles.xaml">
95
      <SubType>Designer</SubType>
96
      <Generator>MSBuild:Compile</Generator>
97
    </Page>
98
    <Page Include="PreferencesView.xaml">
99
      <SubType>Designer</SubType>
100
      <Generator>MSBuild:Compile</Generator>
101
    </Page>
102
    <Page Include="WhistlerBlue.xaml">
103
      <Generator>MSBuild:Compile</Generator>
104
      <SubType>Designer</SubType>
105
    </Page>
106
  </ItemGroup>
107
  <ItemGroup>
108
    <Compile Include="Properties\AssemblyInfo.cs">
109
      <SubType>Code</SubType>
110
    </Compile>
111
    <Compile Include="Properties\Resources.Designer.cs">
112
      <AutoGen>True</AutoGen>
113
      <DesignTime>True</DesignTime>
114
      <DependentUpon>Resources.resx</DependentUpon>
115
    </Compile>
116
    <Compile Include="Properties\Settings.Designer.cs">
117
      <AutoGen>True</AutoGen>
118
      <DependentUpon>Settings.settings</DependentUpon>
119
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
120
    </Compile>
121
    <EmbeddedResource Include="Properties\Resources.resx">
122
      <Generator>ResXFileCodeGenerator</Generator>
123
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
124
    </EmbeddedResource>
125
    <None Include="app.config" />
126
    <None Include="packages.config" />
127
    <None Include="Properties\Settings.settings">
128
      <Generator>SettingsSingleFileGenerator</Generator>
129
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
130
    </None>
131
    <AppDesigner Include="Properties\" />
132
  </ItemGroup>
133
  <ItemGroup>
134
    <Resource Include="Images\Tray.ico" />
135
  </ItemGroup>
136
  <ItemGroup>
137
    <Resource Include="Images\TraySynching.ico" />
138
  </ItemGroup>
139
  <ItemGroup>
140
    <Resource Include="Images\TrayInSynch.ico" />
141
  </ItemGroup>
142
  <ItemGroup>
143
    <ProjectReference Include="..\..\..\..\Downloads\caliburnmicro\caliburnmicro_1f6100f2f0af\src\Caliburn.Micro.WPF\Caliburn.Micro.WPF.csproj">
144
      <Project>{B633FE8C-B40E-4122-A763-F94C8B1A70F8}</Project>
145
      <Name>Caliburn.Micro.WPF</Name>
146
    </ProjectReference>
147
    <ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf.csproj">
148
      <Project>{7AC63864-7638-41C4-969C-D3197EF2BED9}</Project>
149
      <Name>NotifyIconWpf</Name>
150
    </ProjectReference>
151
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
152
      <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
153
      <Name>Pithos.Core</Name>
154
    </ProjectReference>
155
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
156
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
157
      <Name>Pithos.Interfaces</Name>
158
    </ProjectReference>
159
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
160
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
161
      <Name>Pithos.Network</Name>
162
    </ProjectReference>
163
    <ProjectReference Include="..\Pithos.ShellExtensions\Pithos.ShellExtensions.csproj">
164
      <Project>{240B432F-1030-4623-BCC3-FF351D6C1B63}</Project>
165
      <Name>Pithos.ShellExtensions</Name>
166
    </ProjectReference>
167
  </ItemGroup>
168
  <ItemGroup>
169
    <Resource Include="Images\Accounts.png" />
170
    <Resource Include="Images\Advanced.png" />
171
    <Resource Include="Images\Bandwidth.png" />
172
    <Resource Include="Images\General.png" />
173
    <Resource Include="Images\Network.png" />
174
  </ItemGroup>
175
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
177
       Other similar extension points exist, see Microsoft.Common.targets.
178
  <Target Name="BeforeBuild">
179
  </Target>
180
  <Target Name="AfterBuild">
181
  </Target>
182
  -->
183
</Project>