/Main/src/DevSamples/LineTestSample/LineTestSample.csproj
MSBuild | 173 lines | 173 code | 0 blank | 0 comment | 0 complexity | 4fc69047c965b93eca4d51391e62aa28 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>{94B0B0D1-D62B-4F47-A176-763B3B7903EB}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>LineTestSample</RootNamespace> 12 <AssemblyName>LineTestSample</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 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseXBAP|AnyCPU' "> 65 <OutputPath>bin\ReleaseXBAP\</OutputPath> 66 <DefineConstants>TRACE</DefineConstants> 67 <Optimize>true</Optimize> 68 <DebugType>pdbonly</DebugType> 69 <PlatformTarget>AnyCPU</PlatformTarget> 70 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 71 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 </PropertyGroup> 75 <ItemGroup> 76 <Reference Include="System" /> 77 <Reference Include="System.Core"> 78 <RequiredTargetFramework>3.5</RequiredTargetFramework> 79 </Reference> 80 <Reference Include="System.Xml.Linq"> 81 <RequiredTargetFramework>3.5</RequiredTargetFramework> 82 </Reference> 83 <Reference Include="System.Data.DataSetExtensions"> 84 <RequiredTargetFramework>3.5</RequiredTargetFramework> 85 </Reference> 86 <Reference Include="System.Data" /> 87 <Reference Include="System.Xml" /> 88 <Reference Include="WindowsBase" /> 89 <Reference Include="PresentationCore" /> 90 <Reference Include="PresentationFramework" /> 91 </ItemGroup> 92 <ItemGroup> 93 <ApplicationDefinition Include="App.xaml"> 94 <Generator>MSBuild:Compile</Generator> 95 <SubType>Designer</SubType> 96 <Generator>MSBuild:Compile</Generator> 97 <SubType>Designer</SubType> 98 </ApplicationDefinition> 99 <Page Include="Window1.xaml"> 100 <Generator>MSBuild:Compile</Generator> 101 <SubType>Designer</SubType> 102 <Generator>MSBuild:Compile</Generator> 103 <SubType>Designer</SubType> 104 </Page> 105 <Compile Include="App.xaml.cs"> 106 <DependentUpon>App.xaml</DependentUpon> 107 <SubType>Code</SubType> 108 </Compile> 109 <Compile Include="Window1.xaml.cs"> 110 <DependentUpon>Window1.xaml</DependentUpon> 111 <SubType>Code</SubType> 112 </Compile> 113 </ItemGroup> 114 <ItemGroup> 115 <Compile Include="Properties\AssemblyInfo.cs"> 116 <SubType>Code</SubType> 117 </Compile> 118 <Compile Include="Properties\Resources.Designer.cs"> 119 <AutoGen>True</AutoGen> 120 <DesignTime>True</DesignTime> 121 <DependentUpon>Resources.resx</DependentUpon> 122 </Compile> 123 <Compile Include="Properties\Settings.Designer.cs"> 124 <AutoGen>True</AutoGen> 125 <DependentUpon>Settings.settings</DependentUpon> 126 <DesignTimeSharedInput>True</DesignTimeSharedInput> 127 </Compile> 128 <EmbeddedResource Include="Properties\Resources.resx"> 129 <Generator>ResXFileCodeGenerator</Generator> 130 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 131 </EmbeddedResource> 132 <None Include="Properties\Settings.settings"> 133 <Generator>SettingsSingleFileGenerator</Generator> 134 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 135 </None> 136 <AppDesigner Include="Properties\" /> 137 </ItemGroup> 138 <ItemGroup> 139 <ProjectReference Include="..\..\..\src\DynamicDataDisplay\DynamicDataDisplay.csproj"> 140 <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project> 141 <Name>DynamicDataDisplay</Name> 142 </ProjectReference> 143 <ProjectReference Include="..\..\DynamicDataDisplay.Maps\DynamicDataDisplay.Maps.csproj"> 144 <Project>{EB04A4CD-DDE6-49EB-8FB6-39B35482D792}</Project> 145 <Name>DynamicDataDisplay.Maps</Name> 146 </ProjectReference> 147 </ItemGroup> 148 <ItemGroup> 149 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 150 <Visible>False</Visible> 151 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 152 <Install>false</Install> 153 </BootstrapperPackage> 154 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 155 <Visible>False</Visible> 156 <ProductName>.NET Framework 3.5 SP1</ProductName> 157 <Install>true</Install> 158 </BootstrapperPackage> 159 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 160 <Visible>False</Visible> 161 <ProductName>Windows Installer 3.1</ProductName> 162 <Install>true</Install> 163 </BootstrapperPackage> 164 </ItemGroup> 165 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 166 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 167 Other similar extension points exist, see Microsoft.Common.targets. 168 <Target Name="BeforeBuild"> 169 </Target> 170 <Target Name="AfterBuild"> 171 </Target> 172 --> 173</Project>