/Main/src/Samples/v0.2/CurrencyExchangeSample/CurrencyExchangeSample.csproj
MSBuild | 190 lines | 190 code | 0 blank | 0 comment | 0 complexity | fc411f2d93f5f142475c1b85528278bb 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>{086C0F60-94BA-4CB6-A42D-852570FACA0E}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>CurrencyExchangeSample</RootNamespace> 12 <AssemblyName>CurrencyExchangeSample</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 <ApplicationIcon>D3-icon.ico</ApplicationIcon> 26 <FileUpgradeFlags> 27 </FileUpgradeFlags> 28 <OldToolsVersion>3.5</OldToolsVersion> 29 <UpgradeBackupLocation /> 30 <PublishUrl>publish\</PublishUrl> 31 <Install>true</Install> 32 <InstallFrom>Disk</InstallFrom> 33 <UpdateEnabled>false</UpdateEnabled> 34 <UpdateMode>Foreground</UpdateMode> 35 <UpdateInterval>7</UpdateInterval> 36 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 37 <UpdatePeriodically>false</UpdatePeriodically> 38 <UpdateRequired>false</UpdateRequired> 39 <MapFileExtensions>true</MapFileExtensions> 40 <ApplicationRevision>0</ApplicationRevision> 41 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 42 <IsWebBootstrapper>false</IsWebBootstrapper> 43 <UseApplicationTrust>false</UseApplicationTrust> 44 <BootstrapperEnabled>true</BootstrapperEnabled> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 47 <DebugSymbols>true</DebugSymbols> 48 <DebugType>full</DebugType> 49 <Optimize>false</Optimize> 50 <OutputPath>bin\Debug\</OutputPath> 51 <DefineConstants>DEBUG;TRACE</DefineConstants> 52 <ErrorReport>prompt</ErrorReport> 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 55 </PropertyGroup> 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 57 <DebugType>pdbonly</DebugType> 58 <Optimize>true</Optimize> 59 <OutputPath>bin\Release\</OutputPath> 60 <DefineConstants>TRACE</DefineConstants> 61 <ErrorReport>prompt</ErrorReport> 62 <WarningLevel>4</WarningLevel> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 </PropertyGroup> 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseXBAP|AnyCPU' "> 66 <OutputPath>bin\ReleaseXBAP\</OutputPath> 67 <DefineConstants>TRACE</DefineConstants> 68 <Optimize>true</Optimize> 69 <DebugType>pdbonly</DebugType> 70 <PlatformTarget>AnyCPU</PlatformTarget> 71 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 72 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 </PropertyGroup> 76 <ItemGroup> 77 <Reference Include="System" /> 78 <Reference Include="System.Core"> 79 <RequiredTargetFramework>3.5</RequiredTargetFramework> 80 </Reference> 81 <Reference Include="System.Xml.Linq"> 82 <RequiredTargetFramework>3.5</RequiredTargetFramework> 83 </Reference> 84 <Reference Include="System.Data.DataSetExtensions"> 85 <RequiredTargetFramework>3.5</RequiredTargetFramework> 86 </Reference> 87 <Reference Include="System.Data" /> 88 <Reference Include="System.Xml" /> 89 <Reference Include="WindowsBase" /> 90 <Reference Include="PresentationCore" /> 91 <Reference Include="PresentationFramework" /> 92 </ItemGroup> 93 <ItemGroup> 94 <ApplicationDefinition Include="App.xaml"> 95 <Generator>MSBuild:Compile</Generator> 96 <SubType>Designer</SubType> 97 <Generator>MSBuild:Compile</Generator> 98 <SubType>Designer</SubType> 99 </ApplicationDefinition> 100 <Page Include="Window1.xaml"> 101 <Generator>MSBuild:Compile</Generator> 102 <SubType>Designer</SubType> 103 <Generator>MSBuild:Compile</Generator> 104 <SubType>Designer</SubType> 105 </Page> 106 <Compile Include="App.xaml.cs"> 107 <DependentUpon>App.xaml</DependentUpon> 108 <SubType>Code</SubType> 109 </Compile> 110 <Compile Include="Window1.xaml.cs"> 111 <DependentUpon>Window1.xaml</DependentUpon> 112 <SubType>Code</SubType> 113 </Compile> 114 </ItemGroup> 115 <ItemGroup> 116 <Compile Include="CurrencyInfo.cs" /> 117 <Compile Include="Properties\AssemblyInfo.cs"> 118 <SubType>Code</SubType> 119 </Compile> 120 <Compile Include="Properties\Resources.Designer.cs"> 121 <AutoGen>True</AutoGen> 122 <DesignTime>True</DesignTime> 123 <DependentUpon>Resources.resx</DependentUpon> 124 </Compile> 125 <Compile Include="Properties\Settings.Designer.cs"> 126 <AutoGen>True</AutoGen> 127 <DependentUpon>Settings.settings</DependentUpon> 128 <DesignTimeSharedInput>True</DesignTimeSharedInput> 129 </Compile> 130 <EmbeddedResource Include="Properties\Resources.resx"> 131 <Generator>ResXFileCodeGenerator</Generator> 132 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 133 </EmbeddedResource> 134 <None Include="Properties\Settings.settings"> 135 <Generator>SettingsSingleFileGenerator</Generator> 136 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 137 </None> 138 <AppDesigner Include="Properties\" /> 139 </ItemGroup> 140 <ItemGroup> 141 <ProjectReference Include="..\..\..\DynamicDataDisplay\DynamicDataDisplay.csproj"> 142 <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project> 143 <Name>DynamicDataDisplay</Name> 144 </ProjectReference> 145 </ItemGroup> 146 <ItemGroup> 147 <EmbeddedResource Include="usd.txt"> 148 </EmbeddedResource> 149 </ItemGroup> 150 <ItemGroup> 151 <EmbeddedResource Include="eur.txt"> 152 </EmbeddedResource> 153 </ItemGroup> 154 <ItemGroup> 155 <EmbeddedResource Include="gbp.txt"> 156 </EmbeddedResource> 157 </ItemGroup> 158 <ItemGroup> 159 <EmbeddedResource Include="jpy.txt"> 160 </EmbeddedResource> 161 </ItemGroup> 162 <ItemGroup> 163 <Resource Include="D3-icon.ico" /> 164 </ItemGroup> 165 <ItemGroup> 166 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 167 <Visible>False</Visible> 168 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 169 <Install>false</Install> 170 </BootstrapperPackage> 171 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 172 <Visible>False</Visible> 173 <ProductName>.NET Framework 3.5 SP1</ProductName> 174 <Install>true</Install> 175 </BootstrapperPackage> 176 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 177 <Visible>False</Visible> 178 <ProductName>Windows Installer 3.1</ProductName> 179 <Install>true</Install> 180 </BootstrapperPackage> 181 </ItemGroup> 182 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 183 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 184 Other similar extension points exist, see Microsoft.Common.targets. 185 <Target Name="BeforeBuild"> 186 </Target> 187 <Target Name="AfterBuild"> 188 </Target> 189 --> 190</Project>