Statistics
| Branch: | Revision:

root / trunk / Pithos.OFM / Pithos.OFM.csproj @ ac8b664d

History | View | Annotate | Download (7.2 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
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{00B476BA-3151-4698-94A6-32FAAF2A7D58}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Pithos.OFM</RootNamespace>
11
    <AssemblyName>Pithos.OFM</AssemblyName>
12
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16
    <RestorePackages>true</RestorePackages>
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
    <PlatformTarget>AnyCPU</PlatformTarget>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
32
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
    <PlatformTarget>AnyCPU</PlatformTarget>
36
  </PropertyGroup>
37
  <PropertyGroup>
38
    <SignAssembly>true</SignAssembly>
39
  </PropertyGroup>
40
  <PropertyGroup>
41
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
42
  </PropertyGroup>
43
  <ItemGroup>
44
    <Reference Include="Caliburn.Micro, Version=1.5.1.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
45
      <SpecificVersion>False</SpecificVersion>
46
      <HintPath>..\packages\Caliburn.Micro.1.5.1\lib\net40\Caliburn.Micro.dll</HintPath>
47
    </Reference>
48
    <Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Net4">
49
      <HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.0\lib\net40\Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll</HintPath>
50
    </Reference>
51
    <Reference Include="PresentationCore" />
52
    <Reference Include="PresentationFramework" />
53
    <Reference Include="RibbonControlsLibrary, Version=4.0.0.11019, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54
      <SpecificVersion>False</SpecificVersion>
55
      <HintPath>..\Libraries\RibbonControlsLibrary.dll</HintPath>
56
    </Reference>
57
    <Reference Include="System" />
58
    <Reference Include="System.ComponentModel.Composition" />
59
    <Reference Include="System.Core" />
60
    <Reference Include="System.Drawing" />
61
    <Reference Include="System.Windows.Forms" />
62
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63
      <HintPath>..\packages\Caliburn.Micro.1.5.1\lib\net40\System.Windows.Interactivity.dll</HintPath>
64
    </Reference>
65
    <Reference Include="System.Xaml" />
66
    <Reference Include="System.Xml.Linq" />
67
    <Reference Include="System.Data.DataSetExtensions" />
68
    <Reference Include="Microsoft.CSharp" />
69
    <Reference Include="System.Data" />
70
    <Reference Include="System.Xml" />
71
    <Reference Include="WindowsBase" />
72
    <Reference Include="WPFToolkit.Extended">
73
      <HintPath>..\packages\Extended.Wpf.Toolkit.1.7.0\lib\net40\WPFToolkit.Extended.dll</HintPath>
74
    </Reference>
75
  </ItemGroup>
76
  <ItemGroup>
77
    <Compile Include="..\CommonAssemblyVersion.cs">
78
      <Link>AssemblyVersion.cs</Link>
79
    </Compile>
80
    <Compile Include="CloudFilesView.xaml.cs">
81
      <DependentUpon>CloudFilesView.xaml</DependentUpon>
82
    </Compile>
83
    <Compile Include="CloudFilesViewModel.cs" />
84
    <Compile Include="Extensions.cs" />
85
    <Compile Include="FileManagerView.xaml.cs">
86
      <DependentUpon>FileManagerView.xaml</DependentUpon>
87
    </Compile>
88
    <Compile Include="FileManagerViewModel.cs" />
89
    <Compile Include="GUI\OFM.xaml.cs">
90
      <DependentUpon>OFM.xaml</DependentUpon>
91
    </Compile>
92
    <Compile Include="InfoRecord.cs" />
93
    <Compile Include="LocalFilesView.xaml.cs">
94
      <DependentUpon>LocalFilesView.xaml</DependentUpon>
95
    </Compile>
96
    <Compile Include="LocalFilesViewModel.cs" />
97
    <Compile Include="ObjectRecord.cs" />
98
    <Compile Include="OFM.cs" />
99
    <Compile Include="Properties\AssemblyInfo.cs" />
100
  </ItemGroup>
101
  <ItemGroup>
102
    <Page Include="CloudFilesView.xaml">
103
      <SubType>Designer</SubType>
104
      <Generator>MSBuild:Compile</Generator>
105
    </Page>
106
    <Page Include="FileManagerView.xaml">
107
      <SubType>Designer</SubType>
108
      <Generator>MSBuild:Compile</Generator>
109
    </Page>
110
    <Page Include="GUI\OFM.xaml">
111
      <SubType>Designer</SubType>
112
      <Generator>MSBuild:Compile</Generator>
113
    </Page>
114
    <Page Include="LocalFilesView.xaml">
115
      <SubType>Designer</SubType>
116
      <Generator>MSBuild:Compile</Generator>
117
    </Page>
118
  </ItemGroup>
119
  <ItemGroup>
120
    <None Include="pithos.snk" />
121
  </ItemGroup>
122
  <ItemGroup>
123
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
124
      <Project>{142af135-df30-4563-b0ac-b604235ae874}</Project>
125
      <Name>Pithos.Core</Name>
126
    </ProjectReference>
127
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
128
      <Project>{7eeff32f-ccf8-436a-9e0b-f40434c09af4}</Project>
129
      <Name>Pithos.Interfaces</Name>
130
    </ProjectReference>
131
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
132
      <Project>{c8e2bc8b-c7f1-4222-855c-4b04a57ffdfd}</Project>
133
      <Name>Pithos.Network</Name>
134
      <Private>True</Private>
135
    </ProjectReference>
136
  </ItemGroup>
137
  <ItemGroup>
138
    <Resource Include="Images\Icons\pithos_logo-icon.ico" />
139
  </ItemGroup>
140
  <ItemGroup>
141
    <Resource Include="Images\Icons\Folder.ico" />
142
  </ItemGroup>
143
  <ItemGroup>
144
    <Resource Include="Images\Icons\Download.ico" />
145
    <Resource Include="Images\Icons\Upload.ico" />
146
  </ItemGroup>
147
  <ItemGroup>
148
    <Resource Include="Images\Icons\Clipboard Copy.ico" />
149
    <Resource Include="Images\Icons\Clipboard Cut.ico" />
150
    <Resource Include="Images\Icons\Clipboard Paste.ico" />
151
    <Resource Include="Images\Icons\Document Content.ico" />
152
  </ItemGroup>
153
  <ItemGroup>
154
    <WCFMetadata Include="Service References\" />
155
  </ItemGroup>
156
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157
  <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
158
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
159
       Other similar extension points exist, see Microsoft.Common.targets.
160
  <Target Name="BeforeBuild">
161
  </Target>
162
  <Target Name="AfterBuild">
163
  </Target>
164
  -->
165
</Project>