Rename solution directory to Elwig
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
WGneu/obj/
|
||||
WGneu/bin/
|
||||
WGneu/*.csproj.user
|
||||
Elwig/obj/
|
||||
Elwig/bin/
|
||||
Elwig/*.csproj.user
|
||||
.vs
|
||||
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.3.32929.385
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elwig", "WGneu\Elwig.csproj", "{00868460-16F6-4B48-AA9B-998F6263693B}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elwig", "Elwig\Elwig.csproj", "{00868460-16F6-4B48-AA9B-998F6263693B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -13,7 +13,7 @@ namespace Elwig.Documents {
|
||||
|
||||
public static async Task Init(Action evtHandler) {
|
||||
var e = new RazorLightEngineBuilder()
|
||||
.UseFileSystemProject(@"C:\Users\Lorenz\source\repos\WGneu\WGneu\Documents")
|
||||
.UseFileSystemProject(@"C:\Users\Lorenz\source\repos\WGneu\Elwig\Documents")
|
||||
.UseMemoryCachingProvider()
|
||||
.Build();
|
||||
|
@ -9,10 +9,6 @@
|
||||
<ApplicationIcon>elwig.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Models\AT_Plz.cs~RF10c9cd6d.TMP" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="elwig.ico" />
|
||||
</ItemGroup>
|
Before Width: | Height: | Size: 229 KiB After Width: | Height: | Size: 229 KiB |
Reference in New Issue
Block a user