| 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
|---|
| 2 |
<PropertyGroup> |
|---|
| 3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|---|
| 4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|---|
| 5 |
<ProductVersion>9.0.30729</ProductVersion> |
|---|
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
|---|
| 7 |
<ProjectGuid>{A800D9F1-D877-4076-99BA-CBD73BCFB203}</ProjectGuid> |
|---|
| 8 |
<OutputType>Library</OutputType> |
|---|
| 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|---|
| 10 |
<RootNamespace>Nuxleus</RootNamespace> |
|---|
| 11 |
<AssemblyName>Xameleon</AssemblyName> |
|---|
| 12 |
<SignAssembly>true</SignAssembly> |
|---|
| 13 |
<AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> |
|---|
| 14 |
<FileUpgradeFlags> |
|---|
| 15 |
</FileUpgradeFlags> |
|---|
| 16 |
<UpgradeBackupLocation> |
|---|
| 17 |
</UpgradeBackupLocation> |
|---|
| 18 |
<OldToolsVersion>2.0</OldToolsVersion> |
|---|
| 19 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|---|
| 20 |
</PropertyGroup> |
|---|
| 21 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|---|
| 22 |
<DebugSymbols>true</DebugSymbols> |
|---|
| 23 |
<DebugType>full</DebugType> |
|---|
| 24 |
<Optimize>false</Optimize> |
|---|
| 25 |
<OutputPath>..\build\bin\</OutputPath> |
|---|
| 26 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|---|
| 27 |
<ErrorReport>prompt</ErrorReport> |
|---|
| 28 |
<WarningLevel>4</WarningLevel> |
|---|
| 29 |
<DocumentationFile>..\docs\Xameleon.xml</DocumentationFile> |
|---|
| 30 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|---|
| 31 |
</PropertyGroup> |
|---|
| 32 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|---|
| 33 |
<DebugType>pdbonly</DebugType> |
|---|
| 34 |
<Optimize>true</Optimize> |
|---|
| 35 |
<OutputPath>..\WebApp\bin\</OutputPath> |
|---|
| 36 |
<DefineConstants>TRACE</DefineConstants> |
|---|
| 37 |
<ErrorReport>prompt</ErrorReport> |
|---|
| 38 |
<WarningLevel>4</WarningLevel> |
|---|
| 39 |
<DocumentationFile>..\docs\Xameleon.xml</DocumentationFile> |
|---|
| 40 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|---|
| 41 |
</PropertyGroup> |
|---|
| 42 |
<ItemGroup> |
|---|
| 43 |
<Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> |
|---|
| 44 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 45 |
<HintPath>..\Dependencies\ICSharpCode.SharpZipLib.dll</HintPath> |
|---|
| 46 |
</Reference> |
|---|
| 47 |
<Reference Include="IKVM.OpenJDK.ClassLibrary, Version=0.36.0.4, Culture=neutral, PublicKeyToken=13235d27fcbfff58"> |
|---|
| 48 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 49 |
<HintPath>..\Dependencies\IKVM.OpenJDK.ClassLibrary.dll</HintPath> |
|---|
| 50 |
</Reference> |
|---|
| 51 |
<Reference Include="IKVM.Runtime, Version=0.36.0.4, Culture=neutral, PublicKeyToken=13235d27fcbfff58"> |
|---|
| 52 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 53 |
<HintPath>..\Dependencies\IKVM.Runtime.dll</HintPath> |
|---|
| 54 |
</Reference> |
|---|
| 55 |
<Reference Include="Memcached.ClientLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42c0400964dcc297, processorArchitecture=MSIL"> |
|---|
| 56 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 57 |
<HintPath>..\Dependencies\Memcached.ClientLibrary.dll</HintPath> |
|---|
| 58 |
</Reference> |
|---|
| 59 |
<Reference Include="Mvp.Xml, Version=2.3.0.0, Culture=neutral, PublicKeyToken=6ead800d778c9b9f, processorArchitecture=MSIL"> |
|---|
| 60 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 61 |
<HintPath>..\Dependencies\Mvp.Xml.dll</HintPath> |
|---|
| 62 |
</Reference> |
|---|
| 63 |
<Reference Include="Saxon.Api, Version=0.0.0.0, Culture=neutral, PublicKeyToken=8974f7aaf62d3d0f, processorArchitecture=MSIL"> |
|---|
| 64 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 65 |
<HintPath>..\Dependencies\Saxon.Api.dll</HintPath> |
|---|
| 66 |
</Reference> |
|---|
| 67 |
<Reference Include="saxon9, Version=9.0.0.1, Culture=neutral, PublicKeyToken=8974f7aaf62d3d0f"> |
|---|
| 68 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 69 |
<HintPath>..\Dependencies\saxon9.dll</HintPath> |
|---|
| 70 |
</Reference> |
|---|
| 71 |
<Reference Include="System" /> |
|---|
| 72 |
<Reference Include="System.configuration" /> |
|---|
| 73 |
<Reference Include="System.Core"> |
|---|
| 74 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|---|
| 75 |
</Reference> |
|---|
| 76 |
<Reference Include="System.Data" /> |
|---|
| 77 |
<Reference Include="System.Drawing" /> |
|---|
| 78 |
<Reference Include="System.Web" /> |
|---|
| 79 |
<Reference Include="System.Web.Services" /> |
|---|
| 80 |
<Reference Include="System.Xml" /> |
|---|
| 81 |
<Reference Include="Upnp, Version=0.5.0.0, Culture=neutral, PublicKeyToken=3dd7fb49887d64a2, processorArchitecture=MSIL"> |
|---|
| 82 |
<SpecificVersion>False</SpecificVersion> |
|---|
| 83 |
<HintPath>..\Dependencies\Upnp.dll</HintPath> |
|---|
| 84 |
</Reference> |
|---|
| 85 |
</ItemGroup> |
|---|
| 86 |
<ItemGroup> |
|---|
| 87 |
<Compile Include="Agent.cs" /> |
|---|
| 88 |
<Compile Include="AsyncResult\NuxleusTransformAsyncResult.cs" /> |
|---|
| 89 |
<Compile Include="Request.cs" /> |
|---|
| 90 |
<Compile Include="TransformContext.cs" /> |
|---|
| 91 |
<Compile Include="Document\*.cs" /> |
|---|
| 92 |
<Compile Include="TransformResponse.cs" /> |
|---|
| 93 |
<Compile Include="Transform\*.cs" /> |
|---|
| 94 |
<Compile Include="Function\*.cs" /> |
|---|
| 95 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|---|
| 96 |
<Compile Include="Properties\Settings.Designer.cs"> |
|---|
| 97 |
<AutoGen>True</AutoGen> |
|---|
| 98 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|---|
| 99 |
<DependentUpon>Settings.settings</DependentUpon> |
|---|
| 100 |
</Compile> |
|---|
| 101 |
<Compile Include="ResultDocumentHandler\*.cs" /> |
|---|
| 102 |
<Compile Include="SemWeb\*.cs" /> |
|---|
| 103 |
<Compile Include="UrlResolver\NuxleusXmlUrlResolver.cs" /> |
|---|
| 104 |
</ItemGroup> |
|---|
| 105 |
<ItemGroup> |
|---|
| 106 |
<None Include="app.config" /> |
|---|
| 107 |
<None Include="Extf.Net.snk" /> |
|---|
| 108 |
<None Include="Properties\Settings.settings"> |
|---|
| 109 |
<Generator>SettingsSingleFileGenerator</Generator> |
|---|
| 110 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|---|
| 111 |
</None> |
|---|
| 112 |
</ItemGroup> |
|---|
| 113 |
<ItemGroup> |
|---|
| 114 |
<WebReferences Include="Web References\" /> |
|---|
| 115 |
</ItemGroup> |
|---|
| 116 |
<ItemGroup> |
|---|
| 117 |
<ProjectReference Include="..\Dependencies\sgmlreader-1.7.2\sgmlreaderdll\SgmlReaderDll8.csproj"> |
|---|
| 118 |
<Project>{D7BBFCCD-F523-400A-89C6-7AD879FBC56C}</Project> |
|---|
| 119 |
<Name>SgmlReaderDll8</Name> |
|---|
| 120 |
</ProjectReference> |
|---|
| 121 |
<ProjectReference Include="..\Nuxleus.Agent\Nuxleus.Agent.csproj"> |
|---|
| 122 |
<Project>{C556BDDD-DF33-4C40-AC9B-3AE90FC214DA}</Project> |
|---|
| 123 |
<Name>Nuxleus.Agent</Name> |
|---|
| 124 |
</ProjectReference> |
|---|
| 125 |
<ProjectReference Include="..\Nuxleus.Authentication\Nuxleus.Authentication.csproj"> |
|---|
| 126 |
<Project>{ACE1943D-302E-4D83-8E54-4A9ABBF20D97}</Project> |
|---|
| 127 |
<Name>Nuxleus.Authentication</Name> |
|---|
| 128 |
</ProjectReference> |
|---|
| 129 |
<ProjectReference Include="..\Nuxleus.Command\Nuxleus.Command.csproj"> |
|---|
| 130 |
<Project>{091EC796-27A0-4EDF-9286-B7ABF7981769}</Project> |
|---|
| 131 |
<Name>Nuxleus.Command</Name> |
|---|
| 132 |
</ProjectReference> |
|---|
| 133 |
<ProjectReference Include="..\Nuxleus.Configuration\Nuxleus.Configuration.csproj"> |
|---|
| 134 |
<Project>{0FFD8B77-2852-4CB0-9B85-29424C40FC44}</Project> |
|---|
| 135 |
<Name>Nuxleus.Configuration</Name> |
|---|
| 136 |
</ProjectReference> |
|---|
| 137 |
<ProjectReference Include="..\Nuxleus.Cryptography\Nuxleus.Cryptography.csproj"> |
|---|
| 138 |
<Project>{76489AFC-B3D6-40E4-AA45-840D069E4F43}</Project> |
|---|
| 139 |
<Name>Nuxleus.Cryptography</Name> |
|---|
| 140 |
</ProjectReference> |
|---|
| 141 |
<ProjectReference Include="..\Nuxleus.Extension.Aws.Sdb\Nuxleus.Extension.Aws.Sdb.csproj"> |
|---|
| 142 |
<Project>{1B652675-CFC9-43C5-9C72-938B42EB317F}</Project> |
|---|
| 143 |
<Name>Nuxleus.Extension.Aws.Sdb</Name> |
|---|
| 144 |
</ProjectReference> |
|---|
| 145 |
<ProjectReference Include="..\Nuxleus.Extension.Aws\Nuxleus.Extension.Aws.csproj"> |
|---|
| 146 |
<Project>{058E925F-6FD0-4FAF-AA97-22D48D62923E}</Project> |
|---|
| 147 |
<Name>Nuxleus.Extension.Aws</Name> |
|---|
| 148 |
</ProjectReference> |
|---|
| 149 |
<ProjectReference Include="..\Nuxleus.Extension.Facebook\Nuxleus.Extension.Facebook.csproj"> |
|---|
| 150 |
<Project>{57859464-D977-4E77-89D9-6296DF953143}</Project> |
|---|
| 151 |
<Name>Nuxleus.Extension.Facebook</Name> |
|---|
| 152 |
</ProjectReference> |
|---|
| 153 |
<ProjectReference Include="..\Nuxleus.IO\Nuxleus.IO.csproj"> |
|---|
| 154 |
<Project>{76B51906-3D94-412F-B943-84CD2A41AE11}</Project> |
|---|
| 155 |
<Name>Nuxleus.IO</Name> |
|---|
| 156 |
</ProjectReference> |
|---|
| 157 |
<ProjectReference Include="..\Nuxleus.Messaging\Nuxleus.Messaging.csproj"> |
|---|
| 158 |
<Project>{AED10FB5-FA04-4C28-9BF4-26C2278175E7}</Project> |
|---|
| 159 |
<Name>Nuxleus.Messaging</Name> |
|---|
| 160 |
</ProjectReference> |
|---|
| 161 |
<ProjectReference Include="..\Nuxleus.Process\Nuxleus.Process.csproj"> |
|---|
| 162 |
<Project>{62B71546-D55D-4B35-9D84-CDF8ED555E52}</Project> |
|---|
| 163 |
<Name>Nuxleus.Process</Name> |
|---|
| 164 |
</ProjectReference> |
|---|
| 165 |
<ProjectReference Include="..\Nuxleus.PubSub\Nuxleus.PubSub.csproj"> |
|---|
| 166 |
<Project>{5C9AF3AF-8B80-41FB-8407-747CB0FE4144}</Project> |
|---|
| 167 |
<Name>Nuxleus.PubSub</Name> |
|---|
| 168 |
</ProjectReference> |
|---|
| 169 |
<ProjectReference Include="..\Nuxleus.Utility\Nuxleus.Utility.csproj"> |
|---|
| 170 |
<Project>{3D54F988-AF1D-4B5C-A013-C85525926692}</Project> |
|---|
| 171 |
<Name>Nuxleus.Utility</Name> |
|---|
| 172 |
</ProjectReference> |
|---|
| 173 |
</ItemGroup> |
|---|
| 174 |
<ItemGroup> |
|---|
| 175 |
<Folder Include="Service\" /> |
|---|
| 176 |
<Folder Include="WSGI\" /> |
|---|
| 177 |
</ItemGroup> |
|---|
| 178 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|---|
| 179 |
<PropertyGroup> |
|---|
| 180 |
<PostBuildEvent> |
|---|
| 181 |
</PostBuildEvent> |
|---|
| 182 |
</PropertyGroup> |
|---|
| 183 |
</Project> |
|---|