Mercurial > silverbladetech
comparison Chronosv2/source/Modules/Sample/Chronos.Modules.Sample.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>{97C6B5F9-E5E4-4E1C-AA9F-2ED840DB0AD9}</ProjectGuid> | |
9 <OutputType>library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Chronos.Modules.Sample</RootNamespace> | |
12 <AssemblyName>Chronos.Modules.Sample</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> | |
15 <FileAlignment>512</FileAlignment> | |
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
17 <WarningLevel>4</WarningLevel> | |
18 <SccProjectName>SAK</SccProjectName> | |
19 <SccLocalPath>SAK</SccLocalPath> | |
20 <SccAuxPath>SAK</SccAuxPath> | |
21 <SccProvider>SAK</SccProvider> | |
22 </PropertyGroup> | |
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
24 <DebugSymbols>true</DebugSymbols> | |
25 <DebugType>full</DebugType> | |
26 <Optimize>false</Optimize> | |
27 <OutputPath>bin\Debug\</OutputPath> | |
28 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
29 <ErrorReport>prompt</ErrorReport> | |
30 <WarningLevel>4</WarningLevel> | |
31 </PropertyGroup> | |
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
33 <DebugType>pdbonly</DebugType> | |
34 <Optimize>true</Optimize> | |
35 <OutputPath>bin\Release\</OutputPath> | |
36 <DefineConstants>TRACE</DefineConstants> | |
37 <ErrorReport>prompt</ErrorReport> | |
38 <WarningLevel>4</WarningLevel> | |
39 </PropertyGroup> | |
40 <ItemGroup> | |
41 <Reference Include="nRoute.Framework"> | |
42 <HintPath>..\..\..\Lib\nRoute\nRoute.Framework.dll</HintPath> | |
43 </Reference> | |
44 <Reference Include="System" /> | |
45 <Reference Include="System.Data" /> | |
46 <Reference Include="System.Xml" /> | |
47 <Reference Include="Microsoft.CSharp" /> | |
48 <Reference Include="System.Core" /> | |
49 <Reference Include="System.Xml.Linq" /> | |
50 <Reference Include="System.Data.DataSetExtensions" /> | |
51 <Reference Include="System.Xaml"> | |
52 <RequiredTargetFramework>4.0</RequiredTargetFramework> | |
53 </Reference> | |
54 <Reference Include="WindowsBase" /> | |
55 <Reference Include="PresentationCore" /> | |
56 <Reference Include="PresentationFramework" /> | |
57 </ItemGroup> | |
58 <ItemGroup> | |
59 <Compile Include="..\..\..\SolutionInfo.cs"> | |
60 <Link>Properties\SolutionInfo.cs</Link> | |
61 </Compile> | |
62 <Compile Include="Models\EmpresaEntity.cs" /> | |
63 <Compile Include="Views\EmpresaView.xaml.cs"> | |
64 <DependentUpon>EmpresaView.xaml</DependentUpon> | |
65 </Compile> | |
66 <Compile Include="ViewModels\EmpresaViewModel.cs" /> | |
67 <Compile Include="Properties\AssemblyInfo.cs"> | |
68 <SubType>Code</SubType> | |
69 </Compile> | |
70 <Compile Include="Properties\Resources.Designer.cs"> | |
71 <AutoGen>True</AutoGen> | |
72 <DesignTime>True</DesignTime> | |
73 <DependentUpon>Resources.resx</DependentUpon> | |
74 </Compile> | |
75 <Compile Include="Properties\Settings.Designer.cs"> | |
76 <AutoGen>True</AutoGen> | |
77 <DependentUpon>Settings.settings</DependentUpon> | |
78 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
79 </Compile> | |
80 <EmbeddedResource Include="Properties\Resources.resx"> | |
81 <Generator>ResXFileCodeGenerator</Generator> | |
82 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
83 </EmbeddedResource> | |
84 <None Include="Properties\Settings.settings"> | |
85 <Generator>SettingsSingleFileGenerator</Generator> | |
86 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
87 </None> | |
88 <AppDesigner Include="Properties\" /> | |
89 </ItemGroup> | |
90 <ItemGroup> | |
91 <Page Include="Views\EmpresaView.xaml"> | |
92 <SubType>UserControl</SubType> | |
93 <Generator>MSBuild:Compile</Generator> | |
94 </Page> | |
95 </ItemGroup> | |
96 <ItemGroup> | |
97 <ProjectReference Include="..\..\Presentation\Controls\Chronos.Presentation.Controls.csproj"> | |
98 <Project>{66D734BC-132C-4252-9CBD-78DF2585D52D}</Project> | |
99 <Name>Chronos.Presentation.Controls</Name> | |
100 </ProjectReference> | |
101 <ProjectReference Include="..\..\Presentation\Core\Chronos.Presentation.Core.csproj"> | |
102 <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> | |
103 <Name>Chronos.Presentation.Core</Name> | |
104 </ProjectReference> | |
105 <ProjectReference Include="..\..\Presentation\ViewModel\Chronos.Presentation.ViewModel.csproj"> | |
106 <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project> | |
107 <Name>Chronos.Presentation.ViewModel</Name> | |
108 </ProjectReference> | |
109 <ProjectReference Include="..\..\Presentation\Windows\Chronos.Presentation.Windows.csproj"> | |
110 <Project>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</Project> | |
111 <Name>Chronos.Presentation.Windows</Name> | |
112 </ProjectReference> | |
113 <ProjectReference Include="..\Navigation\Chronos.Modules.Navigation.csproj"> | |
114 <Project>{276B4110-E91B-45EB-BFD3-1983CB871B2F}</Project> | |
115 <Name>Chronos.Modules.Navigation</Name> | |
116 </ProjectReference> | |
117 </ItemGroup> | |
118 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
119 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
120 Other similar extension points exist, see Microsoft.Common.targets. | |
121 <Target Name="BeforeBuild"> | |
122 </Target> | |
123 <Target Name="AfterBuild"> | |
124 </Target> | |
125 --> | |
126 </Project> |