Projects and libraries renamed

main
Inga 🏳‍🌈 12 years ago
parent bb2e593821
commit 0b92260074
  1. 2
      Builder/IISMainHandler/build.txt
  2. 4
      Builder/IISMainHandler/postbuild.bat
  3. 4
      Builder/IISMainHandler/prebuild.bat
  4. 90
      Builder/IISMainHandler/product.wxs
  5. 24
      Builder/IISUploadHandler/product.wxs
  6. 4
      Builder/Properties/AssemblyInfo.cs
  7. 4
      FLocal.Common/FLocal.Common.csproj
  8. 8
      FLocal.Common/Properties/AssemblyInfo.cs
  9. 8
      FLocal.IISHandler/FLocal.IISHandler.csproj
  10. 8
      FLocal.IISHandler/Properties/AssemblyInfo.cs
  11. 8
      FLocal.Migration.Console/FLocal.Migration.Console.csproj
  12. 8
      FLocal.Migration.Console/Properties/AssemblyInfo.cs
  13. 2
      FLocal.Migration.Gateway/FLocal.Migration.Gateway.csproj
  14. 8
      FLocal.Migration.Gateway/Properties/AssemblyInfo.cs
  15. 12
      FLocal.sln
  16. 4
      MySQLConnector/MySQLConnector.csproj
  17. 4
      MySQLConnector/Properties/AssemblyInfo.cs
  18. 4
      TexCompiler/Properties/AssemblyInfo.cs
  19. 8
      Web.Core/Properties/AssemblyInfo.cs
  20. 2
      Web.Core/Web.Core.csproj
  21. 8
      Web.IISUploadHandler/Properties/AssemblyInfo.cs
  22. 4
      Web.IISUploadHandler/Web.IISUploadHandler.csproj

@ -1,5 +1,5 @@
@echo off @echo off
del Templates.7z del Resources.FLocal.Templates.7z
del Static.7z del Resources.FLocal.Static.7z
ping localhost -n 2 >nul ping localhost -n 2 >nul
del 7z.exe del 7z.exe

@ -1,5 +1,5 @@
@echo off @echo off
"C:\Program Files\7-Zip\7z.exe" a Templates.7z ..\..\Resources\FLocal\templates\* -xr!.svn "C:\Program Files\7-Zip\7z.exe" a Resources.FLocal.Templates.7z ..\..\Resources\FLocal\templates\* -xr!.svn
"C:\Program Files\7-Zip\7z.exe" a Static.7z ..\..\Resources\FLocal\static\* -xr!.svn "C:\Program Files\7-Zip\7z.exe" a Resources.FLocal.Static.7z ..\..\Resources\FLocal\static\* -xr!.svn
copy "C:\Program Files\7-Zip\7z.exe" 7z.exe copy "C:\Program Files\7-Zip\7z.exe" 7z.exe
exit exit

@ -27,17 +27,17 @@
</Directory> </Directory>
</Directory> </Directory>
<DirectoryRef Id="BINARIESROOTDIRECTORY"> <DirectoryRef Id="BINARIESROOTDIRECTORY">
<Component Id="Core.dll" Guid="B8542489-E367-4AC6-9FCF-EA3454F0D64{targetId}"> <Component Id="Web.Core.dll" Guid="B8542489-E367-4AC6-9FCF-EA3454F0D64{targetId}">
<File Id="Core.dll" Source="..\..\Web.Core\bin\Release\Core.dll" KeyPath="yes" Checksum="yes"/> <File Id="Web.Core.dll" Source="..\..\Web.Core\bin\Release\Web.Core.dll" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Core.pdb" Guid="3109981C-0182-48CA-B1CA-8F68F1C0F4B{targetId}"> <Component Id="Web.Core.pdb" Guid="3109981C-0182-48CA-B1CA-8F68F1C0F4B{targetId}">
<File Id="Core.pdb" Source="..\..\Web.Core\bin\Release\Core.pdb" KeyPath="yes" Checksum="yes"/> <File Id="Web.Core.pdb" Source="..\..\Web.Core\bin\Release\Web.Core.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Common.dll" Guid="4CD35090-702C-479D-826B-2DE966FB0D4{targetId}"> <Component Id="FLocal.Common.dll" Guid="4CD35090-702C-479D-826B-2DE966FB0D4{targetId}">
<File Id="Common.dll" Source="..\..\FLocal.Common\bin\Release\Common.dll" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.Common.dll" Source="..\..\FLocal.Common\bin\Release\FLocal.Common.dll" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Common.pdb" Guid="78F773B8-0B28-4657-8E13-739FDB16F3C{targetId}"> <Component Id="FLocal.Common.pdb" Guid="78F773B8-0B28-4657-8E13-739FDB16F3C{targetId}">
<File Id="Common.pdb" Source="..\..\FLocal.Common\bin\Release\Common.pdb" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.Common.pdb" Source="..\..\FLocal.Common\bin\Release\FLocal.Common.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="MySQLConnector.dll" Guid="924EC439-F1F0-431F-A6EA-152C321F614{targetId}"> <Component Id="MySQLConnector.dll" Guid="924EC439-F1F0-431F-A6EA-152C321F614{targetId}">
<File Id="MySQLConnector.dll" Source="..\..\MySQLConnector\bin\Release\MySQLConnector.dll" KeyPath="yes" Checksum="yes"/> <File Id="MySQLConnector.dll" Source="..\..\MySQLConnector\bin\Release\MySQLConnector.dll" KeyPath="yes" Checksum="yes"/>
@ -45,23 +45,23 @@
<Component Id="MySQLConnector.pdb" Guid="32AA82C5-1561-4612-A113-C7A099C3ECE{targetId}"> <Component Id="MySQLConnector.pdb" Guid="32AA82C5-1561-4612-A113-C7A099C3ECE{targetId}">
<File Id="MySQLConnector.pdb" Source="..\..\MySQLConnector\bin\Release\MySQLConnector.pdb" KeyPath="yes" Checksum="yes"/> <File Id="MySQLConnector.pdb" Source="..\..\MySQLConnector\bin\Release\MySQLConnector.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="IISMainHandler.dll" Guid="E3BCF3A1-75C0-4CD7-95D4-4A0245B1CA1{targetId}"> <Component Id="FLocal.IISHandler.dll" Guid="E3BCF3A1-75C0-4CD7-95D4-4A0245B1CA1{targetId}">
<File Id="IISMainHandler.dll" Source="..\..\FLocal.IISHandler\bin\Release\IISMainHandler.dll" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.IISHandler.dll" Source="..\..\FLocal.IISHandler\bin\Release\FLocal.IISHandler.dll" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="IISMainHandler.pdb" Guid="4F5F1280-8EC8-4C56-80F4-8C810F0C839{targetId}"> <Component Id="FLocal.IISHandler.pdb" Guid="4F5F1280-8EC8-4C56-80F4-8C810F0C839{targetId}">
<File Id="IISMainHandler.pdb" Source="..\..\FLocal.IISHandler\bin\Release\IISMainHandler.pdb" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.IISHandler.pdb" Source="..\..\FLocal.IISHandler\bin\Release\FLocal.IISHandler.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Importer.dll" Guid="F25304A3-2705-4E97-B0E9-1DF04C277AD{targetId}"> <Component Id="FLocal.Migration.Gateway.dll" Guid="F25304A3-2705-4E97-B0E9-1DF04C277AD{targetId}">
<File Id="Importer.dll" Source="..\..\FLocal.Migration.Gateway\bin\Release\Importer.dll" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.Migration.Gateway.dll" Source="..\..\FLocal.Migration.Gateway\bin\Release\FLocal.Migration.Gateway.dll" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Importer.pdb" Guid="6AE31E67-EFC6-471B-BB55-0DF628399D3{targetId}"> <Component Id="FLocal.Migration.Gateway.pdb" Guid="6AE31E67-EFC6-471B-BB55-0DF628399D3{targetId}">
<File Id="Importer.pdb" Source="..\..\FLocal.Migration.Gateway\bin\Release\Importer.pdb" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.Migration.Gateway.pdb" Source="..\..\FLocal.Migration.Gateway\bin\Release\FLocal.Migration.Gateway.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="ImportConsole.exe" Guid="45962809-9BE4-4792-9759-21C49FCA57F{targetId}"> <Component Id="FLocal.Migration.Console.exe" Guid="45962809-9BE4-4792-9759-21C49FCA57F{targetId}">
<File Id="ImportConsole.exe" Source="..\..\FLocal.Migration.Console\bin\Release\ImportConsole.exe" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.Migration.Console.exe" Source="..\..\FLocal.Migration.Console\bin\Release\FLocal.Migration.Console.exe" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="ImportConsole.pdb" Guid="6E5DCF23-7247-4DE0-BB6D-1A846372343{targetId}"> <Component Id="FLocal.Migration.Console.pdb" Guid="6E5DCF23-7247-4DE0-BB6D-1A846372343{targetId}">
<File Id="ImportConsole.pdb" Source="..\..\FLocal.Migration.Console\bin\Release\ImportConsole.pdb" KeyPath="yes" Checksum="yes"/> <File Id="FLocal.Migration.Console.pdb" Source="..\..\FLocal.Migration.Console\bin\Release\FLocal.Migration.Console.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="NConsoler.dll" Guid="F39FD087-8961-4871-9D59-FDB83002BC9{targetId}"> <Component Id="NConsoler.dll" Guid="F39FD087-8961-4871-9D59-FDB83002BC9{targetId}">
<File Id="NConsoler.dll" Source="..\..\ThirdParty\NConsoler\NConsoler.dll" KeyPath="yes" Checksum="yes"/> <File Id="NConsoler.dll" Source="..\..\ThirdParty\NConsoler\NConsoler.dll" KeyPath="yes" Checksum="yes"/>
@ -89,37 +89,37 @@
</Component> </Component>
</DirectoryRef> </DirectoryRef>
<DirectoryRef Id="ARCHIVEDIRECTORY"> <DirectoryRef Id="ARCHIVEDIRECTORY">
<Component Id="Templates.7z" Guid="B41F4142-A39C-43BE-8D20-F31BFFA9B48{targetId}"> <Component Id="Resources.FLocal.Templates.7z" Guid="B41F4142-A39C-43BE-8D20-F31BFFA9B48{targetId}">
<File Id="Templates.7z" Source="Templates.7z" KeyPath="yes" Checksum="yes"/> <File Id="Resources.FLocal.Templates.7z" Source="Resources.FLocal.Templates.7z" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Static.7z" Guid="C5D6456D-39B0-40E1-8DB1-0950199B15D{targetId}"> <Component Id="Resources.FLocal.Static.7z" Guid="C5D6456D-39B0-40E1-8DB1-0950199B15D{targetId}">
<File Id="Static.7z" Source="Static.7z" KeyPath="yes" Checksum="yes"/> <File Id="Resources.FLocal.Static.7z" Source="Resources.FLocal.Static.7z" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="_7z.exe" Guid="57AD7901-2C9B-4349-ABD8-C8FBA82F272{targetId}"> <Component Id="_7z.exe" Guid="57AD7901-2C9B-4349-ABD8-C8FBA82F272{targetId}">
<File Id="_7z.exe" Name="7z.exe" Source="7z.exe" KeyPath="yes" Checksum="yes"/> <File Id="_7z.exe" Name="7z.exe" Source="7z.exe" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
</DirectoryRef> </DirectoryRef>
<Feature Id='IISMainHandler' Title='IISMainHandler' Level='1'> <Feature Id='FLocal.IISHandler' Title='IISMainHandler' Level='1'>
<ComponentRef Id='IISMainHandler.dll' /> <ComponentRef Id='FLocal.IISHandler.dll' />
<ComponentRef Id='IISMainHandler.pdb' /> <ComponentRef Id='FLocal.IISHandler.pdb' />
</Feature> </Feature>
<Feature Id='Import' Title='Import utilities' Level='1'> <Feature Id='FLocal.Migration.Gateway' Title='Import utilities' Level='1'>
<Feature Id='Importer' Title='Importer library' Level='1'> <Feature Id='Importer' Title='Importer library' Level='1'>
<ComponentRef Id='Importer.dll' /> <ComponentRef Id='FLocal.Migration.Gateway.dll' />
<ComponentRef Id='Importer.pdb' /> <ComponentRef Id='FLocal.Migration.Gateway.pdb' />
</Feature> </Feature>
<Feature Id='ImportConsole' Title='Import console' Level='1'> <Feature Id='FLocal.Migration.Console' Title='Import console' Level='1'>
<ComponentRef Id='ImportConsole.exe' /> <ComponentRef Id='FLocal.Migration.Console.exe' />
<ComponentRef Id='ImportConsole.pdb' /> <ComponentRef Id='FLocal.Migration.Console.pdb' />
</Feature> </Feature>
</Feature> </Feature>
<Feature Id='Core' Title='Core library' Level='1'> <Feature Id='Web.Core' Title='Core library' Level='1'>
<ComponentRef Id='Core.dll' /> <ComponentRef Id='Web.Core.dll' />
<ComponentRef Id='Core.pdb' /> <ComponentRef Id='Web.Core.pdb' />
</Feature> </Feature>
<Feature Id='Common' Title='Common FLocal libraries' Level='1'> <Feature Id='FLocal.Common' Title='Common FLocal libraries' Level='1'>
<ComponentRef Id='Common.dll' /> <ComponentRef Id='FLocal.Common.dll' />
<ComponentRef Id='Common.pdb' /> <ComponentRef Id='FLocal.Common.pdb' />
</Feature> </Feature>
<Feature Id='MySQLConnector' Title='Adapter to DbConnection' Level='1'> <Feature Id='MySQLConnector' Title='Adapter to DbConnection' Level='1'>
<ComponentRef Id='MySQLConnector.dll' /> <ComponentRef Id='MySQLConnector.dll' />
@ -147,16 +147,16 @@
</Feature> </Feature>
<Feature Id="Data" Title="Various data sets" Level="1"> <Feature Id="Data" Title="Various data sets" Level="1">
<ComponentRef Id="_7z.exe"/> <ComponentRef Id="_7z.exe"/>
<Feature Id="Templates" Title="Templates" Level="1"> <Feature Id="Resources.FLocal.Templates" Title="Templates" Level="1">
<ComponentRef Id="Templates.7z"/> <ComponentRef Id="Resources.FLocal.Templates.7z"/>
</Feature> </Feature>
<Feature Id="Static" Title="Static images css etc" Level="1"> <Feature Id="Resources.FLocal.Static" Title="Static images css etc" Level="1">
<ComponentRef Id="Static.7z"/> <ComponentRef Id="Resources.FLocal.Static.7z"/>
</Feature> </Feature>
</Feature> </Feature>
<CustomAction Id="InstallTemplates" FileKey="_7z.exe" ExeCommand="x &quot;C:\Program Files\FLocal\main\{target}\archive\Templates.7z&quot; -o&quot;C:\Program Files\FLocal\main\{target}\data\templates\&quot; -aoa -y" Execute="deferred" Impersonate="no" Return="check"/> <CustomAction Id="InstallTemplates" FileKey="_7z.exe" ExeCommand="x &quot;C:\Program Files\FLocal\main\{target}\archive\Resources.FLocal.Templates.7z&quot; -o&quot;C:\Program Files\FLocal\main\{target}\data\templates\&quot; -aoa -y" Execute="deferred" Impersonate="no" Return="check"/>
<CustomAction Id="InstallStatic" FileKey="_7z.exe" ExeCommand="x &quot;C:\Program Files\FLocal\main\{target}\archive\Static.7z&quot; -o&quot;C:\Program Files\FLocal\main\{target}\data\Static\&quot; -aoa -y" Execute="deferred" Impersonate="no" Return="check"/> <CustomAction Id="InstallStatic" FileKey="_7z.exe" ExeCommand="x &quot;C:\Program Files\FLocal\main\{target}\archive\Resources.FLocal.Static.7z&quot; -o&quot;C:\Program Files\FLocal\main\{target}\data\Static\&quot; -aoa -y" Execute="deferred" Impersonate="no" Return="check"/>
<InstallExecuteSequence> <InstallExecuteSequence>
<Custom Action="InstallTemplates" Before="InstallFinalize"> <Custom Action="InstallTemplates" Before="InstallFinalize">
<![CDATA[NOT REMOVE]]> <![CDATA[NOT REMOVE]]>

@ -25,27 +25,27 @@
</Directory> </Directory>
</Directory> </Directory>
<DirectoryRef Id="BINARIESROOTDIRECTORY"> <DirectoryRef Id="BINARIESROOTDIRECTORY">
<Component Id="Core.dll" Guid="4770412D-CAFE-469B-AD39-993832D43380"> <Component Id="Web.Core.dll" Guid="4770412D-CAFE-469B-AD39-993832D43380">
<File Id="Core.dll" Source="..\..\Core\bin\Release\Core.dll" KeyPath="yes" Checksum="yes"/> <File Id="Web.Core.dll" Source="..\..\Web.Core\bin\Release\Web.Core.dll" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="Core.pdb" Guid="D48AA0FF-F559-475B-BF27-C2BD537F7DD4"> <Component Id="Web.Core.pdb" Guid="D48AA0FF-F559-475B-BF27-C2BD537F7DD4">
<File Id="Core.pdb" Source="..\..\Core\bin\Release\Core.pdb" KeyPath="yes" Checksum="yes"/> <File Id="Web.Core.pdb" Source="..\..\Web.Core\bin\Release\Web.Core.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="IISUploadHandler.dll" Guid="285FB9C5-A16F-4C4A-885C-8743AF66A43E"> <Component Id="Web.IISUploadHandler.dll" Guid="285FB9C5-A16F-4C4A-885C-8743AF66A43E">
<File Id="IISUploadHandler.dll" Source="..\..\IISUploadHandler\bin\Release\IISUploadHandler.dll" KeyPath="yes" Checksum="yes"/> <File Id="Web.IISUploadHandler.dll" Source="..\..\Web.IISUploadHandler\bin\Release\Web.IISUploadHandler.dll" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="IISUploadHandler.pdb" Guid="DD8F0AA8-0F14-4D97-83E8-4F623921B602"> <Component Id="Web.IISUploadHandler.pdb" Guid="DD8F0AA8-0F14-4D97-83E8-4F623921B602">
<File Id="IISUploadHandler.pdb" Source="..\..\IISUploadHandler\bin\Release\IISUploadHandler.pdb" KeyPath="yes" Checksum="yes"/> <File Id="IISUploadHandler.pdb" Source="..\..\Web.IISUploadHandler\bin\Release\Web.IISUploadHandler.pdb" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
</DirectoryRef> </DirectoryRef>
<Feature Id='IISUploadHandler' Title='IISUploadHandler' Level='1'> <Feature Id='IISUploadHandler' Title='IISUploadHandler' Level='1'>
<ComponentRef Id='IISUploadHandler.dll' /> <ComponentRef Id='Web.IISUploadHandler.dll' />
<ComponentRef Id='IISUploadHandler.pdb' /> <ComponentRef Id='Web.IISUploadHandler.pdb' />
</Feature> </Feature>
<Feature Id='Core' Title='Core library' Level='1'> <Feature Id='Core' Title='Core library' Level='1'>
<ComponentRef Id='Core.dll' /> <ComponentRef Id='Web.Core.dll' />
<ComponentRef Id='Core.pdb' /> <ComponentRef Id='Web.Core.pdb' />
</Feature> </Feature>
</Product> </Product>

@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Builder")] [assembly: AssemblyTitle("Builder")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("Builder")] [assembly: AssemblyProduct("Builder")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -9,7 +9,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FLocal.Common</RootNamespace> <RootNamespace>FLocal.Common</RootNamespace>
<AssemblyName>Common</AssemblyName> <AssemblyName>FLocal.Common</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>
@ -185,7 +185,7 @@
<Compile Include="UserSettingsGateway.cs" /> <Compile Include="UserSettingsGateway.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Web.Core\Core.csproj"> <ProjectReference Include="..\Web.Core\Web.Core.csproj">
<Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project> <Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project>
<Name>Core</Name> <Name>Core</Name>
</ProjectReference> </ProjectReference>

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Common")] [assembly: AssemblyTitle("FLocal.Common")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("Common")] [assembly: AssemblyProduct("FLocal.Common")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -9,7 +9,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FLocal.IISHandler</RootNamespace> <RootNamespace>FLocal.IISHandler</RootNamespace>
<AssemblyName>IISMainHandler</AssemblyName> <AssemblyName>FLocal.IISHandler</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>
@ -128,15 +128,15 @@
<WCFMetadata Include="Service References\" /> <WCFMetadata Include="Service References\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\FLocal.Common\Common.csproj"> <ProjectReference Include="..\FLocal.Common\FLocal.Common.csproj">
<Project>{CE888859-9E46-41F7-91CE-8EC106F3A625}</Project> <Project>{CE888859-9E46-41F7-91CE-8EC106F3A625}</Project>
<Name>Common</Name> <Name>Common</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\Web.Core\Core.csproj"> <ProjectReference Include="..\Web.Core\Web.Core.csproj">
<Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project> <Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project>
<Name>Core</Name> <Name>Core</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\FLocal.Migration.Gateway\Importer.csproj"> <ProjectReference Include="..\FLocal.Migration.Gateway\FLocal.Migration.Gateway.csproj">
<Project>{E2ECF86C-C0BA-4782-A485-E267BB213BB2}</Project> <Project>{E2ECF86C-C0BA-4782-A485-E267BB213BB2}</Project>
<Name>Importer</Name> <Name>Importer</Name>
</ProjectReference> </ProjectReference>

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("IISMainHandler")] [assembly: AssemblyTitle("FLocal.IISHandler")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("IISMainHandler")] [assembly: AssemblyProduct("FLocal.IISHandler")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -9,7 +9,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FLocal.Migration.Console</RootNamespace> <RootNamespace>FLocal.Migration.Console</RootNamespace>
<AssemblyName>ImportConsole</AssemblyName> <AssemblyName>FLocal.Migration.Console</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>
@ -58,15 +58,15 @@
<Compile Include="UsersImporter.cs" /> <Compile Include="UsersImporter.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\FLocal.Common\Common.csproj"> <ProjectReference Include="..\FLocal.Common\FLocal.Common.csproj">
<Project>{CE888859-9E46-41F7-91CE-8EC106F3A625}</Project> <Project>{CE888859-9E46-41F7-91CE-8EC106F3A625}</Project>
<Name>Common</Name> <Name>Common</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\Web.Core\Core.csproj"> <ProjectReference Include="..\Web.Core\Web.Core.csproj">
<Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project> <Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project>
<Name>Core</Name> <Name>Core</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\FLocal.Migration.Gateway\Importer.csproj"> <ProjectReference Include="..\FLocal.Migration.Gateway\FLocal.Migration.Gateway.csproj">
<Project>{E2ECF86C-C0BA-4782-A485-E267BB213BB2}</Project> <Project>{E2ECF86C-C0BA-4782-A485-E267BB213BB2}</Project>
<Name>Importer</Name> <Name>Importer</Name>
</ProjectReference> </ProjectReference>

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("ImportConsole")] [assembly: AssemblyTitle("FLocal.Migration.Console")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("ImportConsole")] [assembly: AssemblyProduct("FLocal.Migration.Console")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -9,7 +9,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FLocal.Migration.Gateway</RootNamespace> <RootNamespace>FLocal.Migration.Gateway</RootNamespace>
<AssemblyName>Importer</AssemblyName> <AssemblyName>FLocal.Migration.Gateway</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Importer")] [assembly: AssemblyTitle("FLocal.Migration.Gateway")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("Importer")] [assembly: AssemblyProduct("FLocal.Migration.Gateway")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -1,21 +1,21 @@
 
Microsoft Visual Studio Solution File, Format Version 10.00 Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Web Developer Express 2008 # Visual Web Developer Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISMainHandler", "FLocal.IISHandler\IISMainHandler.csproj", "{9A902732-E7F1-4F41-869B-316AF2254B36}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLocal.IISHandler", "FLocal.IISHandler\FLocal.IISHandler.csproj", "{9A902732-E7F1-4F41-869B-316AF2254B36}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Web.Core\Core.csproj", "{6F532626-E9F8-498E-9683-1538E7CD62CB}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.Core", "Web.Core\Web.Core.csproj", "{6F532626-E9F8-498E-9683-1538E7CD62CB}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "FLocal.Common\Common.csproj", "{CE888859-9E46-41F7-91CE-8EC106F3A625}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLocal.Common", "FLocal.Common\FLocal.Common.csproj", "{CE888859-9E46-41F7-91CE-8EC106F3A625}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLConnector", "MySQLConnector\MySQLConnector.csproj", "{E38DE5B1-F9C2-43BA-A5DF-0743ABD4DFC7}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLConnector", "MySQLConnector\MySQLConnector.csproj", "{E38DE5B1-F9C2-43BA-A5DF-0743ABD4DFC7}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder", "Builder\Builder.csproj", "{D8D6EFEC-76D7-4870-BD71-C90FA6D7368A}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder", "Builder\Builder.csproj", "{D8D6EFEC-76D7-4870-BD71-C90FA6D7368A}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Importer", "FLocal.Migration.Gateway\Importer.csproj", "{E2ECF86C-C0BA-4782-A485-E267BB213BB2}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLocal.Migration.Gateway", "FLocal.Migration.Gateway\FLocal.Migration.Gateway.csproj", "{E2ECF86C-C0BA-4782-A485-E267BB213BB2}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportConsole", "FLocal.Migration.Console\ImportConsole.csproj", "{208B84AF-A5DD-4C20-83D5-160EA243BA43}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLocal.Migration.Console", "FLocal.Migration.Console\FLocal.Migration.Console.csproj", "{208B84AF-A5DD-4C20-83D5-160EA243BA43}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISUploadHandler", "Web.IISUploadHandler\IISUploadHandler.csproj", "{09F13185-3B2A-4FCB-AB6A-750112FFF920}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.IISUploadHandler", "Web.IISUploadHandler\Web.IISUploadHandler.csproj", "{09F13185-3B2A-4FCB-AB6A-750112FFF920}"
EndProject EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BBCode", "ThirdParty\PJonDevelopment.BBCode\BBCode.vbproj", "{ACDDD5D1-119F-4B82-8FE6-6515C812795B}" Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BBCode", "ThirdParty\PJonDevelopment.BBCode\BBCode.vbproj", "{ACDDD5D1-119F-4B82-8FE6-6515C812795B}"
EndProject EndProject

@ -33,7 +33,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="Npgsql, Version=2.0.8.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> <Reference Include="Npgsql, Version=2.0.8.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\PostgreSQL\Npgsql\bin\Npgsql.dll</HintPath> <HintPath>..\ThirdParty\Npgsql\Npgsql.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core"> <Reference Include="System.Core">
@ -60,7 +60,7 @@
<Compile Include="Transaction.cs" /> <Compile Include="Transaction.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Web.Core\Core.csproj"> <ProjectReference Include="..\Web.Core\Web.Core.csproj">
<Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project> <Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project>
<Name>Core</Name> <Name>Core</Name>
</ProjectReference> </ProjectReference>

@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("MySQLConnector")] [assembly: AssemblyTitle("MySQLConnector")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("MySQLConnector")] [assembly: AssemblyProduct("MySQLConnector")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("TexCompiler")] [assembly: AssemblyTitle("TexCompiler")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("TexCompiler")] [assembly: AssemblyProduct("TexCompiler")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Core")] [assembly: AssemblyTitle("Web.Core")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("Core")] [assembly: AssemblyProduct("Web.Core")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -9,7 +9,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Web.Core</RootNamespace> <RootNamespace>Web.Core</RootNamespace>
<AssemblyName>Core</AssemblyName> <AssemblyName>Web.Core</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("IISUploadHandler")] [assembly: AssemblyTitle("Web.IISUploadHandler")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("inga-lovinde")]
[assembly: AssemblyProduct("IISUploadHandler")] [assembly: AssemblyProduct("Web.IISUploadHandler")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © inga-lovinde 2010-2012")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

@ -9,7 +9,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Web.IISUploadHandler</RootNamespace> <RootNamespace>Web.IISUploadHandler</RootNamespace>
<AssemblyName>IISUploadHandler</AssemblyName> <AssemblyName>Web.IISUploadHandler</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
</PropertyGroup> </PropertyGroup>
@ -52,7 +52,7 @@
<Compile Include="UploadHandler.cs" /> <Compile Include="UploadHandler.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Web.Core\Core.csproj"> <ProjectReference Include="..\Web.Core\Web.Core.csproj">
<Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project> <Project>{6F532626-E9F8-498E-9683-1538E7CD62CB}</Project>
<Name>Core</Name> <Name>Core</Name>
</ProjectReference> </ProjectReference>
Loading…
Cancel
Save