<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{05148D22-BADC-44E7-88B8-FB16C026217F}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>WISPDemo</RootNamespace> <AssemblyName>WISPDemo</AssemblyName> <StartupObject> </StartupObject> <IsWebBootstrapper>false</IsWebBootstrapper> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation /> <TargetFrameworkProfile /> <PublishUrl>C:\Users\anparks\Desktop\WISP_Demo\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>1</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <PublishWizardCompleted>true</PublishWizardCompleted> <BootstrapperEnabled>true</BootstrapperEnabled> </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> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </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> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup> <ManifestCertificateThumbprint>93B7AF0D7596974F8A8D5C082A79A8E0F2E81D6F</ManifestCertificateThumbprint> </PropertyGroup> <PropertyGroup> <ManifestKeyFile>WispDemo_TemporaryKey.pfx</ManifestKeyFile> </PropertyGroup> <PropertyGroup> <GenerateManifests>true</GenerateManifests> </PropertyGroup> <PropertyGroup> <SignManifests>true</SignManifests> </PropertyGroup> <ItemGroup> <Compile Include="Fifo.cs" /> <Compile Include="WISPLogger.cs" /> <Compile Include="HandleTags.cs" /> <Compile Include="MainFrm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="MainFrm.Designer.cs"> <DependentUpon>MainFrm.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <EmbeddedResource Include="MainFrm.resx"> <SubType>Designer</SubType> <DependentUpon>MainFrm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <SubType>Designer</SubType> </EmbeddedResource> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> <Compile Include="TagStats.cs" /> <Compile Include="WispLoggingManager.cs" /> <None Include="WispDemo_TemporaryKey.pfx" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> <Visible>False</Visible> <ProductName>.NET Framework 2.0</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Runtime.Serialization.Formatters.Soap" /> <Reference Include="System.Windows.Forms" /> <Reference Include="ZedGraph, Version=5.1.2.878, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Resources\ZedGraph.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\BinkBonk\BinkBonk.csproj"> <Project>{DCE52162-3875-4461-A36D-34789C99903B}</Project> <Name>BinkBonk</Name> </ProjectReference> <ProjectReference Include="..\LLRP\LLRP.csproj"> <Project>{1C0436C6-1226-4B5C-BE7D-8AC69AEB66FC}</Project> <Name>LLRP</Name> </ProjectReference> <ProjectReference Include="..\Logging\Logging.csproj"> <Project>{D8C2B4F5-7F14-4FFD-80C2-C116C8CB2028}</Project> <Name>Logging</Name> </ProjectReference> <ProjectReference Include="..\MidiDemo\MidiDemo.csproj"> <Project>{8763763E-A581-4E96-B9B8-A9F5D09486F0}</Project> <Name>MidiDemo</Name> </ProjectReference> <ProjectReference Include="..\ReaderLibrary\ReaderLibrary.csproj"> <Project>{FD108C0F-8485-4296-9C56-E39A875D65DD}</Project> <Name>ReaderLibrary</Name> </ProjectReference> <ProjectReference Include="..\SaturnDemo\SaturnDemo\SaturnDemo.csproj"> <Project>{A695C595-973A-49CC-BC91-216C63650327}</Project> <Name>SaturnDemo</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>copy "$(SolutionDir)\Resources\rings.dat" "$(ProjectDir)$(OutDir)rings.dat" copy "$(SolutionDir)\Resources\saturn.jpg" "$(ProjectDir)$(Outdir)saturn.jpg"</PostBuildEvent> </PropertyGroup> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> </PropertyGroup> <!-- 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>