diff options
author | crupest <crupest@outlook.com> | 2020-02-02 14:35:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-02 14:35:30 +0800 |
commit | cb18564275735da0614be39371e2e3e7f5467e88 (patch) | |
tree | 06388f533584b06a185c5908603423af158f671a /Timeline/Timeline.csproj | |
parent | 9e84b1e9ad1f2a45cd3e09759c69989fdc588c3d (diff) | |
download | timeline-cb18564275735da0614be39371e2e3e7f5467e88.tar.gz timeline-cb18564275735da0614be39371e2e3e7f5467e88.tar.bz2 timeline-cb18564275735da0614be39371e2e3e7f5467e88.zip |
Add timeline service.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 1a3a07cd..08999f82 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -89,10 +89,10 @@ <AutoGen>True</AutoGen>
<DependentUpon>NicknameValidator.resx</DependentUpon>
</Compile>
- <Compile Update="Resources\Models\Validation\UsernameValidator.Designer.cs">
+ <Compile Update="Resources\Models\Validation\NameValidator.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
- <DependentUpon>UsernameValidator.resx</DependentUpon>
+ <DependentUpon>NameValidator.resx</DependentUpon>
</Compile>
<Compile Update="Resources\Models\Validation\Validator.Designer.cs">
<DesignTime>True</DesignTime>
@@ -163,9 +163,9 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>NicknameValidator.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <EmbeddedResource Update="Resources\Models\Validation\UsernameValidator.resx">
+ <EmbeddedResource Update="Resources\Models\Validation\NameValidator.resx">
<Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>UsernameValidator.Designer.cs</LastGenOutput>
+ <LastGenOutput>NameValidator.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Models\Validation\Validator.resx">
<Generator>ResXFileCodeGenerator</Generator>
|