Mercurial > silverbladetech
comparison Chronosv2/source/Presentation/Widgets/Chronos.Presentation.Widgets.csproj @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children | 87905693f506 |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
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>{2CF0AED5-C924-4536-95D4-AA338BFCDA23}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Chronos.Presentation.Widgets</RootNamespace> | |
12 <AssemblyName>Chronos.Presentation.Widgets</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <SccProjectName>SAK</SccProjectName> | |
16 <SccLocalPath>SAK</SccLocalPath> | |
17 <SccAuxPath>SAK</SccAuxPath> | |
18 <SccProvider>SAK</SccProvider> | |
19 </PropertyGroup> | |
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
21 <DebugSymbols>true</DebugSymbols> | |
22 <DebugType>full</DebugType> | |
23 <Optimize>false</Optimize> | |
24 <OutputPath>bin\Debug\</OutputPath> | |
25 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
26 <ErrorReport>prompt</ErrorReport> | |
27 <WarningLevel>4</WarningLevel> | |
28 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
29 </PropertyGroup> | |
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
31 <DebugType>pdbonly</DebugType> | |
32 <Optimize>true</Optimize> | |
33 <OutputPath>bin\Release\</OutputPath> | |
34 <DefineConstants>TRACE</DefineConstants> | |
35 <ErrorReport>prompt</ErrorReport> | |
36 <WarningLevel>4</WarningLevel> | |
37 </PropertyGroup> | |
38 <ItemGroup> | |
39 <Reference Include="nRoute.Framework"> | |
40 <HintPath>..\..\..\Lib\nRoute\nRoute.Framework.dll</HintPath> | |
41 </Reference> | |
42 <Reference Include="PresentationCore" /> | |
43 <Reference Include="PresentationFramework" /> | |
44 <Reference Include="System" /> | |
45 <Reference Include="System.Core" /> | |
46 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | |
47 <Reference Include="System.Xaml" /> | |
48 <Reference Include="System.Xml.Linq" /> | |
49 <Reference Include="System.Data" /> | |
50 <Reference Include="System.Xml" /> | |
51 <Reference Include="WindowsBase" /> | |
52 </ItemGroup> | |
53 <ItemGroup> | |
54 <Compile Include="..\..\..\SolutionInfo.cs"> | |
55 <Link>Properties\SolutionInfo.cs</Link> | |
56 </Compile> | |
57 <Compile Include="Calendar\CalendarWidget.cs" /> | |
58 <Compile Include="Calendar\CalendarWidgetViewModel.cs" /> | |
59 <Compile Include="Calendar\CalendarWidgetView.xaml.cs"> | |
60 <DependentUpon>CalendarWidgetView.xaml</DependentUpon> | |
61 </Compile> | |
62 <Compile Include="Clock\ClockWidget.cs" /> | |
63 <Compile Include="Clock\ClockWidgetViewModel.cs" /> | |
64 <Compile Include="Clock\ClockWidgetView.xaml.cs"> | |
65 <DependentUpon>ClockWidgetView.xaml</DependentUpon> | |
66 </Compile> | |
67 <Compile Include="Navigator\NavigatorWidget.cs" /> | |
68 <Compile Include="Navigator\NavigatorWidgetViewModel.cs" /> | |
69 <Compile Include="Navigator\NavigatorWidgetView.xaml.cs"> | |
70 <DependentUpon>NavigatorWidgetView.xaml</DependentUpon> | |
71 </Compile> | |
72 <Compile Include="Properties\AssemblyInfo.cs" /> | |
73 <Compile Include="Properties\Settings.Designer.cs"> | |
74 <AutoGen>True</AutoGen> | |
75 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
76 <DependentUpon>Settings.settings</DependentUpon> | |
77 </Compile> | |
78 </ItemGroup> | |
79 <ItemGroup> | |
80 <ProjectReference Include="..\..\Extensions\Chronos.Extensions.csproj"> | |
81 <Project>{AA911078-3A2A-41B1-B779-3C8B55E1B8E3}</Project> | |
82 <Name>Chronos.Extensions</Name> | |
83 </ProjectReference> | |
84 <ProjectReference Include="..\..\DragAndDrop\Chronos.Presentation.DragAndDrop.csproj"> | |
85 <Project>{F3061A2B-7688-4B26-8D5B-E556EAFE1D49}</Project> | |
86 <Name>Chronos.Presentation.DragAndDrop</Name> | |
87 </ProjectReference> | |
88 <ProjectReference Include="..\Controls\Chronos.Presentation.Controls.csproj"> | |
89 <Project>{66D734BC-132C-4252-9CBD-78DF2585D52D}</Project> | |
90 <Name>Chronos.Presentation.Controls</Name> | |
91 </ProjectReference> | |
92 <ProjectReference Include="..\Core\Chronos.Presentation.Core.csproj"> | |
93 <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> | |
94 <Name>Chronos.Presentation.Core</Name> | |
95 </ProjectReference> | |
96 <ProjectReference Include="..\ViewModel\Chronos.Presentation.ViewModel.csproj"> | |
97 <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project> | |
98 <Name>Chronos.Presentation.ViewModel</Name> | |
99 </ProjectReference> | |
100 <ProjectReference Include="..\Windows\Chronos.Presentation.Windows.csproj"> | |
101 <Project>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</Project> | |
102 <Name>Chronos.Presentation.Windows</Name> | |
103 </ProjectReference> | |
104 </ItemGroup> | |
105 <ItemGroup> | |
106 <Page Include="Calendar\CalendarWidgetView.xaml"> | |
107 <SubType>Designer</SubType> | |
108 <Generator>MSBuild:Compile</Generator> | |
109 </Page> | |
110 <Page Include="Clock\ClockWidgetView.xaml"> | |
111 <SubType>Designer</SubType> | |
112 <Generator>MSBuild:Compile</Generator> | |
113 </Page> | |
114 <Page Include="Navigator\NavigatorWidgetView.xaml"> | |
115 <SubType>Designer</SubType> | |
116 <Generator>MSBuild:Compile</Generator> | |
117 </Page> | |
118 </ItemGroup> | |
119 <ItemGroup> | |
120 <None Include="app.config" /> | |
121 <None Include="Properties\Settings.settings"> | |
122 <Generator>SettingsSingleFileGenerator</Generator> | |
123 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
124 </None> | |
125 </ItemGroup> | |
126 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
127 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
128 Other similar extension points exist, see Microsoft.Common.targets. | |
129 <Target Name="BeforeBuild"> | |
130 </Target> | |
131 <Target Name="AfterBuild"> | |
132 </Target> | |
133 --> | |
134 </Project> |