| 10 |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
|
<RootNamespace>xmlTools</RootNamespace> |
| 12 |
|
<AssemblyName>posUpdate</AssemblyName> |
| 13 |
< |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 13 |
> |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 14 |
|
<TargetFrameworkProfile> |
| 15 |
|
</TargetFrameworkProfile> |
| 16 |
|
<FileAlignment>512</FileAlignment> |
| 17 |
+ |
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 18 |
|
<PublishUrl>publish\</PublishUrl> |
| 19 |
|
<Install>true</Install> |
| 20 |
|
<InstallFrom>Disk</InstallFrom> |
| 27 |
|
<MapFileExtensions>true</MapFileExtensions> |
| 28 |
|
<ApplicationRevision>0</ApplicationRevision> |
| 29 |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 29 |
– |
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 30 |
|
<UseApplicationTrust>false</UseApplicationTrust> |
| 31 |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 32 |
|
</PropertyGroup> |
| 53 |
|
<Reference Include="CLAP"> |
| 54 |
|
<HintPath>..\..\..\Libraries\net20\CLAP.dll</HintPath> |
| 55 |
|
</Reference> |
| 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> |
| 71 |
|
<Reference Include="System" /> |
| 72 |
|
<Reference Include="System.Data" /> |
| 73 |
|
<Reference Include="System.Xml" /> |
| 74 |
|
</ItemGroup> |
| 75 |
|
<ItemGroup> |
| 76 |
|
<Compile Include="ParametersParser.cs" /> |
| 77 |
+ |
<Compile Include="Properties\Resources.Designer.cs"> |
| 78 |
+ |
<AutoGen>True</AutoGen> |
| 79 |
+ |
<DesignTime>True</DesignTime> |
| 80 |
+ |
<DependentUpon>Resources.resx</DependentUpon> |
| 81 |
+ |
</Compile> |
| 82 |
|
<Compile Include="Util.cs" /> |
| 83 |
|
<Compile Include="XmlPatch.cs" /> |
| 84 |
|
<Compile Include="XmlTextValue.cs" /> |
| 103 |
|
<Install>true</Install> |
| 104 |
|
</BootstrapperPackage> |
| 105 |
|
</ItemGroup> |
| 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> |
| 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. |