[710] | 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)' == '' ">x86</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{15D5D758-709A-412D-B06D-158477BC9BFC}</ProjectGuid>
|
---|
| 9 | <OutputType>Exe</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>xmlTools</RootNamespace>
|
---|
| 12 | <AssemblyName>posUpdate</AssemblyName>
|
---|
[874] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[710] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
| 16 | <FileAlignment>512</FileAlignment>
|
---|
[874] | 17 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
[710] | 18 | <PublishUrl>publish\</PublishUrl>
|
---|
| 19 | <Install>true</Install>
|
---|
| 20 | <InstallFrom>Disk</InstallFrom>
|
---|
| 21 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 22 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 23 | <UpdateInterval>7</UpdateInterval>
|
---|
| 24 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 25 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 26 | <UpdateRequired>false</UpdateRequired>
|
---|
| 27 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 28 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 29 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 30 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 31 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 34 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 35 | <DebugSymbols>true</DebugSymbols>
|
---|
| 36 | <DebugType>full</DebugType>
|
---|
| 37 | <Optimize>false</Optimize>
|
---|
| 38 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 40 | <ErrorReport>prompt</ErrorReport>
|
---|
| 41 | <WarningLevel>4</WarningLevel>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <DebugType>pdbonly</DebugType>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 48 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | <WarningLevel>4</WarningLevel>
|
---|
| 51 | </PropertyGroup>
|
---|
| 52 | <ItemGroup>
|
---|
| 53 | <Reference Include="CLAP">
|
---|
| 54 | <HintPath>..\..\..\Libraries\net20\CLAP.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
[874] | 56 | <Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 57 | <SpecificVersion>False</SpecificVersion>
|
---|
| 58 | <HintPath>bin\Debug\FSharp.Core.dll</HintPath>
|
---|
| 59 | </Reference>
|
---|
| 60 | <Reference Include="IronJS, Version=0.2.0.0, Culture=neutral, processorArchitecture=x86">
|
---|
| 61 | <SpecificVersion>False</SpecificVersion>
|
---|
| 62 | <HintPath>bin\Debug\IronJS.dll</HintPath>
|
---|
| 63 | </Reference>
|
---|
| 64 | <Reference Include="Microsoft.Scripting.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 65 | <SpecificVersion>False</SpecificVersion>
|
---|
| 66 | <HintPath>bin\Debug\Microsoft.Scripting.Core.dll</HintPath>
|
---|
| 67 | </Reference>
|
---|
| 68 | <Reference Include="Microsoft.Scripting.ExtensionAttribute">
|
---|
| 69 | <HintPath>..\..\..\..\..\..\..\dev_libs\IronJS\Microsoft.Scripting.ExtensionAttribute.dll</HintPath>
|
---|
| 70 | </Reference>
|
---|
[710] | 71 | <Reference Include="System" />
|
---|
| 72 | <Reference Include="System.Data" />
|
---|
| 73 | <Reference Include="System.Xml" />
|
---|
| 74 | </ItemGroup>
|
---|
| 75 | <ItemGroup>
|
---|
| 76 | <Compile Include="ParametersParser.cs" />
|
---|
[874] | 77 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 78 | <AutoGen>True</AutoGen>
|
---|
| 79 | <DesignTime>True</DesignTime>
|
---|
| 80 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 81 | </Compile>
|
---|
[710] | 82 | <Compile Include="Util.cs" />
|
---|
| 83 | <Compile Include="XmlPatch.cs" />
|
---|
| 84 | <Compile Include="XmlTextValue.cs" />
|
---|
| 85 | <Compile Include="XmlTools.cs" />
|
---|
| 86 | <Compile Include="Program.cs" />
|
---|
| 87 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 88 | <Compile Include="XmlNumberValue.cs" />
|
---|
| 89 | </ItemGroup>
|
---|
| 90 | <ItemGroup>
|
---|
| 91 | <None Include="app.config" />
|
---|
| 92 | <None Include="packages.config" />
|
---|
| 93 | </ItemGroup>
|
---|
| 94 | <ItemGroup>
|
---|
| 95 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 96 | <Visible>False</Visible>
|
---|
| 97 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 98 | <Install>false</Install>
|
---|
| 99 | </BootstrapperPackage>
|
---|
| 100 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 101 | <Visible>False</Visible>
|
---|
| 102 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 103 | <Install>true</Install>
|
---|
| 104 | </BootstrapperPackage>
|
---|
| 105 | </ItemGroup>
|
---|
[874] | 106 | <ItemGroup>
|
---|
| 107 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 108 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 109 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 110 | </EmbeddedResource>
|
---|
| 111 | </ItemGroup>
|
---|
| 112 | <ItemGroup>
|
---|
| 113 | <None Include="Resources\TextFile1.txt" />
|
---|
| 114 | </ItemGroup>
|
---|
| 115 | <ItemGroup>
|
---|
| 116 | <None Include="Resources\xmlsax.txt" />
|
---|
| 117 | </ItemGroup>
|
---|
| 118 | <ItemGroup>
|
---|
| 119 | <None Include="Resources\xmlsax.js.txt" />
|
---|
| 120 | </ItemGroup>
|
---|
| 121 | <ItemGroup>
|
---|
| 122 | <WCFMetadata Include="Service References\" />
|
---|
| 123 | </ItemGroup>
|
---|
[710] | 124 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 125 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 126 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 127 | <Target Name="BeforeBuild">
|
---|
| 128 | </Target>
|
---|
| 129 | <Target Name="AfterBuild">
|
---|
| 130 | </Target>
|
---|
| 131 | -->
|
---|
| 132 | </Project>
|
---|