/Main/src/DevSamples/InvertedYAxis/InvertedYAxis.csproj
MSBuild | 158 lines | 158 code | 0 blank | 0 comment | 0 complexity | c359df361666165bc0ca532bb2e7d57e MD5 | raw file
Possible License(s): CC-BY-SA-3.0
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>9.0.30729</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{D1BD1D26-4E32-42C6-86A1-60577F3A0C8A}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>InvertedYAxis</RootNamespace> 12 <AssemblyName>InvertedYAxis</AssemblyName> 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 <WarningLevel>4</WarningLevel> 17 <SccProjectName> 18 </SccProjectName> 19 <SccLocalPath> 20 </SccLocalPath> 21 <SccAuxPath> 22 </SccAuxPath> 23 <SccProvider> 24 </SccProvider> 25 <FileUpgradeFlags> 26 </FileUpgradeFlags> 27 <OldToolsVersion>3.5</OldToolsVersion> 28 <UpgradeBackupLocation /> 29 <PublishUrl>publish\</PublishUrl> 30 <Install>true</Install> 31 <InstallFrom>Disk</InstallFrom> 32 <UpdateEnabled>false</UpdateEnabled> 33 <UpdateMode>Foreground</UpdateMode> 34 <UpdateInterval>7</UpdateInterval> 35 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 36 <UpdatePeriodically>false</UpdatePeriodically> 37 <UpdateRequired>false</UpdateRequired> 38 <MapFileExtensions>true</MapFileExtensions> 39 <ApplicationRevision>0</ApplicationRevision> 40 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 41 <IsWebBootstrapper>false</IsWebBootstrapper> 42 <UseApplicationTrust>false</UseApplicationTrust> 43 <BootstrapperEnabled>true</BootstrapperEnabled> 44 </PropertyGroup> 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 46 <DebugSymbols>true</DebugSymbols> 47 <DebugType>full</DebugType> 48 <Optimize>false</Optimize> 49 <OutputPath>bin\Debug\</OutputPath> 50 <DefineConstants>DEBUG;TRACE</DefineConstants> 51 <ErrorReport>prompt</ErrorReport> 52 <WarningLevel>4</WarningLevel> 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 54 </PropertyGroup> 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 56 <DebugType>pdbonly</DebugType> 57 <Optimize>true</Optimize> 58 <OutputPath>bin\Release\</OutputPath> 59 <DefineConstants>TRACE</DefineConstants> 60 <ErrorReport>prompt</ErrorReport> 61 <WarningLevel>4</WarningLevel> 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 63 </PropertyGroup> 64 <ItemGroup> 65 <Reference Include="System" /> 66 <Reference Include="System.Core"> 67 <RequiredTargetFramework>3.5</RequiredTargetFramework> 68 </Reference> 69 <Reference Include="System.Xml.Linq"> 70 <RequiredTargetFramework>3.5</RequiredTargetFramework> 71 </Reference> 72 <Reference Include="System.Data.DataSetExtensions"> 73 <RequiredTargetFramework>3.5</RequiredTargetFramework> 74 </Reference> 75 <Reference Include="System.Data" /> 76 <Reference Include="System.Xml" /> 77 <Reference Include="WindowsBase" /> 78 <Reference Include="PresentationCore" /> 79 <Reference Include="PresentationFramework" /> 80 </ItemGroup> 81 <ItemGroup> 82 <ApplicationDefinition Include="App.xaml"> 83 <Generator>MSBuild:Compile</Generator> 84 <SubType>Designer</SubType> 85 <Generator>MSBuild:Compile</Generator> 86 <SubType>Designer</SubType> 87 </ApplicationDefinition> 88 <Page Include="Window1.xaml"> 89 <Generator>MSBuild:Compile</Generator> 90 <SubType>Designer</SubType> 91 <Generator>MSBuild:Compile</Generator> 92 <SubType>Designer</SubType> 93 </Page> 94 <Compile Include="App.xaml.cs"> 95 <DependentUpon>App.xaml</DependentUpon> 96 <SubType>Code</SubType> 97 </Compile> 98 <Compile Include="Window1.xaml.cs"> 99 <DependentUpon>Window1.xaml</DependentUpon> 100 <SubType>Code</SubType> 101 </Compile> 102 </ItemGroup> 103 <ItemGroup> 104 <Compile Include="Properties\AssemblyInfo.cs"> 105 <SubType>Code</SubType> 106 </Compile> 107 <Compile Include="Properties\Resources.Designer.cs"> 108 <AutoGen>True</AutoGen> 109 <DesignTime>True</DesignTime> 110 <DependentUpon>Resources.resx</DependentUpon> 111 </Compile> 112 <Compile Include="Properties\Settings.Designer.cs"> 113 <AutoGen>True</AutoGen> 114 <DependentUpon>Settings.settings</DependentUpon> 115 <DesignTimeSharedInput>True</DesignTimeSharedInput> 116 </Compile> 117 <EmbeddedResource Include="Properties\Resources.resx"> 118 <Generator>ResXFileCodeGenerator</Generator> 119 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 120 </EmbeddedResource> 121 <None Include="Properties\Settings.settings"> 122 <Generator>SettingsSingleFileGenerator</Generator> 123 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 124 </None> 125 <AppDesigner Include="Properties\" /> 126 </ItemGroup> 127 <ItemGroup> 128 <ProjectReference Include="..\..\DynamicDataDisplay\DynamicDataDisplay.csproj"> 129 <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project> 130 <Name>DynamicDataDisplay</Name> 131 </ProjectReference> 132 </ItemGroup> 133 <ItemGroup> 134 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 135 <Visible>False</Visible> 136 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 137 <Install>false</Install> 138 </BootstrapperPackage> 139 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 140 <Visible>False</Visible> 141 <ProductName>.NET Framework 3.5 SP1</ProductName> 142 <Install>true</Install> 143 </BootstrapperPackage> 144 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 145 <Visible>False</Visible> 146 <ProductName>Windows Installer 3.1</ProductName> 147 <Install>true</Install> 148 </BootstrapperPackage> 149 </ItemGroup> 150 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 151 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 152 Other similar extension points exist, see Microsoft.Common.targets. 153 <Target Name="BeforeBuild"> 154 </Target> 155 <Target Name="AfterBuild"> 156 </Target> 157 --> 158</Project>