/Main/src/Samples/v0.3/Simulation/SimulationSample.csproj
MSBuild | 176 lines | 176 code | 0 blank | 0 comment | 0 complexity | 009fb48bc2d931ca6d83f3e137cbdf36 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>{FCC5A8BF-6E33-4BDC-98D6-4A76CCAF1A1E}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Simulation</RootNamespace> 12 <AssemblyName>SimulationSample</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="Properties\AssemblyInfo.cs"> 117 <SubType>Code</SubType> 118 </Compile> 119 <Compile Include="Properties\Resources.Designer.cs"> 120 <AutoGen>True</AutoGen> 121 <DesignTime>True</DesignTime> 122 <DependentUpon>Resources.resx</DependentUpon> 123 </Compile> 124 <Compile Include="Properties\Settings.Designer.cs"> 125 <AutoGen>True</AutoGen> 126 <DependentUpon>Settings.settings</DependentUpon> 127 <DesignTimeSharedInput>True</DesignTimeSharedInput> 128 </Compile> 129 <EmbeddedResource Include="Properties\Resources.resx"> 130 <Generator>ResXFileCodeGenerator</Generator> 131 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 132 </EmbeddedResource> 133 <None Include="Properties\Settings.settings"> 134 <Generator>SettingsSingleFileGenerator</Generator> 135 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 136 </None> 137 <AppDesigner Include="Properties\" /> 138 </ItemGroup> 139 <ItemGroup> 140 <EmbeddedResource Include="Repressilator.txt" /> 141 </ItemGroup> 142 <ItemGroup> 143 <ProjectReference Include="..\..\..\DynamicDataDisplay\DynamicDataDisplay.csproj"> 144 <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project> 145 <Name>DynamicDataDisplay</Name> 146 </ProjectReference> 147 </ItemGroup> 148 <ItemGroup> 149 <Resource Include="D3-icon.ico" /> 150 </ItemGroup> 151 <ItemGroup> 152 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 153 <Visible>False</Visible> 154 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 155 <Install>false</Install> 156 </BootstrapperPackage> 157 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 158 <Visible>False</Visible> 159 <ProductName>.NET Framework 3.5 SP1</ProductName> 160 <Install>true</Install> 161 </BootstrapperPackage> 162 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 163 <Visible>False</Visible> 164 <ProductName>Windows Installer 3.1</ProductName> 165 <Install>true</Install> 166 </BootstrapperPackage> 167 </ItemGroup> 168 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 169 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 170 Other similar extension points exist, see Microsoft.Common.targets. 171 <Target Name="BeforeBuild"> 172 </Target> 173 <Target Name="AfterBuild"> 174 </Target> 175 --> 176</Project>