|
@@ -214,6 +214,18 @@
|
|
|
<Compile Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.Designer.cs">
|
|
|
<DependentUpon>202105310249294_Add_Customer_TTIAAPI_Fields.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.cs" />
|
|
|
+ <Compile Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.Designer.cs">
|
|
|
+ <DependentUpon>202108100119249_AddCost_Field_TransactionTable.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.cs" />
|
|
|
+ <Compile Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.Designer.cs">
|
|
|
+ <DependentUpon>202108100136463_ModifyLengthBoardVersions_Machine.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.cs" />
|
|
|
+ <Compile Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.Designer.cs">
|
|
|
+ <DependentUpon>202108100251030_Rename_Receipt_TransactionTable.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="MainDBContextMigrations\Configuration.cs" />
|
|
|
<Compile Include="MeterValueDBContext.cs" />
|
|
|
<Compile Include="MeterValueDBContextMigrations\201907150814558_Init.cs" />
|
|
@@ -384,6 +396,15 @@
|
|
|
<EmbeddedResource Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.resx">
|
|
|
<DependentUpon>202105310249294_Add_Customer_TTIAAPI_Fields.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.resx">
|
|
|
+ <DependentUpon>202108100119249_AddCost_Field_TransactionTable.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.resx">
|
|
|
+ <DependentUpon>202108100136463_ModifyLengthBoardVersions_Machine.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.resx">
|
|
|
+ <DependentUpon>202108100251030_Rename_Receipt_TransactionTable.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="MeterValueDBContextMigrations\201907150814558_Init.resx">
|
|
|
<DependentUpon>201907150814558_Init.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
@@ -410,6 +431,6 @@
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
- <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
|
|
|
+ <PreBuildEvent>GitVersion.exe $(ProjectDir) /updateassemblyinfo</PreBuildEvent>
|
|
|
</PropertyGroup>
|
|
|
</Project>
|