diff options
author | crupest <crupest@outlook.com> | 2020-01-29 18:38:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-29 18:38:41 +0800 |
commit | 81c261b59016e15d320ad963882afe4d9c7b5f7d (patch) | |
tree | dd1cd091ecc2c80943735af4b71b53ef26fc7eee /Timeline/Timeline.csproj | |
parent | 2750a3df1834c1c6623aa8c653504c7bc12cefd6 (diff) | |
download | timeline-81c261b59016e15d320ad963882afe4d9c7b5f7d.tar.gz timeline-81c261b59016e15d320ad963882afe4d9c7b5f7d.tar.bz2 timeline-81c261b59016e15d320ad963882afe4d9c7b5f7d.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 195252d9..82b45094 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -82,10 +82,10 @@ <AutoGen>True</AutoGen>
<DependentUpon>Common.resx</DependentUpon>
</Compile>
- <Compile Update="Resources\Models\Validation\PasswordValidator.Designer.cs">
+ <Compile Update="Resources\Models\Validation\NicknameValidator.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
- <DependentUpon>PasswordValidator.resx</DependentUpon>
+ <DependentUpon>NicknameValidator.resx</DependentUpon>
</Compile>
<Compile Update="Resources\Models\Validation\UsernameValidator.Designer.cs">
<DesignTime>True</DesignTime>
@@ -117,11 +117,6 @@ <AutoGen>True</AutoGen>
<DependentUpon>UserDetailService.resx</DependentUpon>
</Compile>
- <Compile Update="Resources\Services\UserManager.Designer.cs">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- <DependentUpon>UserManager.resx</DependentUpon>
- </Compile>
<Compile Update="Resources\Services\UserService.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -167,9 +162,9 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Common.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <EmbeddedResource Update="Resources\Models\Validation\PasswordValidator.resx">
+ <EmbeddedResource Update="Resources\Models\Validation\NicknameValidator.resx">
<Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>PasswordValidator.Designer.cs</LastGenOutput>
+ <LastGenOutput>NicknameValidator.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Models\Validation\UsernameValidator.resx">
<Generator>ResXFileCodeGenerator</Generator>
@@ -195,10 +190,6 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UserDetailService.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <EmbeddedResource Update="Resources\Services\UserManager.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>UserManager.Designer.cs</LastGenOutput>
- </EmbeddedResource>
<EmbeddedResource Update="Resources\Services\UserService.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UserService.Designer.cs</LastGenOutput>
|