Mercurial > silverbladetech
view 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 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{97C6B5F9-E5E4-4E1C-AA9F-2ED840DB0AD9}</ProjectGuid> <OutputType>library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Chronos.Modules.Sample</RootNamespace> <AssemblyName>Chronos.Modules.Sample</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkProfile>Client</TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <SccProjectName>SAK</SccProjectName> <SccLocalPath>SAK</SccLocalPath> <SccAuxPath>SAK</SccAuxPath> <SccProvider>SAK</SccProvider> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="nRoute.Framework"> <HintPath>..\..\..\Lib\nRoute\nRoute.Framework.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="WindowsBase" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> <Compile Include="..\..\..\SolutionInfo.cs"> <Link>Properties\SolutionInfo.cs</Link> </Compile> <Compile Include="Models\EmpresaEntity.cs" /> <Compile Include="Views\EmpresaView.xaml.cs"> <DependentUpon>EmpresaView.xaml</DependentUpon> </Compile> <Compile Include="ViewModels\EmpresaViewModel.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <AppDesigner Include="Properties\" /> </ItemGroup> <ItemGroup> <Page Include="Views\EmpresaView.xaml"> <SubType>UserControl</SubType> <Generator>MSBuild:Compile</Generator> </Page> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Presentation\Controls\Chronos.Presentation.Controls.csproj"> <Project>{66D734BC-132C-4252-9CBD-78DF2585D52D}</Project> <Name>Chronos.Presentation.Controls</Name> </ProjectReference> <ProjectReference Include="..\..\Presentation\Core\Chronos.Presentation.Core.csproj"> <Project>{4C9AD768-6AB8-43B1-833A-C8CC520471B1}</Project> <Name>Chronos.Presentation.Core</Name> </ProjectReference> <ProjectReference Include="..\..\Presentation\ViewModel\Chronos.Presentation.ViewModel.csproj"> <Project>{AAB3929F-049B-469A-AAEB-BBABEE03FE0A}</Project> <Name>Chronos.Presentation.ViewModel</Name> </ProjectReference> <ProjectReference Include="..\..\Presentation\Windows\Chronos.Presentation.Windows.csproj"> <Project>{1EC718BA-8BD7-4403-B5B4-1CFD2253D2E7}</Project> <Name>Chronos.Presentation.Windows</Name> </ProjectReference> <ProjectReference Include="..\Navigation\Chronos.Modules.Navigation.csproj"> <Project>{276B4110-E91B-45EB-BFD3-1983CB871B2F}</Project> <Name>Chronos.Modules.Navigation</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>