modifica con esplicitato EXE x prg sostituzione target SQL di EF, compilato e riscritta modifica edmx
This commit is contained in:
@@ -507,7 +507,7 @@
|
||||
<Content Include="Scripts\respond.min.js" />
|
||||
<Content Include="Scripts\_references.js" />
|
||||
<Content Include="Test.html" />
|
||||
<Content Include="Utils\SetEdmxSqlVersion.exe" />
|
||||
<Content Include="Utils\SetEdmxSqlVersion.exe.exe" />
|
||||
<Content Include="Web.config" />
|
||||
<Content Include="Web.Debug.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
@@ -706,14 +706,14 @@
|
||||
<Target Name="BeforeBuild">
|
||||
<!--Check out BD.edmx, Another.edmx, all configs-->
|
||||
<!--Set to 2008 per TEKAL -->
|
||||
<Exec Condition=" '$(Configuration)' == 'TK_test' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'TK_prod' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS01_TK' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS02_TK' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'TK_test' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'TK_prod' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS01_TK' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS02_TK' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2008" />
|
||||
<!--Set to 2012 per sviluppo e produzione -->
|
||||
<Exec Condition=" '$(Configuration)' == 'Release' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'Debug' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS01' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS02' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'Release' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'Debug' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS01' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
<Exec Condition=" '$(Configuration)' == 'IIS02' " Command="$(ProjectDir)Utils\SetEdmxSqlVersion.exe $(ProjectDir)Models\SMModel.edmx 2012" />
|
||||
</Target>
|
||||
</Project>
|
||||
Binary file not shown.
Reference in New Issue
Block a user