mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Rename projects.
This commit is contained in:
8
.idea/.idea.Aaru.Server/.idea/modules.xml
generated
Normal file
8
.idea/.idea.Aaru.Server/.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.Aaru.Server/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.Aaru.Server/riderModule.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="SqlDialectMappings">
|
<component name="SqlDialectMappings">
|
||||||
<file url="file://$PROJECT_DIR$/DiscImageChef.Server/Migrations/20191203212552_NameCountModel.cs" dialect="MariaDB" />
|
|
||||||
<file url="PROJECT" dialect="MariaDB" />
|
<file url="PROJECT" dialect="MariaDB" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.DiscImageChef.Server/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.DiscImageChef.Server/riderModule.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<Company>Claunia.com</Company>
|
<Company>Claunia.com</Company>
|
||||||
<Copyright>Copyright © 2011-2020 Natalia Portillo</Copyright>
|
<Copyright>Copyright © 2011-2020 Natalia Portillo</Copyright>
|
||||||
<Product>The Disc Image Chef</Product>
|
<Product>The Disc Image Chef</Product>
|
||||||
<Title>DiscImageChef.Server</Title>
|
<Title>Aaru.Server.Task</Title>
|
||||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||||
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj" />
|
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj" />
|
||||||
<ProjectReference Include="..\DiscImageChef.Server\DiscImageChef.Server.csproj" />
|
<ProjectReference Include="..\Aaru.Server\Aaru.Server.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 16
|
# Visual Studio Version 16
|
||||||
VisualStudioVersion = 16.0.28922.388
|
VisualStudioVersion = 16.0.28922.388
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscImageChef.Server", "DiscImageChef.Server\DiscImageChef.Server.csproj", "{911ADDF5-E5FA-445D-88CD-C7F8FFDBE645}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aaru.Server", "Aaru.Server\Aaru.Server.csproj", "{911ADDF5-E5FA-445D-88CD-C7F8FFDBE645}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscImageChef.Server.Task", "DiscImageChef.Server.Task\DiscImageChef.Server.Task.csproj", "{79D6A54E-47B6-4D0A-ABEB-4FA7B5ADF4B2}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aaru.Server.Task", "Aaru.Server.Task\Aaru.Server.Task.csproj", "{79D6A54E-47B6-4D0A-ABEB-4FA7B5ADF4B2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aaru.Checksums", "Aaru.Checksums\Aaru.Checksums.csproj", "{CC48B324-A532-4A45-87A6-6F91F7141E8D}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aaru.Checksums", "Aaru.Checksums\Aaru.Checksums.csproj", "{CC48B324-A532-4A45-87A6-6F91F7141E8D}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<Company>Claunia.com</Company>
|
<Company>Claunia.com</Company>
|
||||||
<Copyright>Copyright © 2011-2020 Natalia Portillo</Copyright>
|
<Copyright>Copyright © 2011-2020 Natalia Portillo</Copyright>
|
||||||
<Product>The Disc Image Chef</Product>
|
<Product>The Disc Image Chef</Product>
|
||||||
<Title>DiscImageChef.Server</Title>
|
<Title>Aaru.Server</Title>
|
||||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||||
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user