|
@ -67,6 +67,7 @@ |
|
|
<Compile Include="Helpers\SevominUserValidator.cs" /> |
|
|
<Compile Include="Helpers\SevominUserValidator.cs" /> |
|
|
<Compile Include="Job.cs" /> |
|
|
<Compile Include="Job.cs" /> |
|
|
<Compile Include="JobParameter.cs" /> |
|
|
<Compile Include="JobParameter.cs" /> |
|
|
|
|
|
<Compile Include="JobParameterViewModel.cs" /> |
|
|
<Compile Include="LoginViewModel.cs" /> |
|
|
<Compile Include="LoginViewModel.cs" /> |
|
|
<Compile Include="Migrations\201403261205298_InitialCreate.cs" /> |
|
|
<Compile Include="Migrations\201403261205298_InitialCreate.cs" /> |
|
|
<Compile Include="Migrations\201403261205298_InitialCreate.Designer.cs"> |
|
|
<Compile Include="Migrations\201403261205298_InitialCreate.Designer.cs"> |
|
@ -96,11 +97,17 @@ |
|
|
<Compile Include="Migrations\201403281016428_JobParameter.Designer.cs"> |
|
|
<Compile Include="Migrations\201403281016428_JobParameter.Designer.cs"> |
|
|
<DependentUpon>201403281016428_JobParameter.cs</DependentUpon> |
|
|
<DependentUpon>201403281016428_JobParameter.cs</DependentUpon> |
|
|
</Compile> |
|
|
</Compile> |
|
|
|
|
|
<Compile Include="Migrations\201403290719225_ParameterValue Change.cs" /> |
|
|
|
|
|
<Compile Include="Migrations\201403290719225_ParameterValue Change.Designer.cs"> |
|
|
|
|
|
<DependentUpon>201403290719225_ParameterValue Change.cs</DependentUpon> |
|
|
|
|
|
</Compile> |
|
|
<Compile Include="Migrations\Configuration.cs" /> |
|
|
<Compile Include="Migrations\Configuration.cs" /> |
|
|
<Compile Include="Parameter.cs" /> |
|
|
<Compile Include="Parameter.cs" /> |
|
|
<Compile Include="ParameterValue.cs" /> |
|
|
<Compile Include="ParameterValue.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Repositories\IRepository.cs" /> |
|
|
<Compile Include="Repositories\IRepository.cs" /> |
|
|
|
|
|
<Compile Include="Repositories\JobRepository.cs" /> |
|
|
|
|
|
<Compile Include="Repositories\ParameterRepository.cs" /> |
|
|
<Compile Include="SignupViewModel.cs" /> |
|
|
<Compile Include="SignupViewModel.cs" /> |
|
|
<Compile Include="User.cs" /> |
|
|
<Compile Include="User.cs" /> |
|
|
<Compile Include="UsersDbContext.cs" /> |
|
|
<Compile Include="UsersDbContext.cs" /> |
|
@ -131,6 +138,9 @@ |
|
|
<EmbeddedResource Include="Migrations\201403281016428_JobParameter.resx"> |
|
|
<EmbeddedResource Include="Migrations\201403281016428_JobParameter.resx"> |
|
|
<DependentUpon>201403281016428_JobParameter.cs</DependentUpon> |
|
|
<DependentUpon>201403281016428_JobParameter.cs</DependentUpon> |
|
|
</EmbeddedResource> |
|
|
</EmbeddedResource> |
|
|
|
|
|
<EmbeddedResource Include="Migrations\201403290719225_ParameterValue Change.resx"> |
|
|
|
|
|
<DependentUpon>201403290719225_ParameterValue Change.cs</DependentUpon> |
|
|
|
|
|
</EmbeddedResource> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|