|
@ -71,6 +71,7 @@ |
|
|
<Compile Include="Helpers\SevominUserStore.cs" /> |
|
|
<Compile Include="Helpers\SevominUserStore.cs" /> |
|
|
<Compile Include="Helpers\SevominUserValidator.cs" /> |
|
|
<Compile Include="Helpers\SevominUserValidator.cs" /> |
|
|
<Compile Include="Job.cs" /> |
|
|
<Compile Include="Job.cs" /> |
|
|
|
|
|
<Compile Include="JobMiniViewModel.cs" /> |
|
|
<Compile Include="JobParameter.cs" /> |
|
|
<Compile Include="JobParameter.cs" /> |
|
|
<Compile Include="JobParameterViewModel.cs" /> |
|
|
<Compile Include="JobParameterViewModel.cs" /> |
|
|
<Compile Include="JobViewModel.cs" /> |
|
|
<Compile Include="JobViewModel.cs" /> |
|
@ -119,6 +120,14 @@ |
|
|
<Compile Include="Migrations\201403310557099_Job CreateDate.Designer.cs"> |
|
|
<Compile Include="Migrations\201403310557099_Job CreateDate.Designer.cs"> |
|
|
<DependentUpon>201403310557099_Job CreateDate.cs</DependentUpon> |
|
|
<DependentUpon>201403310557099_Job CreateDate.cs</DependentUpon> |
|
|
</Compile> |
|
|
</Compile> |
|
|
|
|
|
<Compile Include="Migrations\201403310658336_DispalyFormat.cs" /> |
|
|
|
|
|
<Compile Include="Migrations\201403310658336_DispalyFormat.Designer.cs"> |
|
|
|
|
|
<DependentUpon>201403310658336_DispalyFormat.cs</DependentUpon> |
|
|
|
|
|
</Compile> |
|
|
|
|
|
<Compile Include="Migrations\201403310716012_bugfix.cs" /> |
|
|
|
|
|
<Compile Include="Migrations\201403310716012_bugfix.Designer.cs"> |
|
|
|
|
|
<DependentUpon>201403310716012_bugfix.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" /> |
|
@ -170,6 +179,12 @@ |
|
|
<EmbeddedResource Include="Migrations\201403310557099_Job CreateDate.resx"> |
|
|
<EmbeddedResource Include="Migrations\201403310557099_Job CreateDate.resx"> |
|
|
<DependentUpon>201403310557099_Job CreateDate.cs</DependentUpon> |
|
|
<DependentUpon>201403310557099_Job CreateDate.cs</DependentUpon> |
|
|
</EmbeddedResource> |
|
|
</EmbeddedResource> |
|
|
|
|
|
<EmbeddedResource Include="Migrations\201403310658336_DispalyFormat.resx"> |
|
|
|
|
|
<DependentUpon>201403310658336_DispalyFormat.cs</DependentUpon> |
|
|
|
|
|
</EmbeddedResource> |
|
|
|
|
|
<EmbeddedResource Include="Migrations\201403310716012_bugfix.resx"> |
|
|
|
|
|
<DependentUpon>201403310716012_bugfix.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. |
|
|